bruno-roustant opened a new pull request, #63: URL: https://github.com/apache/solr-sandbox/pull/63
Now EncryptionHeavyLoadTest passes the 20min run bar. This means we can enable EncryptionMergePolicy which re-encrypts each index segment individually. This is way faster than an optimized merge into a single segment as previously: - No time spent to merge all segments into one. - We leverage Lucene concurrent merge: segments are re-encrypted by parallel threads from the mergers pool. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org