You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.info('Could not reach node: %s - %s', uri,
opts.STATUS_NAMES[opts.SUSPECT]
)
Which does not contain the reason for fail, all we know is that direct PING failed (if it succeeded, control would not reach this log line).
Please add important through_uri information to this log line. It was that node that failed indirect PING.
We've faced situation where 1 node out of 10 in cluster had some serious network issues.
Seeing that same node in logs would have helped to diagnose those issues much sooner (spent 2 months totally ;)
Only after collating "reach" logs into this pivot table we found out that 01 node is seriously ill:
The text was updated successfully, but these errors were encountered:
Currently indirect PING can cause this message:
Which does not contain the reason for fail, all we know is that direct PING failed (if it succeeded, control would not reach this log line).
Please add important
through_uri
information to this log line. It was that node that failed indirect PING.We've faced situation where 1 node out of 10 in cluster had some serious network issues.
Seeing that same node in logs would have helped to diagnose those issues much sooner (spent 2 months totally ;)
Only after collating "reach" logs into this pivot table we found out that 01 node is seriously ill:

The text was updated successfully, but these errors were encountered: