Commit 1686dc1
committed
fix(longevity_test): Set ignore raft topology connection close error globally
Error: 'raft_topology - topology change coordinator fiber got error (connection is closed))'
Could appeared in different moment when node/nodes are being restarted.
As described in issue: scylladb/scylladb#20950 in comment:
scylladb/scylladb#20950 (comment)
the error message could appeared while we have race between raft and gossip.
we can ignore this issue while issue will not be fixed on scylla side,
gossip mode will be removed from scylla.1 parent bddec8a commit 1686dc1
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
154 | 161 | | |
155 | 162 | | |
0 commit comments