Skip to content

Fix missing column family id within CompactionJobInfo

Compare
Choose a tag to compare
@matthewvon matthewvon released this 05 Jun 14:27
· 2364 commits to stardog/develop since this release
a7d2e8d

Added the use of rocksdb::Listener within Stardog. Discovered that the OnCompactionBegin() caller did not populate the Column Family ID member cf_id. OnCompactionCompleted() caller did. Added line from latter to former.