[ https://issues.apache.org/jira/browse/FLINK-3488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15287123#comment-15287123 ]
ASF GitHub Bot commented on FLINK-3488: --------------------------------------- GitHub user rekhajoshm opened a pull request: https://github.com/apache/flink/pull/1998 [FLINK-3488] Kafka08ITCase.testBigRecordJob fails on Travis [FLINK-3488] Kafka08ITCase.testBigRecordJob fails on Travis The Kafka08ITCase.testBigRecordJob calls runBigRecordTestTopology, but message size is 14680100 bytes when serialized, which is larger than the maximum request size configured with the max.request.size configuration(1024*1024*14 or 14680064).Increased max.request.size for the testBigRecordJob test. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rekhajoshm/flink FLINK-3488 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1998.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1998 ---- commit f239deba96787331d1bd3e9413df84fadfc4018c Author: Joshi <rekhajo...@gmail.com> Date: 2016-05-17T18:00:00Z [FLINK-3488] Kafka08ITCase.testBigRecordJob fails on Travis ---- > Kafka08ITCase.testBigRecordJob fails on Travis > ---------------------------------------------- > > Key: FLINK-3488 > URL: https://issues.apache.org/jira/browse/FLINK-3488 > Project: Flink > Issue Type: Bug > Components: Kafka Connector > Affects Versions: 1.0.0 > Reporter: Till Rohrmann > Priority: Critical > Labels: test-stability > > The test case Kafka08ITCase.testBigRecordJob failed on Travis [1]. > [1] https://s3.amazonaws.com/archive.travis-ci.org/jobs/111268604/log.txt -- This message was sent by Atlassian JIRA (v6.3.4#6332)