We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent3ba6736 commitc6dddbcCopy full SHA for c6dddbc
contrib/mmts/arbiter.c
@@ -577,8 +577,8 @@ static bool MtmSendToNode(int node, void const* buf, int size, time_t reconnectT
577
BIT_SET(busy_mask,node);
578
while (true) {
579
#if0
580
-/* Original intention was to reestablishconnectect whenreconnet mask is set to avoid hanged-up connection.
581
- * But reconnectMask is set not only when connection is broken, so breaking connection in all this cases causeavalunch of connection failures.
+/* Original intention was to reestablishconnection whenreconnect mask is set to avoid hanged-up connection.
+ * But reconnectMask is set not only when connection is broken, so breaking connection in all this cases causeavalanche of connection failures.
582
*/
583
if (sockets[node] >=0&&BIT_CHECK(Mtm->reconnectMask,node)) {
584
MTM_ELOG(WARNING,"Arbiter is forced to reconnect to node %d",node+1);