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

Upgrade RocksDB #3026

Merged
merged 1 commit into from
Feb 9, 2022
Merged

Upgrade RocksDB #3026

merged 1 commit into from
Feb 9, 2022

Conversation

dlg99
Copy link
Contributor

@dlg99 dlg99 commented Feb 4, 2022

Descriptions of the changes in this PR:

Dependency change

Motivation

I encountered #3024 and noticed that newer version of RocksDB includes multiple fixes for concurrency issues with various side-effects and fixes for a few crashes.
I upgraded, ran org.apache.bookkeeper.bookie.BookieJournalTest test in a loop and didn't repro the crash so far.
It is hard to say 100% if it is fixed given it was not happening all the time.

Changes

Upgraded RocksDB
Master Issue: #3024

Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@dlg99 dlg99 added this to the 4.15.0 milestone Feb 9, 2022
@dlg99 dlg99 self-assigned this Feb 9, 2022
@dlg99 dlg99 merged commit 7d35b67 into apache:master Feb 9, 2022
StevenLuMT pushed a commit to StevenLuMT/bookkeeper that referenced this pull request Feb 16, 2022
Descriptions of the changes in this PR:

Dependency change

### Motivation

I encountered apache#3024 and noticed that newer version of RocksDB includes multiple fixes for concurrency issues with various side-effects and fixes for a few crashes.
I upgraded, ran `org.apache.bookkeeper.bookie.BookieJournalTest` test in a loop and didn't repro the crash so far.
It is hard to say 100% if it is fixed given it was not happening all the time. 

### Changes

Upgraded RocksDB
Master Issue: apache#3024



Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Nicolò Boschi <boschi1997@gmail.com>

This closes apache#3026 from dlg99/rocksdb-upgrade
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
Descriptions of the changes in this PR:

Dependency change

### Motivation

I encountered apache#3024 and noticed that newer version of RocksDB includes multiple fixes for concurrency issues with various side-effects and fixes for a few crashes.
I upgraded, ran `org.apache.bookkeeper.bookie.BookieJournalTest` test in a loop and didn't repro the crash so far.
It is hard to say 100% if it is fixed given it was not happening all the time. 

### Changes

Upgraded RocksDB
Master Issue: apache#3024



Reviewers: Enrico Olivelli <eolivelli@gmail.com>, Nicolò Boschi <boschi1997@gmail.com>

This closes apache#3026 from dlg99/rocksdb-upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants