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/03/12 22:00:44 UTC

[jira] [Resolved] (ACCUMULO-2319) TabletServerResourceManager MemoryManagementFramework constructor starts threads

     [ https://issues.apache.org/jira/browse/ACCUMULO-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Havanki resolved ACCUMULO-2319.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.0
                   1.5.2
                   1.4.5

The fix was very straightforward and confined to {{TabletResourceServerManager}}.

Tested by running tserver and observing that the two threads involved are still started. Also did a small amount of table changes in the shell.

> TabletServerResourceManager MemoryManagementFramework constructor starts threads
> --------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-2319
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2319
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.4.4, 1.5.0
>            Reporter: Bill Havanki
>            Assignee: Bill Havanki
>              Labels: this, thread-safety
>             Fix For: 1.4.5, 1.5.2, 1.6.0
>
>
> The constructor for the inner class {{MemoryManagementFramework}} in {{TabletServerResourceManager}} starts off a couple of threads in its constructor. This is bad practice as it allows this to escape.



--
This message was sent by Atlassian JIRA
(v6.2#6252)