You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by "Yizhou-Yang (via GitHub)" <gi...@apache.org> on 2023/01/30 11:30:36 UTC

[GitHub] [inlong] Yizhou-Yang opened a new issue, #7293: [Bug] [Sort]

Yizhou-Yang opened a new issue, #7293:
URL: https://github.com/apache/inlong/issues/7293

   ### What happened
   
    For jdbc multiple sink and other multiple sinks, when invoke is more frequent then the scheduler's batch interval, the dirty data will flush at a faster rate.
   
   ### What you expected to happen
   
   let's say the batch interval is 60000. if I call dirtySink.invoke every 1 second, it will invoke, then flush 1-2 records every one second, instead of the 60s which the batch interval is supposed to be.
   
   ### How to reproduce
   
   let's say the batch interval is 60000. if I call dirtySink.invoke every 1 second, it will invoke, then flush 1-2 records every one second, instead of the 60s which the batch interval is supposed to be.
   
   ### Environment
   
   _No response_
   
   ### InLong version
   
   master
   
   ### InLong Component
   
   InLong Sort
   
   ### 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: commits-unsubscribe@inlong.apache.org.apache.org

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


[GitHub] [inlong] dockerzhang closed issue #7293: [Bug] [Sort] S3DirtySink flushes too quickly

Posted by "dockerzhang (via GitHub)" <gi...@apache.org>.
dockerzhang closed issue #7293: [Bug] [Sort] S3DirtySink flushes too quickly
URL: https://github.com/apache/inlong/issues/7293


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

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