[ https://issues.apache.org/jira/browse/FLINK-7739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16194364#comment-16194364 ]
ASF GitHub Bot commented on FLINK-7739: --------------------------------------- Github user tzulitai commented on a diff in the pull request: https://github.com/apache/flink/pull/4775#discussion_r143149399 --- Diff: flink-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/KafkaTestBase.java --- @@ -121,10 +122,13 @@ public static void shutDownServices() throws Exception { protected static Configuration getFlinkConfiguration() { Configuration flinkConfig = new Configuration(); + flinkConfig.setString(AkkaOptions.WATCH_HEARTBEAT_PAUSE, "5 s"); + flinkConfig.setString(AkkaOptions.WATCH_HEARTBEAT_INTERVAL, "1 s"); + flinkConfig.setBoolean(AkkaOptions.LOG_LIFECYCLE_EVENTS, true); --- End diff -- Can we omit this log? > Improve Kafka*ITCase tests stability > ------------------------------------ > > Key: FLINK-7739 > URL: https://issues.apache.org/jira/browse/FLINK-7739 > Project: Flink > Issue Type: Improvement > Components: Kafka Connector > Affects Versions: 1.3.2 > Reporter: Piotr Nowojski > Assignee: Piotr Nowojski > -- This message was sent by Atlassian JIRA (v6.4.14#64029)