bruno-roustant opened a new pull request, #115:
URL: https://github.com/apache/solr-sandbox/pull/115

   The client can call EncryptionRequestHandler and provide the additional 
parameter "distrib" = "true". In this case, this handler will distribute the 
encryption request to all the leader replicas of all the shards of the 
collection, ensuring they all encrypt their index shard. The response 
"encryptionState" will be "complete" only when all the shards return 
"complete". So the caller may repeatedly send the same encryption request with 
"distrib" = "true" to know when the whole collection encryption is complete. In 
addition, the caller can set the "timeAllowed" parameter to define a timeout 
for the request distribution, in milliseconds. This timeout is for the 
distribution itself, not the encryption process.


-- 
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

Reply via email to