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/04/13 05:56:54 UTC

[GitHub] [rocketmq] iamqq23ue commented on issue #4159: Is FlushConsumeQueueService necessary?

iamqq23ue commented on issue #4159:
URL: https://github.com/apache/rocketmq/issues/4159#issuecomment-1097589216

   yes,I know that data is written to the system cache first, but eventually it is written to disk.And FlushConsumeQueueService is also executed asynchronously。
   If it's to ensure data is written to disk, why not use filechannel.force.&nbsp;
   
   
   Or write to mappedbytebuffer like commitlog.
   
   
   
   
   ------------------&nbsp;原始邮件&nbsp;------------------
   发件人:                                                                                                                        "apache/rocketmq"                                                                                    ***@***.***&gt;;
   发送时间:&nbsp;2022年4月13日(星期三) 中午1:50
   ***@***.***&gt;;
   ***@***.******@***.***&gt;;
   主题:&nbsp;Re: [apache/rocketmq] Is  FlushConsumeQueueService necessary? (Issue #4159)
   
   
   
   
   
    
   fileChannel.write does not directly write ByteBuffer data to disk
    
   —
   Reply to this email directly, view it on GitHub, or unsubscribe.
   You are receiving this because you authored the thread.Message ID: ***@***.***&gt;


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