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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]