Highlights
- Arctic Code Vault Contributor
Pinned
921 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 9 commits in 4 repositories
Created a pull request in tikv/pd that received 9 comments
*: fix the misleading docker image address
What problem does this PR solve?
Currently we still use pingcap/pd in docker hub to save our image. Closes #3354.
What is changed and how it works?
T…
+1
−1
•
9
comments
Opened 5 other pull requests in 1 repository
Reviewed 26 pull requests in 5 repositories
tikv/pd 20 pull requests
- server/api: do not support setting store to Tombstone by any API
- cluster: reject the split request of a joint state region
- server: Auto fix gc_worker's service safepoint for upgraded clusters
- client: avoid the potential PD client panic
- *: make the id allocator more readable
- placement: extract range list utility
- schedulers: fix check hot region flow
- filter: add label for filterCounter
- scheduler, operator: support operatorLimitCounter for region-schedule-limit
- statistics: add score formula v2 related metrics (#3338)
- cluster: if a tombstone store still has peers, it cannot be removed
- statistics: filter regions by hotDegree
- placement: check if rule can match any store when adding
- ci: remove .travis.yml
- statistics: add score formula v2 related metrics
- pd-ctl: set exit code for invalid command
- id: fix the bug that id may be duplicated (#3322)
- id: fix the bug that id may be duplicated
- go.mod: remove the package dependency of github.com/pingcap/tiup
- placement: push rules check down to rule manager