dlmarion commented on issue #4485:
URL: https://github.com/apache/accumulo/issues/4485#issuecomment-2142153631

   > If we introduced a delay in starting compactions for newly split tablets, 
then that might help mitigate this issue. We would have to make the delay time 
configurable most likely as timing the balancer can't really be done.
   
   In 2.1, `Tablet.split()` is the only caller of the `TabletData` constructor 
that sets `Tablet.splitCreationTime`. In a normal Tablet load scenario, 
`splitCreationTime` remains zero. We could use this variable to introduce a 
delay in starting compactions for newly split tablets considering there is a 
good chance that at least one of them will be migrated.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to