dbpedia/virtuoso-sparql-endpoint-quickstart

Write wait on column page on Virtuoso

bperel opened this issue · 1 comments

I get the following repeated errors in the Docker log :

Write wait on column page xxxxxx. Waits should be on the index leaf page, except when col page is held for read by background write

Along with :
* Monitor: High disk read (1)
less frequently.

This looks like an open issue on Virtuoso's side (openlink/virtuoso-opensource#44)

Full log : virtuoso_logs.txt

I set up the Docker container the following way :

docker run --rm -v /opt/dbpedia/data/de:/dbpedia-download:z aksw/dld-dist-dbpedia download  -l en
followed by
docker run -ti -v /var/run/docker.sock:/var/run/docker.sock:z -v /opt/dbpedia/data/en:/dbpedia-download:z --name dld-dbpedia aksw/dld-dist-dbpedia run-dld

Host is Ubuntu 16.04 LTS

Can't reproduce anymore. Closing