-
Notifications
You must be signed in to change notification settings - Fork 727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coordinator: add the operator cost time in log field #1748
Conversation
Signed-off-by: nolouch <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1748 +/- ##
=========================================
- Coverage 77.05% 76.9% -0.16%
=========================================
Files 161 161
Lines 15749 15749
=========================================
- Hits 12136 12111 -25
- Misses 2601 2617 +16
- Partials 1012 1021 +9
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/run-all-tests |
* *: unify get store function everywhere (#1671) Signed-off-by: Ryan Leung <[email protected]> * server: use leader lease to determine tso service validity (#1676) Signed-off-by: disksing <[email protected]> * test: fix tests (#1696) * test: fix region syncer test Signed-off-by: disksing <[email protected]> * add config-check flag for pd-server (#1695) Signed-off-by: cwen0 <[email protected]> * operator: rewrite move region related functions (#1667) * *: support setting endKey for ScanRange (#1700) Signed-off-by: disksing <[email protected]> * *: reduce some unnecessary parameters (#1698) Signed-off-by: Ryan Leung <[email protected]> * schedule: Do not send an operator of a region wth a stale epoch (#1659) * schedule: Do not send an operator of a region wth a stale epoch Signed-off-by: Shafreeck Sea <[email protected]> * schedule: check the version changed by the operator self Signed-off-by: Shafreeck Sea <[email protected]> * schedule: fix unit test Signed-off-by: Shafreeck Sea <[email protected]> * schedule: fix to avoid dispatching a stale opstep Signed-off-by: Shafreeck Sea <[email protected]> * dispatch: refactor "ConsumeConfVer() int" to "ExpectConfVerChange() bool" Signed-off-by: Shafreeck Sea <[email protected]> * dispatch: fix typo in comment Signed-off-by: Shafreeck Sea <[email protected]> * fix typo Co-Authored-By: Ryan Leung <[email protected]> * dispatch: fix unittest Signed-off-by: Shafreeck Sea <[email protected]> * dispatch: refine format Signed-off-by: Shafreeck Sea <[email protected]> * server: fix the dead lock in scatter region (#1706) Signed-off-by: Ryan Leung <[email protected]> * tools: fix set namespace in pd-ctl (#1701) Signed-off-by: Ryan Leung <[email protected]> * tools: fix parse url without http prefix (#1703) Signed-off-by: Ryan Leung <[email protected]> * tests: support deadlock detection in make test (#1704) Signed-off-by: Ryan Leung <[email protected]> * Makefile: fix failpoint enable (#1722) Signed-off-by: nolouch <[email protected]> * checker: fix the issue that a region does not merge to the sibling with smaller size (#1723) Signed-off-by: disksing <[email protected]> * tools: balance region simulator (#1708) * scheduler: do not remove the operator when the step does not finish (#1715) Signed-off-by: Shafreeck Sea <[email protected]> * operator: fix the AddLearner config version judgment (#1732) Signed-off-by: nolouch <[email protected]> * tools: fix TLS in pd control (#1729) Signed-off-by: Ryan Leung <[email protected]> * syncer: support TLS for region syncer (#1728) Signed-off-by: Ryan Leung <[email protected]> * schedule: fix a thread-safe bug and improve code (#1719) * statistics: fix region flow calculation (#1688) Signed-off-by: jiyingtk <[email protected]> * makefile: improve deadlock-enable/disable (#1736) * api: fix missing keys statistic in region information (#1741) Signed-off-by: nolouch <[email protected]> * *: update go version to 1.13 (#1742) Signed-off-by: disksing <[email protected]> * coordinator: add the operator cost time in log field (#1748) Signed-off-by: nolouch <[email protected]>
What problem does this PR solve?
add the operator cost time in the log.
What is changed and how it works?
add the log field.
Check List
Tests