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

   A transaction log can be accessed by multiple threads concurrently. Reading 
the encryption header must be thread safe.
   The fix is to use FileChannel.read(ByteBuffer, long) to read at a specific 
position without modifying the FileChannel current position.
   Also support missing or incomplete encryption header. In this case consider 
the file is not encrypted.


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