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 2015/06/04 03:06:38 UTC

[jira] [Resolved] (ACCUMULO-3887) Lack of insight into `accumulo admin stop $tserver`

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

Josh Elser resolved ACCUMULO-3887.
----------------------------------
    Resolution: Fixed

{{accumulo admin stop}} can now accept a session ID and there's some better logging server-side when the master coordinates a shutdown.

This has the added benefit of also allowing shutdown of a single tabletserver running on a host where multiple are present.

> Lack of insight into `accumulo admin stop $tserver`
> ---------------------------------------------------
>
>                 Key: ACCUMULO-3887
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3887
>             Project: Accumulo
>          Issue Type: Bug
>          Components: master
>    Affects Versions: 1.7.0
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>             Fix For: 1.7.1, 1.8.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Spent a good bit of time trying to figure out why the master _seemed_ to have shut down a tabletserver for no reason. The best explanation I could come up with is as follows.
> * Client calls {{accumulo admin stop $host}}
> * TabletServer on $host gets restarted
> * Master seeds FATE op to stop $host using only the host:port
> * FATE op will kill the fresh tserver on $host
> The amount of time between steps 1 and 3 could be arbitrarily long, so this can be a little problematic.
> One big thing we can do is to perform the sessionID calculation as early as possible instead of deferring it into the Master. Thankfully, we can also handle this gracefully and remain backwards compatible, so both of the following would work:
> * {{accumulo admin stop host:port}}
> * {{accumulo admin stop host:port\[session\]}}



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