dengziming commented on PR #12274:
URL: https://github.com/apache/kafka/pull/12274#issuecomment-1177222867

   > Do you have a diff for this solution?
   @jsancio  I havn't flesh it, the basic idea is shown in this PR, only read 
up to `Isolation.COMMITTED` when reading from observer and invoke 
`fetchPurgatory.maybeComplete(highWatermark.offset, currentTimeMs)` on 
`onUpdateLeaderHighWatermark`.
   
   
   
   > maybe we can try the original proposed one?
   @showuon This solution can only take effect if the problem is that the 
heartbeat period is much bigger than NoOpRecord, it may not work now since main 
the problem is from `RaftClient.fetchPurgatory`, so we should try a new 
solution.


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