keith-turner commented on issue #394: ACCUMULO-4836 make online table always 
wait
URL: https://github.com/apache/accumulo/pull/394#issuecomment-370025004
 
 
   With this change, if the table is already online then the FATE operation is 
not called.  However if the method parameter `wait == true` then it will scan 
the metadata table waiting for all tablets to be assigned. The table below 
shows the new behavior. 
   
   | Table state | Wait parameter | Fate called | Scan metadata table unil all 
tablets assigned
   | 
---------------|----------------------|-----------------|----------------------------------------------------------
   | ONLINE | true | No | Yes
   | ONLINE | false | No | No
   | OFFLINE | true | Yes | Yes
   | OFFLINE | false | Yes | No
   
   Scanning the metadata table until all tablet assigned is a client side 
operation that does not block on FATE locks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to