[fix #740] Add more logs in getregionstore#751
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #751 +/- ##
============================================
+ Coverage 37.89% 38.15% +0.26%
- Complexity 1611 1618 +7
============================================
Files 278 278
Lines 17511 17517 +6
Branches 1991 1992 +1
============================================
+ Hits 6636 6684 +48
+ Misses 10208 10160 -48
- Partials 667 673 +6
☔ View full report in Codecov by Sentry. |
b121473 to
863e1c0
Compare
Signed-off-by: shiyuhang <1136742008@qq.com>
Signed-off-by: shiyuhang <1136742008@qq.com>
Signed-off-by: shiyuhang <1136742008@qq.com>
Signed-off-by: shiyuhang <1136742008@qq.com>
7814009 to
5d49990
Compare
Signed-off-by: shiyuhang <1136742008@qq.com>
|
/cherry-pick release-3.3 |
|
In response to a cherrypick label: new pull request created to branch |
|
@shiyuhang0: new pull request could not be created: failed to create pull request against tikv/client-java#release-3.3 from head ti-chi-bot:cherry-pick-751-to-release-3.3: status code 422 not one of [201], body: {"message":"Validation Failed","errors":[{"resource":"PullRequest","code":"custom","message":"A pull request already exists for ti-chi-bot:cherry-pick-751-to-release-3.3."}],"documentation_url":"https://docs.github.com/rest/reference/pulls#create-a-pull-request"} DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
* optimize getregionstore logical Signed-off-by: shiyuhang <1136742008@qq.com> * decrease impact Signed-off-by: shiyuhang <1136742008@qq.com> * Update RegionManager.java Signed-off-by: shiyuhang <1136742008@qq.com> * Fix health checking issue (#748) Signed-off-by: shiyuhang <1136742008@qq.com> * Update RegionManager.java Signed-off-by: shiyuhang <1136742008@qq.com> * add log Signed-off-by: shiyuhang <1136742008@qq.com> * change log level Signed-off-by: shiyuhang <1136742008@qq.com> --------- Signed-off-by: shiyuhang <1136742008@qq.com> Co-authored-by: shiyuhang <1136742008@qq.com> Co-authored-by: shi yuhang <52435083+shiyuhang0@users.noreply.github.com>
What problem does this PR solve?
Issue Number: close #750
Problem Description: TBD
What is changed and how does it work?
Code changes
Check List for Tests
This PR has been tested by at least one of the following methods:
Side effects
Related changes