You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@omid.apache.org by francisco-perez-sorrosal <gi...@git.apache.org> on 2016/08/18 01:05:06 UTC

[GitHub] incubator-omid pull request #8: [OMID-54] Fix leak of CommitTable.Client obj...

GitHub user francisco-perez-sorrosal opened a pull request:

    https://github.com/apache/incubator-omid/pull/8

    [OMID-54] Fix leak of CommitTable.Client objects in Compactor Coproce\u2026

    \u2026ssor
    
    Now, each time preCompact() is called, a new CommitTable.Client object is created.
    A factory for CommitTable clients has been created in order to allow to inject mocked
    instances in Coprocessor tests.
    
    Change-Id: If32f3b09b68c61f4f6d573feeb89080b04f1bfe4

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

    $ git pull https://github.com/francisco-perez-sorrosal/incubator-omid omid-54

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

    https://github.com/apache/incubator-omid/pull/8.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 #8
    
----
commit b1749caf0b25aa92c781af255c9df67176b31e9d
Author: Francisco Perez-Sorrosal <fp...@yahoo-inc.com>
Date:   2016-08-18T01:00:44Z

    [OMID-54] Fix leak of CommitTable.Client objects in Compactor Coprocessor
    
    Now, each time preCompact() is called, a new CommitTable.Client object is created.
    A factory for CommitTable clients has been created in order to allow to inject mocked
    instances in Coprocessor tests.
    
    Change-Id: If32f3b09b68c61f4f6d573feeb89080b04f1bfe4

----


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