Skip to content

Commit

Permalink
Merge pull request #295 from weaviate/jose/increase_async_repair_dela…
Browse files Browse the repository at this point in the history
…y_once_more

Increase the delay for async replication to 120s
  • Loading branch information
antas-marcin authored Feb 13, 2025
2 parents 458c2f4 + 1bbe5b6 commit 8556f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_repair.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ echo "Restart node 3"
docker compose -f $COMPOSE up -d weaviate-node-3
wait_weaviate 8082
# Give some time for async repair to restore the objects in the restarted node
sleep 30
sleep 120
if docker run --network host -v "$PWD/workdir/:/workdir/data" --name cluster_async_repair -t cluster_async_repair; then
echo "All objects read with consistency level ALL after weaviate-node-3 restarted".
else
Expand Down

0 comments on commit 8556f19

Please sign in to comment.