You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by rekhajoshm <gi...@git.apache.org> on 2016/05/17 18:00:31 UTC

[GitHub] flink pull request: [FLINK-3488] Kafka08ITCase.testBigRecordJob fa...

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 <re...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3488] Kafka08ITCase.testBigRecordJob fa...

Posted by StephanEwen <gi...@git.apache.org>.
Github user StephanEwen commented on the pull request:

    https://github.com/apache/flink/pull/1998#issuecomment-219803482
  
    Thanks for catching this, this was clearly an unstable test that failed only sometimes, due to the element of randomness in the message payload size.
    
    Merging this...


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3488] Kafka08ITCase.testBigRecordJob fa...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/1998


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flink pull request: [FLINK-3488] Kafka08ITCase.testBigRecordJob fa...

Posted by rekhajoshm <gi...@git.apache.org>.
Github user rekhajoshm commented on the pull request:

    https://github.com/apache/flink/pull/1998#issuecomment-219804137
  
    thanks @StephanEwen 


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---