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

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

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

    https://github.com/apache/flink/pull/1577#discussion_r51597662
  
    --- Diff: 
flink-streaming-connectors/flink-connector-kafka-0.8/src/main/java/org/apache/flink/streaming/connectors/kafka/internals/LegacyFetcher.java
 ---
    @@ -199,8 +200,11 @@ public void close() {
                        
                        FetchPartition[] partitions = 
partitionsList.toArray(new FetchPartition[partitionsList.size()]);
     
    +                   @SuppressWarnings("unchecked")
    +                   final KeyedDeserializationSchema<T> clonedDeserializer 
= (KeyedDeserializationSchema<T>)SerializationUtils.clone(deserializer);
    --- End diff --
    
    Good catch


> Kafka08ITCase.testOneSourceMultiplePartitions fails with EOFException
> ---------------------------------------------------------------------
>
>                 Key: FLINK-3313
>                 URL: https://issues.apache.org/jira/browse/FLINK-3313
>             Project: Flink
>          Issue Type: Bug
>          Components: Kafka Connector
>            Reporter: Robert Metzger
>            Assignee: Till Rohrmann
>              Labels: test-stability
>
> The deserialization has recently been modified: 
> https://github.com/apache/flink/commit/92efcd34a5da2bccb07666f2c647974ea3e7c94f
> this is the log: 
> https://s3.amazonaws.com/archive.travis-ci.org/jobs/106401688/log.txt



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to