diff options
author | Frederick Muriuki Muriithi | 2024-10-28 14:10:43 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-28 14:10:43 -0500 |
commit | 8a41271f2ce82e23caad52d0edfd9e306925f473 (patch) | |
tree | cb65432f3f0596ebed37f211de43432b301f2fa2 /issues/genenetwork/virtuoso-shutdown-clears-data.gmi | |
parent | a2780f4e6ea04d70b0d685b5d294f55ded84caf2 (diff) | |
download | gn-gemtext-8a41271f2ce82e23caad52d0edfd9e306925f473.tar.gz |
Production container: Virtuoso clears data on shutdown (New issue)
Diffstat (limited to 'issues/genenetwork/virtuoso-shutdown-clears-data.gmi')
-rw-r--r-- | issues/genenetwork/virtuoso-shutdown-clears-data.gmi | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/issues/genenetwork/virtuoso-shutdown-clears-data.gmi b/issues/genenetwork/virtuoso-shutdown-clears-data.gmi new file mode 100644 index 0000000..06bfa2b --- /dev/null +++ b/issues/genenetwork/virtuoso-shutdown-clears-data.gmi @@ -0,0 +1,25 @@ +# Virtuoso: Shutdown Clears Data + +## Tags + +* type: bug +* status: open +* assigned: fredm +* priority: critical +* interested: bonfacem, pjotrp, zsloan +* keywords: production, container, tux04, virtuoso + +## Description + +It seems that virtuoso has the bad habit of clearing data whenever it is stopped/restarted. + +This issue will track the work necessary to get the service behaving correctly. + +According to the documentation on +=> https://vos.openlinksw.com/owiki/wiki/VOS/VirtBulkRDFLoader the bulk loading process + +``` +The bulk loader also disables checkpointing and the scheduler, which also need to be re-enabled post bulk load +``` + +That needs to be handled. |