Support concurrency when reading transaction log encryption header. (#112)

2 files changed
tree: 40e98d369206e018b6457127ef2fbdebb22d0b1b
  1. .github/
  2. crossdc-commons/
  3. crossdc-consumer/
  4. crossdc-producer/
  5. encryption/
  6. gradle/
  7. scripts/
  8. .asf.yaml
  9. .gitattributes
  10. .gitignore
  11. build.gradle
  12. cluster-stop.sh
  13. cluster.sh
  14. CROSSDC.md
  15. ENCRYPTION.md
  16. gradle.properties
  17. gradlew
  18. gradlew.bat
  19. LICENSE
  20. log4j2.xml
  21. manual-test.sh
  22. README.md
  23. settings.gradle
  24. SolrAndKafkaIntegrationTest.java
  25. version.props
README.md

Solr Sandbox

The solr sandbox repository serves as a place to host contributions that are not a part of core solr.

This allows for contributors to try out new ideas without affecting the main project.

The Lucene sandbox, which provides the same value for Lucene centric code, is currently a module within the main lucene-solr repository.