Releases: stardog-union/rocksdb
Facebook's 9.7.3 release
v9.7.3 Version and HISTORY.md update for 9.7.3 patch
Disable "force" in EnableFileDeletions()
This is the result of PLAT-7040. Morgan Stanley appears to hit a background error which regularly causes backup logic to fail because ResumeImpl() does a "force = true" call to EnableFileDeletions(). Facebook has removed EnableFileDeletions() work from ResumeImpl() and disabled "force" within EnableFileDeletions() within their 9.x version (this is 6.x).
Facebook's 8.6.7
Temporary tag
Add missing headers
gcc update caused some implied headers to no longer be implied. Needed to explicitly add or <system_error> to five files.
Facebook's 7.3.1
Make facebook's 7.3.1 release available via tag in stardog's repository.
test mv-remove-merge-clock
Test release
rocksdb-v7.0.4
This is a temporary for debugging updated rocksdb with our build environment.
Correct file_preload serialization/parsing within OPTIONS file
I completely missed the error with serializing new file_preload option. The side effect was the rocksdb code leaving potentially hundreds of OPTIONS temporary files within $STARDOG_HOME/data.
This release corrects the serialization and parsing. It also adds code to clean up failed options file writes.
Correct segfault within job_context.h
Address race condition within job_context.h where column family's immutable options object is gone before background compaction completes.
6.20.3 with file missing from 6.20.3b
We need a build step in our checks. Missed a file on last release.