ivankelly opened a new pull request #1808: Used OrderedScheduler for ledger 
offload
URL: https://github.com/apache/incubator-pulsar/pull/1808
 
 
   We want to ensure that operations for the same ledger do not
   overlap. This is particularly important for the ReadHandle as it has
   state(the buffer) which could be corrupted by multiple concurrent
   calls.
   
   To avoid this overlap, we use an OrderedScheduler, so all operations
   on a single ledger will run on the same single thread executor.
   
   Master Issue: #1511
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to