Correct file_preload serialization/parsing within OPTIONS file
matthewvon
released this
04 Jan 00:13
·
10 commits
to stardog/develop
since this release
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.