Description
My current usecase need to restart the weaviate pod frequently. The data is quite huge, about 2687 schema. Look like enable Raft on version 1.27.1 make the boostrapping take about 45 minutes. I could not find any instructions to disable Raft to make the boostrapping time shorter, like previous version as 1.24.10. Can you help?
Server Setup Information
- Weaviate Server Version: 1.27.1
- Deployment Method: K8S via Helm Chart
- Multi Node? Number of Running Nodes: Single node (1 pod)
- Client Language and Version: Python 4.9.3
- Multitenancy?: No
Any additional Information
# 3 first entries
{"build_git_commit":"05de0db","build_go_version":"go1.22.8","build_image_tag":"v1.27.1","build_wv_version":"1.27.1","level":"info","msg":"Schema catching up: applying log entry: [3/2687]","time":"2024-11-07T04:40:41Z"}
{"build_git_commit":"05de0db","build_go_version":"go1.22.8","build_image_tag":"v1.27.1","build_wv_version":"1.27.1","level":"info","msg":"Schema catching up: applying log entry: [4/2687]","time":"2024-11-07T04:40:41Z"}
{"build_git_commit":"05de0db","build_go_version":"go1.22.8","build_image_tag":"v1.27.1","build_wv_version":"1.27.1","level":"info","msg":"Schema catching up: applying log entry: [5/2687]","time":"2024-11-07T04:40:41Z"}
....
# The last entries
{"action":"hnsw_prefill_cache_async","build_git_commit":"05de0db","build_go_version":"go1.22.8","build_image_tag":"v1.27.1","build_wv_version":"1.27.1","level":"info","msg":"not waiting for vector cache prefill, running in background","time":"2024-11-07T05:20:24Z","wait_for_cache_prefill":false}
{"build_git_commit":"05de0db","build_go_version":"go1.22.8","build_image_tag":"v1.27.1","build_wv_version":"1.27.1","level":"info","msg":"Completed loading shard *** in 26.496718ms","time":"2024-11-07T05:20:24Z"}
{"action":"hnsw_vector_cache_prefill","build_git_commit":"05de0db","build_go_version":"go1.22.8","build_image_tag":"v1.27.1","build_wv_version":"1.27.1","count":3000,"index_id":"main","level":"info","limit":1000000000000,"msg":"prefilled vector cache","time":"2024-11-07T05:20:24Z","took":213805}
It took 40 minutes to complete.