You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/08/23 02:54:12 UTC

[GitHub] [rocketmq] hill007299 commented on issue #4827: Why not get data from commitLog in batches when checking transaction messages?

hill007299 commented on issue #4827:
URL: https://github.com/apache/rocketmq/issues/4827#issuecomment-1223465854

   For most transaction messages, they are in the committed state and will be found in the remove map。 Only a small number of transaction messages in the prepare(half) state will go to this logic(get half msg and check back), and the check back of transaction messages itself is carried out one by one. If batch check back is used, the code logic will become very complicated


-- 
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: dev-unsubscribe@rocketmq.apache.org

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