Jason Brown created CASSANDRA-13852:
---------------------------------------

             Summary: Race condition when closing stream sessions
                 Key: CASSANDRA-13852
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13852
             Project: Cassandra
          Issue Type: Bug
            Reporter: Jason Brown


bootstrap_test:TestBootstrap.manual_bootstrap_test is hanging due to a race 
condition that can occur when waiting for a streaming COMPLETE message and the 
remote side has already closed the connection. We do not check to see if we 
still have remaining bytes buffered for consumption in 
{{RebufferringByteBufDataInputPlus}}, but always go ahead and throw an 
{{EOFException}]. We should consume the bytes, then throw an {{EOFException}} 
on subsequent calls.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to