You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by dc...@apache.org on 2022/02/04 19:56:19 UTC

[cassandra-dtest] branch trunk updated: When streaming sees a ClosedChannelException this triggers the disk failure policy

This is an automated email from the ASF dual-hosted git repository.

dcapwell pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 0448f15  When streaming sees a ClosedChannelException this triggers the disk failure policy
0448f15 is described below

commit 0448f15e3db392f2f60db332fabf6309aa3d5089
Author: David Capwell <David Capwell>
AuthorDate: Fri Feb 4 10:15:46 2022 -0800

    When streaming sees a ClosedChannelException this triggers the disk failure policy
    
    patch by David Capwell, Francisco Guerrero; reviewed by Caleb Rackliffe, Dinesh Joshi for CASSANDRA-17116
---
 rebuild_test.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/rebuild_test.py b/rebuild_test.py
index 6851467..3673296 100644
--- a/rebuild_test.py
+++ b/rebuild_test.py
@@ -153,8 +153,9 @@ class TestRebuild(Tester):
             r'Streaming error occurred on session with peer 127.0.0.3',
             r'Remote peer 127.0.0.3 failed stream session',
             r'Streaming error occurred on session with peer 127.0.0.3:7000',
-            r'Remote peer 127.0.0.3:7000 failed stream session',
-            r'Stream receive task .* already finished'
+            r'Remote peer /?127.0.0.3:7000 failed stream session',
+            r'Stream receive task .* already finished',
+            r'stream operation from /?127.0.0.1:.* failed'
         ]
 
         cluster = self.cluster

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org