blob: 06bfa2b75b4bc4810df5af9f4271afe4781e3bc5 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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.
|