forked from StarRocks/starrocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Enhancement] Optimize LoadsHistorySyncer (StarRocks#53864)
## Why I'm doing: 1. If there are no load jobs, LoadsHistorySyncer still runs. 2. LoadsHistorySyncer does not ignore its own load job, so cause Infinite loop. ## What I'm doing: 1. Record the last sync time, if there are no new load jobs, do not run sync SQL. 2. Ignore the LoadsHistorySyncer triggered dml SQL. Signed-off-by: gengjun-git <[email protected]>
- Loading branch information
1 parent
019de3a
commit 884981f
Showing
4 changed files
with
78 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters