dcapwell commented on code in PR #2660:
URL: https://github.com/apache/cassandra/pull/2660#discussion_r1322158823
##########
src/java/org/apache/cassandra/streaming/StreamSession.java:
##########
@@ -542,7 +542,9 @@ private Future<?> closeSession(State finalState, String
failureReason)
this.failureReason = failureReason;
sink.onClose(peer);
- streamResult.handleSessionComplete(this);
+ // closed before init?
Review Comment:
left this comment here by intent, so next author knows why its there
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]