You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/02/19 21:20:50 UTC

[GitHub] [accumulo] ctubbsii commented on pull request #1888: Fixes #1791 - Flaky test: SuspendedTabletsIT

ctubbsii commented on pull request #1888:
URL: https://github.com/apache/accumulo/pull/1888#issuecomment-782359653


   > With the current solution, the tserver with the metadata is not shutdown. Are you suggesting we include the tserver with the metadata on it in the list of servers to be shutdown?
   
   I'm pointing out that metadata can be split across multiple tservers as well, and is not guaranteed to be only on one server. If you want to enforce that somehow, you'd have to use a balancer, or some other mechanism to prevent the metadata tablets from being on the tserver being shut down, and also guaranteeing that the tserver being shut down actually has tablets for the test table as well.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org