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

feat(rocksdb): upgrade rocksdb to v6.4.6 #360

Merged
merged 1 commit into from Dec 9, 2019

Conversation

FlorentinDUBOIS
Copy link
Contributor

No description provided.

@vitvakatu
Copy link

You need to update build_version.cc file as well.

@FlorentinDUBOIS
Copy link
Contributor Author

Thanks, I will do that!

* Update Cargo.toml to match rocksdb version
@aleksuss aleksuss merged commit eab2a7e into rust-rocksdb:master Dec 9, 2019
dvdplm added a commit to dvdplm/rust-rocksdb that referenced this pull request Mar 24, 2020
…ta-block-index-type

* upstream/master:
  Make DBPath use tempfile. (rust-rocksdb#394)
  Add a doc for optimize_level_style_compaction method (rust-rocksdb#392)
  Fix lifetime parameter for iterators (rust-rocksdb#391)
  Bump librocksdb-sys up to 6.6.4 (rust-rocksdb#389)
  Change APIs that never return error to not return Result (rust-rocksdb#383)
  Do not take into account a windows host build for overall CI status (rust-rocksdb#388)
  Bump uuid and bindgen dependencies (rust-rocksdb#387)
  Fix doc for WriteBatch::delete (rust-rocksdb#376)
  Move to Rust 2018 (rust-rocksdb#375)
  Fix potential segfault when calling next on DBIterator that is at the end of the range (rust-rocksdb#374)
  Minor cleanup in db.rs (rust-rocksdb#373)
  Add flush_cf method to DB (rust-rocksdb#372)
  Simplify conversion on iterator item (rust-rocksdb#364)
  Add set_max_total_wal_size to Options (rust-rocksdb#366)
  Fix minor doc typo (rust-rocksdb#367)
  Options: add set_ratelimiter (rust-rocksdb#369)
  Improve ffi_try macro to make trailing comma optional (rust-rocksdb#371)
  Upgrade rocksdb to v6.4.6 (rust-rocksdb#360)
dvdplm added a commit to dvdplm/rust-rocksdb that referenced this pull request Apr 7, 2020
* upstream/master:
  Make DBPath use tempfile. (rust-rocksdb#394)
  Add a doc for optimize_level_style_compaction method (rust-rocksdb#392)
  Fix lifetime parameter for iterators (rust-rocksdb#391)
  Bump librocksdb-sys up to 6.6.4 (rust-rocksdb#389)
  Change APIs that never return error to not return Result (rust-rocksdb#383)
  Do not take into account a windows host build for overall CI status (rust-rocksdb#388)
  Bump uuid and bindgen dependencies (rust-rocksdb#387)
  Fix doc for WriteBatch::delete (rust-rocksdb#376)
  Move to Rust 2018 (rust-rocksdb#375)
  Fix potential segfault when calling next on DBIterator that is at the end of the range (rust-rocksdb#374)
  Minor cleanup in db.rs (rust-rocksdb#373)
  Add flush_cf method to DB (rust-rocksdb#372)
  Simplify conversion on iterator item (rust-rocksdb#364)
  Add set_max_total_wal_size to Options (rust-rocksdb#366)
  Fix minor doc typo (rust-rocksdb#367)
  Options: add set_ratelimiter (rust-rocksdb#369)
  Improve ffi_try macro to make trailing comma optional (rust-rocksdb#371)
  Upgrade rocksdb to v6.4.6 (rust-rocksdb#360)
BusyJay pushed a commit to BusyJay/rust-rocksdb that referenced this pull request Jul 23, 2020
…db#360)

Cherry-pick change to disable intra-L0 compaction, to temporarily avoid a data corruption case.
```
d21d976a1 2019-10-23 yiwu@pingcap.com     Disable Intra-L0 compaction (rust-rocksdb#128)
```

Signed-off-by: Yi Wu <yiwu@pingcap.com>
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.

None yet

3 participants