We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
when we use snapshot.scan, we may find locks that are not resolved.
WARN 2019-08-09 11:01:03 com.pingcap.tikv.operation.iterator.ScanIterator.resolveCurrentLock(120) | resolve current key error locked { primary_lock: "mDDLJobAd\377dIdxList\377\000\000\000\000\000\000\000\000\367\000\000\000\000\000\000\000L" lock_version: 410339157315682305 key: "mDDLJobHi\377story\000\000\000\374\000\000\000\000\000\000\000H" lock_ttl: 3199 }
The text was updated successfully, but these errors were encountered:
birdstorm
Successfully merging a pull request may close this issue.
Describe the bug
when we use snapshot.scan, we may find locks that are not resolved.
WARN 2019-08-09 11:01:03 com.pingcap.tikv.operation.iterator.ScanIterator.resolveCurrentLock(120) | resolve current key error locked {
primary_lock: "mDDLJobAd\377dIdxList\377\000\000\000\000\000\000\000\000\367\000\000\000\000\000\000\000L"
lock_version: 410339157315682305
key: "mDDLJobHi\377story\000\000\000\374\000\000\000\000\000\000\000H"
lock_ttl: 3199
}
The text was updated successfully, but these errors were encountered: