Skip to content
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

Merged
merged 3 commits into from
Sep 17, 2019

Conversation

RatanRSur
Copy link
Contributor

@RatanRSur RatanRSur commented Sep 17, 2019

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)

@shemnon
Copy link
Contributor

shemnon commented Sep 17, 2019

This is a re-commit of PR #6

shemnon
shemnon previously approved these changes Sep 17, 2019
@ryjones ryjones self-requested a review September 17, 2019 16:10
Copy link
Member

@ryjones ryjones left a 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.

@RatanRSur RatanRSur changed the title Support Version Rollbacks for RocksDB (#6) Support Version Rollbacks for RocksDB (#19) Sep 17, 2019
@RatanRSur RatanRSur changed the title Support Version Rollbacks for RocksDB (#19) Support Version Rollbacks for RocksDB (#6) Sep 17, 2019
@RatanRSur
Copy link
Contributor Author

RatanRSur commented Sep 17, 2019

@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?

@ryjones
Copy link
Member

ryjones commented Sep 17, 2019

@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:

Signed-off-by: Adrian Sutton <[email protected]>

@RatanRSur
Copy link
Contributor Author

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.

@ryjones ryjones dismissed their stale review September 17, 2019 19:12

I trust you to fix this

@CjHare CjHare merged commit 3eb9046 into hyperledger:master Sep 17, 2019
@RatanRSur RatanRSur deleted the rocksdb-rollback branch September 17, 2019 23:22
garyschulte pushed a commit to garyschulte/besu that referenced this pull request Jan 5, 2024
pls just run the workflow_run already
@rcketscientist rcketscientist mentioned this pull request May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants