forked from tikv/pd
-
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.
schedule: one operator only occupy one limit (tikv#3820)
* use O(1) to get WMA Signed-off-by: tongjian <[email protected]> * add sonar file ignore code duplicated Signed-off-by: tongjian <[email protected]> Signed-off-by: buffer <[email protected]> * one operator should occupy one limit Signed-off-by: bufferflies <[email protected]> * remove no need change Signed-off-by: bufferflies <[email protected]> * move scheduler OpKind to operator.go Signed-off-by: bufferflies <[email protected]> * replace opkind to get op producer by using LowBit Signed-off-by: bufferflies <[email protected]> * pass uint test Signed-off-by: bufferflies <[email protected]> * replace chinese link Signed-off-by: bufferflies <[email protected]> * OperatorCount use O(1) Signed-off-by: bufferflies <[email protected]>
- Loading branch information
1 parent
ca8b360
commit 97dc51c
Showing
6 changed files
with
66 additions
and
27 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
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
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