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
An event happens which causes Scylla to generate a relatively large amount of logs (it was nodetool rebuild in this run),
The system.log -> messages.log scraping mechanism (I think it's called syslog-ng) loses connection to the node, reconnects after 60s but keeps lagging badly afterwards; I saw that one line was delayed by 16 minutes in that particular run,
The nemesis code which waits for a log line to appear times out, even though it appeared in system.log pretty quickly, leading to test flakiness.
The text was updated successfully, but these errors were encountered:
Argus run that prompted this issue: https://argus.scylladb.com/tests/scylla-cluster-tests/83efb5fa-0232-4b55-a1e1-219764056cee. I have left a comment in the discussion there which explains the problem in more detail. Summarizing:
nodetool rebuild
in this run),The text was updated successfully, but these errors were encountered: