dlmarion commented on PR #3542: URL: https://github.com/apache/accumulo/pull/3542#issuecomment-1609749764
> Is there a log statement (or a metric) that reports how long the the triggered action takes to run? A [message](https://github.com/apache/accumulo/blob/2.1/server/manager/src/main/java/org/apache/accumulo/manager/TabletGroupWatcher.java#L349) is printed to the log that it's waiting for some amount of time. This property just changes the the amount of wait time before the next check starts. A user could determine the time delta between these log statements to determine how long one iteration of the loop takes. > If the processing time is longer than what the user selects for the wait time - could it lead to an ever growing backlog of tasks Yes, but that could happen right now too. -- 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]
