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/03/22 15:48:51 UTC

[GitHub] [accumulo] keith-turner edited a comment on issue #1049: Tablet assignment on startup is sub-optimal

keith-turner edited a comment on issue #1049: Tablet assignment on startup is sub-optimal
URL: https://github.com/apache/accumulo/issues/1049#issuecomment-475672379
 
 
   I am trying to think of a good function for calculating an initial wait time.  Below is one possibility.  
   
   ```
      AT is the actual number of tablet servers
      ET is expected number of tablet servers (configurable by user?  what if AT>ET?)
      EXP is a configurable exponent 
      W is the wait time in seconds
   
     W = (ET - AT)^EXP / 1000
      
   ```
   
   The image below is a plot of the wait times (in seconds) for 1,026 expected tablet servers with an exponent of 2.1.
   
   ![accumulo-1049](https://user-images.githubusercontent.com/1268739/54835300-3639ac00-4c98-11e9-9fe4-d25e7b5a3284.png)
   
   

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