-
Notifications
You must be signed in to change notification settings - Fork 245
Add Rocksdb Secondary Instance Api #384
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
8ee1dad
kvdb-rocksdb: update to new set_upper_bound API
2d92d86
kvdb-rocksdb: update rocksdb to crates.io version
0e0bca8
kvdb-rocksdb: update the changelog
1731b14
Fix build? Set VM template.
dvdplm 27d6768
Fix build? correct image name
dvdplm b5aa3ce
Fix build? Maybe it's 2019?
dvdplm ace87ee
appveyor: try release build
080de4a
Revert "appveyor: try release build"
f168c09
checkout https://github.com/rust-rocksdb/rust-rocksdb/pull/412
c64a021
revert patch
f1fead0
revert unrelated changes
36f799f
Merge branch 'master' into ao-upgrade-rocksdb
f1d94ea
add open as secondary rocksdb api
insipx b1e1a38
Update kvdb-rocksdb/src/lib.rs
insipx 06df3fd
add more information to secondary mode comment
insipx faa9f6f
add function to catch up a secondary instance with a primary instance
insipx 54f5cb8
one more doc comment for more clarity
insipx 8c032f3
style fixes
insipx ccbd7d5
Update kvdb-rocksdb/src/lib.rs
insipx 234baaa
Update kvdb-rocksdb/src/lib.rs
insipx 66f2258
change name of `secondary_mode` option to `secondary`
insipx d31bdc9
Merge branch 'master' of github.com:paritytech/parity-common into ins…
insipx 4c0aaee
Update kvdb-rocksdb/src/lib.rs
insipx 1019484
fix some punctuation
insipx 6a402f8
specify a different directory for secondary instance to store its logs
insipx d43daf6
Update kvdb-rocksdb/src/lib.rs
insipx 78c1a05
remove catching up on primary db in test
insipx be980bf
doc comment fixes
insipx 3636b97
remove wrong info about blocking primary instance
insipx d301420
more docs for catch-up-with-primary
insipx b5719da
grammar
insipx 99bddd7
make `max_open_files` comment clearer
insipx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.