You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/02/21 06:26:26 UTC

[GitHub] [incubator-inlong] gosonzhang opened a new issue #2620: [TubeMQ] Add direct write to disk control

gosonzhang opened a new issue #2620:
URL: https://github.com/apache/incubator-inlong/issues/2620


   ### Description
   
   At present, when Broker stores data, it first caches data through MsgMemStore and then flashes it to MsgFileStore in batches to store data persistently in files. This processing mode is very effective for disk media servers, but there are some occasions, for example, the configured topics in the system too many but insufficient memory resources, or the persistent storage medium, like SSD, is very fast, which is ok to directly write the received data to MsgFileStore for direct storage.
   
   Based on this idea, the current Broker storage implementation is adjusted, and optional control is added to the storage path, supporting users to enable or disable the memory cache function through configuration
   
   ### InLong Component
   
   InLong TubeMQ
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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@inlong.apache.org

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



[GitHub] [incubator-inlong] gosonzhang closed issue #2620: [TubeMQ] Add direct write to disk control

Posted by GitBox <gi...@apache.org>.
gosonzhang closed issue #2620:
URL: https://github.com/apache/incubator-inlong/issues/2620


   


-- 
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@inlong.apache.org

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