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 2021/07/28 11:23:51 UTC

[GitHub] [incubator-inlong] dockerzhang opened a new issue #725: [INLONG-126] Increase the unflushed data bytes control

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


   <p>Currently, there are unflushThreshold indicating the number of unwashed disks and unflushInterval indicating the maximum interval of unwashed disks. Through analysis, data flushing check should increase the unflushed data bytes control:</p>
   
   <p> <span class="image-wrap" style=""><img src="https://issues.apache.org/jira/secure/attachment/13003190/13003190_screenshot-1.png" style="border: 0px solid black" /></span> </p>
   
   <p>The unflushed indicators are setted to threshold to monitor and make the possibility of data loss of within the controllable range, but the time interval and the number of messages are not enough, for example, the same 1000 messages, in the case of a 100-byte message and a 512K-byte message, we not only need to check the number of entries, but also need to check the accumulated total data size of the unwashed disk</p>
   
   <p>For this problem, the new version plans to adjust to increase the unflushDataSize indicator.</p>
   <i>JIRA link - <a href="https://issues.apache.org/jira/browse/INLONG-126">[INLONG-126]</a> created by gosonzhang</i>


-- 
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] dockerzhang closed issue #725: [INLONG-126] Increase the unflushed data bytes control

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


   


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