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: [email protected] With regards, Apache Git Services
