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
rocksdb/db/compaction/compaction.cc
Line 549 in ce0ea61
ExtractUserKey(*start) will assert false!
same to ExtractUserKey(*end)
Am I right?
The text was updated successfully, but these errors were encountered:
Nice catch! Our unit tests didn't catch it because it will only be non-null when sub-compaction is involved.
The start is set here:
rocksdb/db/compaction/compaction_job.cc
Lines 542 to 550 in ce0ea61
And the boundaries_ is set here:
boundaries_
Line 691 in ce0ea61
You're welcome to send us a fix~
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
rocksdb/db/compaction/compaction.cc
Line 549 in ce0ea61
ExtractUserKey(*start) will assert false!
same to ExtractUserKey(*end)
Am I right?
The text was updated successfully, but these errors were encountered: