GitHub user aaronjwood opened a pull request: https://github.com/apache/mesos/pull/157
Prevent memory leaks This should prevent any of the promises that are created in the various `ZookeeperProcess` class methods from leaking memory. You can merge this pull request into a Git repository by running: $ git pull https://github.com/aaronjwood/mesos master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/mesos/pull/157.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 #157 ---- commit 5fed9cfee4d655c1fb052d8498c4df868046dc7d Author: Aaron Wood <aaron.w...@verizon.com> Date: 2016-08-13T06:31:55Z Added info to contributors. commit 5d2bea834a94f8c8719648793cb3cb34070f66fa Author: Aaron Wood <aaron.w...@verizon.com> Date: 2016-08-13T07:32:00Z Prevent memory leak by keeping the promise local. commit d96b748805c878ec80ed9b55a1412730974a91b1 Author: Aaron Wood <aaron.w...@verizon.com> Date: 2016-08-13T07:37:01Z Prevent memory leak by keeping the promise local. commit 12ff3675acf7387d8c1c6d04e2db38265c25334d Author: Aaron Wood <aaron.w...@verizon.com> Date: 2016-08-13T07:39:40Z Prevent memory leak by keeping the promise local. commit c5f6d0426bab1ec1afb3f66851d21bb014c83d81 Author: Aaron Wood <aaron.w...@verizon.com> Date: 2016-08-13T07:42:15Z Prevent memory leak by keeping the promise local. commit ca39579c17476b7132149da2fb800e109332d4cc Author: Aaron Wood <aaron.w...@verizon.com> Date: 2016-08-13T07:42:51Z Prevent memory leak by keeping the promise local. commit 4aba5ab5911973fc939f92ce13d38d43be9258c9 Author: Aaron Wood <aaron.w...@verizon.com> Date: 2016-08-13T07:43:28Z Prevent memory leak by keeping the promise local. commit 526c9c477829a4683db78938043ce39f1f044fed Author: Aaron Wood <aaron.w...@verizon.com> Date: 2016-08-13T07:44:04Z Prevent memory leak by keeping the promise local. ---- --- 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. ---