You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Bill Havanki (JIRA)" <ji...@apache.org> on 2014/02/04 21:08:16 UTC

[jira] [Created] (ACCUMULO-2322) Tablet constructor leaks this, part 2

Bill Havanki created ACCUMULO-2322:
--------------------------------------

             Summary: Tablet constructor leaks this, part 2
                 Key: ACCUMULO-2322
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2322
             Project: Accumulo
          Issue Type: Bug
          Components: tserver
            Reporter: Bill Havanki
            Assignee: Bill Havanki


[~kturner] noted during review of ACCUMULO-1948 that there is a second leaking of this in the {{Tablet}} constructor at the line:

{code}
tabletServer.recover(this.tabletServer.getFileSystem(), this, logEntries, absPaths, new MutationReceiver() { ...
{code}




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)