server/conn: log more detailed errors#11731
Merged
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #11731 +/- ##
===============================================
- Coverage 81.5272% 81.413% -0.1142%
===============================================
Files 432 432
Lines 93635 92979 -656
===============================================
- Hits 76338 75697 -641
+ Misses 11868 11866 -2
+ Partials 5429 5416 -13 |
Codecov Report
@@ Coverage Diff @@
## master #11731 +/- ##
===========================================
Coverage 81.4327% 81.4327%
===========================================
Files 432 432
Lines 93250 93250
===========================================
Hits 75936 75936
Misses 11880 11880
Partials 5434 5434 |
Contributor
|
/run-all-tests |
Contributor
|
@lance6716 merge failed. |
Contributor
|
cherry pick to release-3.1 failed |
ti-srebot
pushed a commit
to ti-srebot/tidb
that referenced
this pull request
Mar 18, 2021
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
Contributor
|
cherry pick to release-3.0 in PR #23400 |
ti-chi-bot
pushed a commit
that referenced
this pull request
Mar 19, 2021
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Print more message to help investigate an bug: when executed some long-time-costing SQL and encountered timeout error,
idleTimeis relatively small towaitTimeout, e.g.What is changed and how it works?
Print original error
Check List
Tests
Code changes
Side effects
Related changes