You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by GitBox <gi...@apache.org> on 2020/04/02 15:46:52 UTC

[GitHub] [cassandra] jasonstack commented on a change in pull request #497: Cassandra 15666 trunk

jasonstack commented on a change in pull request #497: Cassandra 15666 trunk
URL: https://github.com/apache/cassandra/pull/497#discussion_r402417741
 
 

 ##########
 File path: src/java/org/apache/cassandra/streaming/StreamSession.java
 ##########
 @@ -127,6 +134,9 @@
 {
     private static final Logger logger = LoggerFactory.getLogger(StreamSession.class);
 
+    // for test purpose to record received message and state transition
+    public static volatile MessageStateSink sink = new MessageStateSink();
 
 Review comment:
   right. `final` is sufficient 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org