-
Notifications
You must be signed in to change notification settings - Fork 101
lightning: fix int handle overflow and add retry for create schema #1294
Conversation
This comment has been minimized.
This comment has been minimized.
413fe4e
to
27a9fc0
Compare
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 6e35c86
|
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
In response to a cherrypick label: new pull request created: #1307. |
In response to a cherrypick label: new pull request created: #1308. |
What problem does this PR solve?
int64.MaxValue
. close Lightning ERROR "["startKey > endKey when paginating scan region"] [startKey=7480000000000307FFB85F720000000000FF0000000000000000FA] [endKey=7480000000000307FFB85F720000000000FF0000000000000000FA]" #1291restoreSchema
. close Lightning failed to import DDL "Error 9007: Write conflict" #1290What is changed and how it works?
Check List
Tests
Code changes
Side effects
Related changes
Release note