1. c1c6a8e Add tests for EncryptionRequestHandler request params. (#122) by Bruno Roustant · 6 weeks ago main
  2. 5266383 Refactor EncryptionRequestHandler to split large methods. (#120) by Bruno Roustant · 7 weeks ago
  3. 3d6d404 Update ENCRYPTION.md for the distrib=true param. (#121) by Bruno Roustant · 7 weeks ago
  4. e5cce7e Support follower replicas fetching encrypted index files. (#116) by Bruno Roustant · 7 weeks ago
  5. cbe6cde Add missing Thread.interrupt() call. (#119) by Bruno Roustant · 10 weeks ago
  6. 14558ac Add additional EncryptionMergePolicyTest. (#118) by Bruno Roustant · 3 months ago
  7. 0290676 Encryption IndexInput and IndexOutput can be unwrapped. More doc about IV construction. (#117) by Bruno Roustant · 4 months ago
  8. eea176d Transfer encryption commit metadata when nodes restart before the commit. (#113) by Bruno Roustant · 7 months ago
  9. cdeda0d EncryptionRequestHandler supports encryption requests distribution. (#115) by Bruno Roustant · 7 months ago
  10. 4e1819f Support concurrency when reading transaction log encryption header. (#112) by Bruno Roustant · 10 months ago
  11. 8171c95 Add scripts to fetch+prepare solr-community data (#111) by Jason Gerlowski · 12 months ago
  12. b377848 Add KmsKeySupplier that calls a KmsClient to decrypt encryption keys. (#108) by Bruno Roustant · 1 year, 3 months ago
  13. a7a07cb Update ENCRYPTION.md to describe EncryptionBackupRepository. (#107) by Bruno Roustant · 1 year, 4 months ago
  14. 5982f75 Fix EncryptionUpdateLog.encryptLog() and its test. (#105) by Bruno Roustant · 1 year, 4 months ago
  15. 3464284 EncryptionBackupRepository to back up encrypted files. (#106) by Bruno Roustant · 1 year, 4 months ago
  16. 16bb050 Remove encryption log prefix. (#104) by Bruno Roustant · 1 year, 5 months ago
  17. 1de1ce5 Shard split supports encryption. (#103) by Bruno Roustant · 1 year, 5 months ago
  18. 130ba53 Remove EncryptionDirectory.shouldCheckEncryptionWhenReading optimization. (#102) by Bruno Roustant · 1 year, 6 months ago
  19. 6e0d0a4 Update to Solr 9. (#100) by Andrzej Białecki · 1 year, 6 months ago
  20. 50b8f9b Refactor EncryptionRequestHandlerTest and update encryption.md about jdk 17. (#99) by Bruno Roustant · 1 year, 8 months ago
  21. 0f6504b Add config & logic to control how updates are collapsed in the Consumer. (#97) by Andrzej Białecki · 1 year, 9 months ago
  22. 1cd9a8d Add endpoint to expose consumer metrics. (#94) by Andrzej Białecki · 1 year, 10 months ago
  23. 1951920 Encrypt handler calls EncryptionUpdateLog to reencrypt logs. Rewrite the test. (#96) by Bruno Roustant · 1 year, 10 months ago
  24. ef11a85 Add support for optional DBQ expansion. (#91) by Andrzej Białecki · 1 year, 10 months ago
  25. 47e941a Producer metrics (#87) by Marcin Górski · 1 year, 10 months ago
  26. 5ccd46e Remove useless system properties cleanup in encryption tests. (#92) by Bruno Roustant · 1 year, 10 months ago
  27. 2760bfb Increase MAX_ATTEMPTS for this test, to avoid sending messages to DLQ. Fix slf4j binding issue. (#90) by Andrzej Białecki · 1 year, 10 months ago
  28. 081edd5 Upgrade Kafka to version 3.5.1. (#85) by Andrzej Białecki · 1 year, 10 months ago
  29. 0377460 Fix KafkaCrossDcConsumer NPE, add unit test. (#88) by Andrzej Białecki · 1 year, 10 months ago
  30. 9baea9c Encryption classes use arrays instead of ByteBuffers. (#86) by Bruno Roustant · 1 year, 10 months ago
  31. c816e78 Dead letter queue fix (#82) by Marcin Górski · 1 year, 10 months ago
  32. 2f923d4 Encryption KeySupplier extends Closeable. (#84) by Bruno Roustant · 1 year, 10 months ago
  33. 5e89f6e Improve encryption tests to run on multiple hosts and shards. (#83) by Bruno Roustant · 1 year, 10 months ago
  34. 9575cd0 Fix missing support for other request types. (#81) by Andrzej Białecki · 1 year, 11 months ago
  35. ebf735f KafkaCrossDcConsumerTest fix (#80) by Marcin Górski · 1 year, 11 months ago
  36. 7951d41 Update the CrossDC documentation. (#78) by Andrzej Białecki · 1 year, 11 months ago
  37. e978a7a Ignore producer URP (if disabled) in standalone mode (#79) by Jason Gerlowski · 1 year, 11 months ago
  38. e0193cf Add dead letter queue functionality on the producer and consumer side (#70) by Marcin Górski · 2 years ago
  39. 713d634 Add support for mirroring ConfigSet requests. (#69) by Andrzej Białecki · 2 years ago
  40. 66d2a82 Add support for mirroring plain commit requests. (#74) by Andrzej Białecki · 2 years ago
  41. a431554 Refactor how the encryption key cookie is built. Reword ENCRYPTION.md. (#77) by Bruno Roustant · 2 years ago
  42. fe86764 Add support for mirroring Collection Admin commands. (#68) by Andrzej Białecki · 2 years ago
  43. feecdb7 Support update logs encryption and re-encryption. (#76) by Bruno Roustant · 2 years ago
  44. a760a4c Add serialization unit test. (#66) by Andrzej Białecki · 2 years ago
  45. 35fc2c2 Add the requet back to the queue on fail, not just the last record. (#75) by Mark Robert Miller · 2 years ago
  46. 7d7f59e Change EncryptionRequestHandler perm to CORE_EDIT_PERM. (#72) by Bruno Roustant · 2 years ago
  47. fc865c1 Add CharStreamEncrypter. (#71) by Bruno Roustant · 2 years ago
  48. 92cabca Fix race where update batches on consumer could cause polling loop to exit due to hitting Kafka's aggressive multi-threaded prevention. by markrmiller · 2 years, 1 month ago
  49. 55aa6fa Use a second executor for offset updates. by markrmiller · 2 years, 1 month ago
  50. 9ea4e99 Add 'collection' MDC to more producer logs (#57) by Jason Gerlowski · 2 years, 1 month ago
  51. ec350a9 Allow using collection properties to configure crossdc updatehandler. (#65) by Mark Robert Miller · 2 years, 1 month ago
  52. bb18cca Cleanup EncryptionUpdateHandler by upgrading to solr-core:9.3.0. (#64) by Bruno Roustant · 2 years, 1 month ago
  53. 9163b31 Fix EncryptionMergePolicy to reencrypt each segment separately. (#63) by Bruno Roustant · 2 years, 1 month ago
  54. 45f7455 Encryption KeySupplier supports params to get the key cookie. (#60) by Bruno Roustant · 2 years, 1 month ago
  55. 50ec3c2 Producer uses first topic name if it's a list by markrmiller · 2 years, 1 month ago
  56. b2d6106 Revert some config defaults to Kafka defaults. by markrmiller · 2 years, 1 month ago
  57. 9dbcbff Apply request timeout for kafka to consumer as well. (#62) by markrmiller · 2 years, 1 month ago
  58. 881bf2d Update some logging, add a couple kafka consumer config options. by markrmiller · 2 years, 1 month ago
  59. 03dd3c0 Fix a non working config option, update docs. (#58) by Mark Robert Miller · 2 years, 1 month ago
  60. 5238ca6 Some refactoring, a bunch of simple mock tests, test fixes & improvements, dep updates and fixes, rework offset management.. (#56) by Mark Robert Miller · 2 years, 5 months ago
  61. 7b53bb3 Increment versions. (#55) by Mark Robert Miller · 2 years, 5 months ago
  62. 8754d0d Fix up test. (#54) by Mark Robert Miller · 2 years, 5 months ago
  63. 5bb18df Move batching from solr+kafka to just kafka. (#53) by Mark Robert Miller · 2 years, 6 months ago
  64. 0a59838 Add encryption module. by Bruno Roustant · 2 years, 6 months ago
  65. e68c00b Merge crossdc-wip into main. (#50) by Mark Robert Miller · 2 years, 10 months ago
  66. 86743b8 Add crossdc module (#3) by Anshum Gupta · 4 years, 6 months ago
  67. 9f742a0 Update ASF Yaml for Solr TLP move by Houston Putman · 4 years, 6 months ago
  68. 785bee9 Setup gradle for sandbox root (#2) by Anshum Gupta · 4 years, 8 months ago
  69. ec6943c Create .asf.yaml (#1) by Anshum Gupta · 4 years, 8 months ago
  70. 4aa126f Add README.md, LICENSE, and .gitignore files by Anshum Gupta · 4 years, 8 months ago