b-goyal commented on PR #43:
URL: https://github.com/apache/kafka/pull/43#issuecomment-1997289412

   This patch adds finer locking when appending to log. It breaks
   global append lock into 2 sequential and 1 parallel phase.
   
   Basic idea is to allow every thread to "reserve" offsets in non
   overlapping ranges, then do compression in parallel and then
   "commit" write to log in the same order offsets where reserved.
   


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to