And here's the command to do it: $ bin/accumulo admin stop server[:port]
But recovery is pretty fast... killing tservers can be faster than doing an orderly shutdown. With 1.4, if I was restarting nodes on several racks, I would kill the loggers on a rack, flush all tables, and then restart all the tservers and loggers on that rack. Rinse and repeat. -Eric On Thu, Jan 16, 2014 at 9:09 PM, John Vines <[email protected]> wrote: > You can stop an individual tserver which will do a safe shutdown of it and > reassignment. However, this won't work between releases due to potential > version changes. > > Sent from my phone, please pardon the typos and brevity. > On Jan 16, 2014 8:47 PM, "Vikram Srivastava" <[email protected]> wrote: > > > Hi, > > > > Is there a way to re-assign a tablet from one Tserver to another while > both > > are running, in a manner so as to cause minimum impact to client? > > > > My motivation for this is to use something that does that to do rolling > > restart of TServers. > > > > Thanks, > > > > Vikram > > >
