-
Notifications
You must be signed in to change notification settings - Fork 849
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
Support Version Rollbacks for RocksDB (#6) #19
Conversation
7037b6a
to
e871267
Compare
This is a re-commit of PR #6 |
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.
Please fix the commit message. The email address is not valid and this is not a legitimate DCO sign off.
Co-Authored-By: CJ Hare [email protected]
Signed-off-by: Ratan Rai Sur [email protected]
We need a valid email for CJ Hare here.
@ryjones I'm still getting used to DCO practices but is "Co-Authored-By" a DCO thing or just something github does that doesn't have any legal standing? |
That line is a GitHub feature. That DCO bot doesn't handle it may or may not be a bug. If the commit message could be changed from "Co-authored-by" to "Signed-off-by" with the correct email address in this case I will remove my -1 Looking at previous commits, that would be:
|
When did DCO bot start running? If It was before PR #6 went up then it's definitely a bug as I'm using the same signoff process here as there. |
Signed-off-by: CJ Hare <[email protected]> Signed-off-by: Ratan Rai Sur <[email protected]>
e871267
to
c337491
Compare
pls just run the workflow_run already
PR description
Primary:
This fixes an issue where rolling back the default database version could cause an error. It's important that the loading logic depends only on the database version so we can have full control. It's still fine to set auxiliary properties like isSegmentIsolationSupported as we go through the creation process.
Other:
Extend the plugin interface with Closeable
Fixed Issue(s)