I have set up postgresql and pg_shard.
I do three insertions as mentioned in the guide and everything is fine until now.
I stop worker 1.
I update one of the entries.
I start worker 1.
I stop worker 2.
WARNING: Bad result from ss-postgres-slave2:5432
DETAIL: Remote message: terminating connection due to administrator command
WARNING: Connection failed to ss-postgres-slave2:5432
DETAIL: Remote message: could not connect to server: Connection refused
Is the server running on host "ss-postgres-slave2" (172.19.10.91) and accepting
TCP/IP connections on port 5432?
WARNING: Connection failed to ss-postgres-slave2:5432
DETAIL: Remote message: could not connect to server: Connection refused
Is the server running on host "ss-postgres-slave2" (172.19.10.91) and accepting
TCP/IP connections on port 5432?
WARNING: Connection failed to ss-postgres-slave2:5432
DETAIL: Remote message: could not connect to server: Connection refused
Is the server running on host "ss-postgres-slave2" (172.19.10.91) and accepting
TCP/IP connections on port 5432?
WARNING: Connection failed to ss-postgres-slave2:5432
DETAIL: Remote message: could not connect to server: Connection refused
Is the server running on host "ss-postgres-slave2" (172.19.10.91) and accepting
TCP/IP connections on port 5432?
WARNING: Connection failed to ss-postgres-slave2:5432
DETAIL: Remote message: could not connect to server: Connection refused
Is the server running on host "ss-postgres-slave2" (172.19.10.91) and accepting
TCP/IP connections on port 5432?
WARNING: Connection failed to ss-postgres-slave2:5432
DETAIL: Remote message: could not connect to server: Connection refused
Is the server running on host "ss-postgres-slave2" (172.19.10.91) and accepting
TCP/IP connections on port 5432?
here ss-postgres-slave2 is my worker 2.
Isnt the update made during the time when worker 1 was off auto synced to worker 1 when it is switched on again?
Its good that worker 1 doesnt show bad(un-updated) data, but when it is up again, how to make sure the data is auto synced?