-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eventService: reduce resolvedTs lag (#199)
* add debug log for perf testing Signed-off-by: dongmen <[email protected]> * add more log Signed-off-by: dongmen <[email protected]> * add resolved Ts metrics in eventService Signed-off-by: dongmen <[email protected]> * add resolved Ts metrics in eventService Signed-off-by: dongmen <[email protected]> * add resolved Ts metrics in eventService 3 Signed-off-by: dongmen <[email protected]> * use send command to send heartbeat Signed-off-by: dongmen <[email protected]> * add checkpointTsLag and resolvedTsLag metrics to dispatcherManager Signed-off-by: dongmen <[email protected]> * remove useless code Signed-off-by: dongmen <[email protected]> * add scan task inqueue duration metric Signed-off-by: dongmen <[email protected]> * add event lag duration for event collector Signed-off-by: dongmen <[email protected]> * add resolvedTs lag for event collector Signed-off-by: dongmen <[email protected]> * eventService: use sync map to store dispatcher Signed-off-by: dongmen <[email protected]> * refine metrics Signed-off-by: dongmen <[email protected]> * fix some error Signed-off-by: dongmen <[email protected]> * fix metric error Signed-off-by: dongmen <[email protected]> * add debug log Signed-off-by: dongmen <[email protected]> * fix metrics Signed-off-by: dongmen <[email protected]> * fix metrics 2 Signed-off-by: dongmen <[email protected]> * fix metrics 3 Signed-off-by: dongmen <[email protected]> * fix metrics 4 Signed-off-by: dongmen <[email protected]> * fix metrics 4 Signed-off-by: dongmen <[email protected]> * fix metrics 5 Signed-off-by: dongmen <[email protected]> * add event service dispatcher watermark metric Signed-off-by: dongmen <[email protected]> * add panel * refactor event broker * ignore log file * fix concurrent map iteration and map write * event broker enlarge notify chan size Signed-off-by: dongmen <[email protected]> * fix ut --------- Signed-off-by: dongmen <[email protected]> Co-authored-by: CharlesCheung <[email protected]>
- Loading branch information
1 parent
0b0259d
commit 9c6d49d
Showing
14 changed files
with
1,527 additions
and
529 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ tools/include | |
|
||
.vscode | ||
.idea | ||
*.log |
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
Oops, something went wrong.