[ 
https://issues.apache.org/jira/browse/CASSANDRA-20873?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Paulo Motta updated CASSANDRA-20873:
------------------------------------
    Description: 
Repair is not running but there are active streaming sessions. Logs will be 
posted as comments.
 * Node 1 (aaa.bbb.ccc.ddd)
{noformat}
$ nodetool netstats
Mode: NORMAL
Repair 8bcef5b0-78b7-11f0-bfc8-7392e70ddefe
    /www.xxx.yyy.zzz
        Receiving 105 files, 136257 bytes total. Already received 110 files 
(104.76%), 137014 bytes total (100.56%)
$ nodetool repair_admin
no sessions
{noformat}

 * Node 2 (www.xxx.yyy.zzz)
{noformat}
$ nodetool netstats
Mode: NORMAL
Repair 8bcef5b0-78b7-11f0-bfc8-7392e70ddefe
    /aaa.bbb.ccc.ddd
        Sending 105 files, 136257 bytes total. Already sent 110 files 
(104.76%), 137014 bytes total (100.56%)
$ nodetool repair_admin
no sessions{noformat}

 * Node 3 (ccc.ddd.eee.fff)
 ** No streaming or repair running

>From the logs, we can gather the following streaming session states:

Node1 view of the streaming session:
 * Node2 state: STREAMING
 * Node3 state: WAIT_COMPLETE

Node2 view of the streaming session:
 * Node1 state: WAIT_COMPLETE

Node3 no view of the streaming session

  was:
Repair is not running but there are active streaming sessions. Logs will be 
posted as comments.
 * Node 1 (aaa.bbb.ccc.ddd)
{noformat}
$ nodetool netstats
Mode: NORMAL
Repair 8bcef5b0-78b7-11f0-bfc8-7392e70ddefe
    /www.xxx.yyy.zzz
        Receiving 105 files, 136257 bytes total. Already received 110 files 
(104.76%), 137014 bytes total (100.56%)
$ nodetool repair_admin
no sessions
{noformat}

 * Node 2 (www.xxx.yyy.zzz)
{noformat}
$ nodetool netstats
Mode: NORMAL
Repair 8bcef5b0-78b7-11f0-bfc8-7392e70ddefe
    /aaa.bbb.ccc.ddd
        Sending 105 files, 136257 bytes total. Already sent 110 files 
(104.76%), 137014 bytes total (100.56%)
$ nodetool repair_admin
no sessions{noformat}

 * Node 3 (ccc.ddd.eee.fff)
 ** No streaming or repair running

>From the logs, we can gather the following streaming session states:

Node1 view of the streaming session:
* Node1 state: STREAMING
* Node3 state: WAIT_COMPLETE

Node2 view of the streaming session:
* Node1 state: WAIT_COMPLETE


> Hanging streaming during repair
> -------------------------------
>
>                 Key: CASSANDRA-20873
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20873
>             Project: Apache Cassandra
>          Issue Type: Bug
>          Components: Feature/Repair, Feature/Streaming, Messaging/Internode
>            Reporter: Paulo Motta
>            Priority: Normal
>
> Repair is not running but there are active streaming sessions. Logs will be 
> posted as comments.
>  * Node 1 (aaa.bbb.ccc.ddd)
> {noformat}
> $ nodetool netstats
> Mode: NORMAL
> Repair 8bcef5b0-78b7-11f0-bfc8-7392e70ddefe
>     /www.xxx.yyy.zzz
>         Receiving 105 files, 136257 bytes total. Already received 110 files 
> (104.76%), 137014 bytes total (100.56%)
> $ nodetool repair_admin
> no sessions
> {noformat}
>  * Node 2 (www.xxx.yyy.zzz)
> {noformat}
> $ nodetool netstats
> Mode: NORMAL
> Repair 8bcef5b0-78b7-11f0-bfc8-7392e70ddefe
>     /aaa.bbb.ccc.ddd
>         Sending 105 files, 136257 bytes total. Already sent 110 files 
> (104.76%), 137014 bytes total (100.56%)
> $ nodetool repair_admin
> no sessions{noformat}
>  * Node 3 (ccc.ddd.eee.fff)
>  ** No streaming or repair running
> From the logs, we can gather the following streaming session states:
> Node1 view of the streaming session:
>  * Node2 state: STREAMING
>  * Node3 state: WAIT_COMPLETE
> Node2 view of the streaming session:
>  * Node1 state: WAIT_COMPLETE
> Node3 no view of the streaming session



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to