You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/12/08 00:31:12 UTC

[jira] [Commented] (ACCUMULO-3390) Allow MiniAccumuloCluster to start Monitor.

    [ https://issues.apache.org/jira/browse/ACCUMULO-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14237317#comment-14237317 ] 

Josh Elser commented on ACCUMULO-3390:
--------------------------------------

Yep, it's that simple. It's used a couple of places already in the integration tests. I don't think we should start the monitor by default, but it would be a simple addition to add a method for the user.

> Allow MiniAccumuloCluster to start Monitor.
> -------------------------------------------
>
>                 Key: ACCUMULO-3390
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3390
>             Project: Accumulo
>          Issue Type: Improvement
>    Affects Versions: 1.6.1
>            Reporter: David Medinets
>            Priority: Minor
>
> The MiniAccumuloCluster class does not provide a way to get to the MiniAccumuloClusterImpl object in order to start a Monitor thread. Perhaps just adding the following would be enough?
> {noformat}
> public void startMonitor() {
>     impl..exec(Monitor.class);
> }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)