summaryrefslogtreecommitdiff
path: root/issues/genenetwork/virtuoso-shutdown-clears-data.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'issues/genenetwork/virtuoso-shutdown-clears-data.gmi')
-rw-r--r--issues/genenetwork/virtuoso-shutdown-clears-data.gmi25
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.