[ 
https://issues.apache.org/jira/browse/FLINK-10310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625532#comment-16625532
 ] 

ASF GitHub Bot commented on FLINK-10310:
----------------------------------------

wittyameta commented on a change in pull request #6732: [FLINK-10310] Cassandra 
Sink - Handling failing requests.
URL: https://github.com/apache/flink/pull/6732#discussion_r219762573
 
 

 ##########
 File path: 
flink-connectors/flink-connector-cassandra/src/main/java/org/apache/flink/streaming/connectors/cassandra/CassandraTupleSink.java
 ##########
 @@ -17,7 +17,7 @@
 
 package org.apache.flink.streaming.connectors.cassandra;
 
-import org.apache.flink.api.java.tuple.Tuple;
+       import org.apache.flink.api.java.tuple.Tuple;
 
 Review comment:
   Will fix the indent.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Cassandra Sink - Handling failing requests
> ------------------------------------------
>
>                 Key: FLINK-10310
>                 URL: https://issues.apache.org/jira/browse/FLINK-10310
>             Project: Flink
>          Issue Type: Improvement
>          Components: Cassandra Connector
>            Reporter: Jayant Ameta
>            Priority: Major
>              Labels: pull-request-available
>
> The cassandra sink fails for any kind of error. For some exceptions (e.g 
> WriteTimeoutException), ignoring the exception may be acceptable as well.
> Can we discuss having a FailureHandler on the lines of 
> ActionRequestFailureHandler?
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/WriteTimeoutException-in-Cassandra-sink-kill-the-job-tp22706p22707.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to