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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to