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 2019/10/31 18:24:06 UTC

[GitHub] [accumulo] keith-turner opened a new pull request #1405: Made tablet assignment wait on upgrade.

keith-turner opened a new pull request #1405: Made tablet assignment wait on upgrade.
URL: https://github.com/apache/accumulo/pull/1405
 
 
   While working on #1389 I noticed that tablets were being assigned to tservers
   before their metadata was upgraded.  This commit makes assignment wait until a
   tablets metadata is upgraded.  For example, assignment of the root tablet should
   wait for zookeeper to be upgraded,  assignment of metadata tablets should wait
   for the root tablet to be upgraded, and assignment of user tablets should wait
   for metadata tablets to be upgraded.
   
   The way waiting is done is by considering the upgrade status when computing
   a tablets goal state.  If a tablets metadata store is not upgraded, then its
   goal state will be unassigned.

----------------------------------------------------------------
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


With regards,
Apache Git Services