bruno-roustant commented on code in PR #115: URL: https://github.com/apache/solr-sandbox/pull/115#discussion_r1908728875
########## encryption/src/main/java/org/apache/solr/encryption/EncryptionRequestHandler.java: ########## @@ -194,15 +258,22 @@ public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throw } else if (keyId.equals(NO_KEY_ID)) { keyId = null; } + // Check the defined DirectoryFactory instance. EncryptionDirectoryFactory.getFactory(req.getCore()); + + if (req.getParams().getBool(DISTRIB, false)) { Review Comment: I don't see this metadata. The collection name is present in the CloudSolrClient.request call, but not passed to the inner LBSolrClient.request call. -- 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