I have Memgraph 2.2.0 (Docker using memgraph-platform image) running on Windows based computer.
When registering a REPLICA instance with the SYNC WITH TIMEOUT mode, then showing REPLICA instances' details, the TIMEOUT for that instance is 0.
Here is what I've done:
REGISTER REPLICA REP2 SYNC WITH TIMEOUT 1 TO "192.168.0.10";
SHOW REPLICAS
In the result I can see that the TIMEOUT for REP2 is 0. Why is this so?
This was a bug, and fix was included in Memgraph 2.3.1.