You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by zentol <gi...@git.apache.org> on 2017/02/06 11:04:50 UTC

[GitHub] flink pull request #2866: [FLINK-5101] Refactor CassandraConnectorITCase

Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2866#discussion_r99562651
  
    --- Diff: flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraSinkBase.java ---
    @@ -40,26 +42,42 @@
     	protected transient Cluster cluster;
     	protected transient Session session;
     
    -	protected transient Throwable exception = null;
    +	protected transient AtomicReference<Throwable> exception;
    --- End diff --
    
    it can be volatile.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---