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/10/01 04:30:22 UTC

[GitHub] [rocketmq] codersfarm commented on issue #5235: Broker may lost messages in extreme condition

codersfarm commented on issue #5235:
URL: https://github.com/apache/rocketmq/issues/5235#issuecomment-1264239184

   In most case, the data in pageCache , it is safe.
   When the message is in MappedByteBuffer or FileChannel, RocketMQ think the message is safe. 
   Java Program call flush(), then system flush data from pageCache to disk( it  only depends  on system)
   


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