Hi ! We have a self-hosted Typesense on a single s...
# community-help
c
Hi ! We have a self-hosted Typesense on a single server running without issue. We are trying to move to a 3 nodes cluster but we encounter a lot of 408 errors on documents update. We have tried to increase typesense python client
connection_timeout_seconds
to 60 seconds but it didn't fix it. The server and cluster config are the same except
--reset-peers-on-error
enabled on cluster. Do you have any advice or solution to fix those errors ?
j
Sounds like the cluster was not established properly.
c
Thanks for your reply. Everything looks good, we have 1, 4 and 4.
👍 1
Well, everything looks good in cluster formation responses but we still have 408 responses...
j
Could you post the last 100 lines of logs from each node here?
c
After digging into nodes logs, it seems to come from our snapshot restoration. We get this message:
Unable to trigger snapshot as one or more of the peers reported unhealthy
. Read operations are working correctly, but write operations trigger 408. To restore the snapshot from our single server, we restore it to the 3 nodes. Is it the way to go ? NB: Typesense is running into docker