-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
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
fix(tianm):oltp_read_write.lua sysbench returned error 1366(#1371) #1372
Conversation
Thanks for the contribution! Please review the labels and make any necessary changes. |
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## stonedb-5.7-dev #1372 +/- ##
===================================================
- Coverage 43.13% 43.10% -0.03%
===================================================
Files 1836 1836
Lines 397196 397198 +2
===================================================
- Hits 171314 171196 -118
- Misses 225882 226002 +120
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…#1371) Cause of the problem: The bit bitmap was not initialized when it was created, resulting in the subsequent data confusion
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Cause of the problem:
The reason for the problem is that when the update and update data are merged, there is a place where the update bitmap is not set, resulting in the subsequent data reading confusion
Summary about this PR
Issue Number: close #1371
Tests Check List
Changelog
Documentation