We’re running Weaviate 1.22.3 with a few thousand test records of type Page3.
In the weaviate logs we see recurring error:
{"action":"cyclemanager","callback_id":"segmentgroup/compaction//var/lib/weaviate/page3_2bb2c745-1864-43f5-9e2b-81dd305bc14f_lsm/property_article_type_searchable","callbacks_id":"store/compaction/..","class":"Page3","index":"page3","level":"error","msg":"callback panic: runtime error: index out of range [-1]","shard":"2bb2c745-1864-43f5-9e2b-81dd305bc14f","time":"2023-12-13T00:25:25Z"}
It repeats sometimes in less than a minute, other times it’s more like a few minutes but it fills majority of our logs and it’s been running like that for days. What can cause the error and does it impact operations of the DB?
thanks for suggestions, this is a single instance working on Docker with pretty standard docker-compose taken from weaviate generator and a few modified env vars like disk space threshold . I wouldn’t say I can reproduce it as in have minimal repro setup but It happens consistently across container rebuilds both on local machine and DigitalOcean droplet. I’ll try with higher log level.