[
https://issues.apache.org/jira/browse/FLINK-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15128515#comment-15128515
]
ASF GitHub Bot commented on FLINK-3313:
---------------------------------------
Github user uce commented on a diff in the pull request:
https://github.com/apache/flink/pull/1577#discussion_r51595056
--- 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 --
whitespace after cast missing
> 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)