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 2022/10/20 13:00:36 UTC

[GitHub] [accumulo] EdColeman commented on issue #3004: Saw error related to table props right after table was created in manager logs.

EdColeman commented on issue #3004:
URL: https://github.com/apache/accumulo/issues/3004#issuecomment-1285501238

   It could also be a race condition where the table id is reserved / stored in ZooKeeper but the rest of the table creation is in-flight.  Looking to see if reordering the creation steps can be reordered so that the "existence" of the table is advertised after the configuration and other step have been created.
   
   For things like the balancer - those should execute on the next run loop - as long as the run where the configuration cannot be read, it skips / aborts so that it does not do anything that may not be the correct action (for example, defaulting to the default balancer when a custom balancer should be used)


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

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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