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 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---