We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fcd466 commit da874dbCopy full SHA for da874db
Cluster.pm
@@ -103,6 +103,13 @@ sub init
103
104
multimaster.binary_basetypes = ${binary_basetypes}
105
106
+ # There seems to be a weird issue with nonblocking connection to Unix
107
+ # sockets: rarely (during consenquent restart in the beginning of
108
+ # 001_regress) connection attempt hangs, as if we got EAGAIN but
109
+ # were never notified that the socket is ready. Let's see if this
110
+ # covers it up.
111
+ multimaster.connect_timeout = 10
112
+
113
# uncomment to get extensive logging for debugging
114
115
# multimaster.TxTrace_log_level = LOG
0 commit comments