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 2020/03/22 09:25:41 UTC

[GitHub] [rocketmq] RongtongJin commented on issue #1876: Broker flush when END_OF_FILE

RongtongJin commented on issue #1876: Broker flush when END_OF_FILE
URL: https://github.com/apache/rocketmq/issues/1876#issuecomment-602170248
 
 
   AppendMessage method only write messages to memory (usually pagecache, but if transientStorePoolEnable is true, write to direct buffer), and other threads flush data to disk, so the data that mark the blank will be flushed finally.
   In addition, issues are generally used for bug reports and feature requests, so it is recommended to discuss questions on the mailing list first, the [mailing list address] (https://rocketmq.apache.org/about/contact/), so I will close the Issue first, but please feel free to reopen it if you have any other issues.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services