[
https://issues.apache.org/jira/browse/CASSANDRA-15406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17180121#comment-17180121
]
David Capwell commented on CASSANDRA-15406:
-------------------------------------------
Ok finally did a full pass and overall LGTM. I left a few small comments in
GitHub and ran the logic with lower resources in a loop to show it was stable.
bq. I am getting this exception randomly and test fail. Seems to be interal
error of Cassandra during streaming / repair.
The logs given don't show the test failing (at least I couldn't find it), all
the errors thrown were during shutdown which makes sense (if the instance is
shutting down there will be many different subsystems throwing since our
shutdown isn't that clean).
I suspect that the issue was that you run repair in the background and block
waiting on streaming. If repair takes more than 1m to complete the stream then
the test would get a timeout and fail (though don't see the logs showing this).
In GH I recommended using nodetool repair and that will block the test, so you
don't wait on streaming as much; with this change I couldn't get the test to
fail running in a loop with lower resources.
> Show the progress of data streaming and index build
> ----------------------------------------------------
>
> Key: CASSANDRA-15406
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15406
> Project: Cassandra
> Issue Type: Improvement
> Components: Consistency/Streaming, Legacy/Streaming and Messaging,
> Tool/nodetool
> Reporter: maxwellguo
> Assignee: Stefan Miklosovic
> Priority: Normal
> Fix For: 4.0, 4.x
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> I found that we should supply a command to show the progress of streaming
> when we do the operation of bootstrap/move/decommission/removenode. For when
> do data streaming , noboday knows which steps there program are in , so I
> think a command to show the joing/leaving node's is needed .
>
> PR [https://github.com/apache/cassandra/pull/558]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]