sankalp kohli created CASSANDRA-7092:
----------------------------------------
Summary: Visibility issue in StreamSession
Key: CASSANDRA-7092
URL: https://issues.apache.org/jira/browse/CASSANDRA-7092
Project: Cassandra
Issue Type: Bug
Components: Core
Reporter: sankalp kohli
Priority: Minor
StreamSession should have concurrent requests and transfers because of
visibility.
In the start() method, we create a new thread which calls
onInitializationComplete();
In onInitializationComplete(), we copy the requests and transfers into
PrepareMessage.
Since this is a separate thread, it might not see all the contents of requests
and transfers.
--
This message was sent by Atlassian JIRA
(v6.2#6252)