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

[GitHub] flink pull request: [FLINK-2773] remove strict upper direct memory...

GitHub user mxm opened a pull request:

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

    [FLINK-2773] remove strict upper direct memory limit

    Setting a strict upper limit for the direct memory size can cause
    problems with the direct memory allocation of the Netty network stack
    leading to OutOfMemoryExceptions.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mxm/flink direct-memory-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/1203.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 #1203
    
----
commit e79b2f88d9fd8b70f3efc39ac8be2d907b67e698
Author: Maximilian Michels <mx...@apache.org>
Date:   2015-09-30T14:45:14Z

    [FLINK-2773] remove strict upper direct memory limit
    
    Setting a strict upper limit for the direct memory size can cause
    problems with the direct memory allocation of the Netty network stack
    leading to OutOfMemoryExceptions.

----


---
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-2773] remove strict upper direct memory...

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

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


---
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-2773] remove strict upper direct memory...

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

    https://github.com/apache/flink/pull/1203#issuecomment-144969555
  
    I've created a JIRA to keep track of this task: https://issues.apache.org/jira/browse/FLINK-2803


---
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-2773] remove strict upper direct memory...

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

    https://github.com/apache/flink/pull/1203#issuecomment-144680226
  
    I was wondering whether we could still add some missing unit tests for `calculateMemoryLimits` and the memory calculation in the `TaskManager`.


---
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-2773] remove strict upper direct memory...

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

    https://github.com/apache/flink/pull/1203#issuecomment-144680903
  
    Yes, we can do that. It would be good to test also the startup scripts.


---
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-2773] remove strict upper direct memory...

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

    https://github.com/apache/flink/pull/1203#issuecomment-144476576
  
    Looks good to me. Took me some time to understand the rational behind the formulas, but they seem to be correct.
    
    +1 to merge this soon


---
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.
---