keith-turner commented on issue #4485:
URL: https://github.com/apache/accumulo/issues/4485#issuecomment-2142324359

   > If we made it configurable at the table-level, then the user could make 
the decision as to whether or not to enable this, and how long the delay should 
be. We could also potentially ignore the timeout if the tablet is over the scan 
max files.
   
   The code would need to emit enough information through logging to know if 
the property value needs adjustment.  The property could be dropped in 
elasticity as it would not longer be needed there.
   
   The property only addresses one potential cause of stuck compactions causing 
problems.  There could be other cases where a stuck compaction is causing 
problems that was started by other means. This could be a user initiated 
compaction that is not returning data and preventing tablet unload or a tablet 
that did not recently split but is stuck in a system compaction that is 
preventing unload.
   


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