Skip to content

Releases: stardog-union/rocksdb

Facebook's 9.7.3 release

30 Oct 20:16
Compare
Choose a tag to compare
Pre-release
v9.7.3

Version and HISTORY.md update for 9.7.3 patch

Disable "force" in EnableFileDeletions()

22 Jul 20:10
d6864fc
Compare
Choose a tag to compare

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

10 Oct 17:44
Compare
Choose a tag to compare
Facebook's 8.6.7 Pre-release
Pre-release

Temporary tag

Add missing headers

21 Dec 16:34
3da7d0a
Compare
Choose a tag to compare

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

01 Oct 21:15
Compare
Choose a tag to compare

Make facebook's 7.3.1 release available via tag in stardog's repository.

test mv-remove-merge-clock

02 May 19:40
Compare
Choose a tag to compare
Pre-release

Test release

rocksdb-v7.0.4

18 Sep 18:58
Compare
Choose a tag to compare
rocksdb-v7.0.4 Pre-release
Pre-release

This is a temporary for debugging updated rocksdb with our build environment.

Correct file_preload serialization/parsing within OPTIONS file

04 Jan 00:13
550cd54
Compare
Choose a tag to compare

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

21 Dec 14:34
30ad741
Compare
Choose a tag to compare

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

20 Aug 19:20
bb90933
Compare
Choose a tag to compare

We need a build step in our checks. Missed a file on last release.