lokeshj1703 opened a new pull request #1414:
URL: https://github.com/apache/hadoop-ozone/pull/1414


   ## What changes were proposed in this pull request?
   
   Background service currently waits on the results of the tasks. The idea is 
to track the time it took for the task to execute and log if task takes more 
than configured timeout.
   This does not require waiting on the task results and can be achieved by 
just comparing the execution time of a task with the timeout value.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4231
   
   ## How was this patch tested?
   
   This was one of the reasons for failure of TestBlockDeletion tracked in 
HDDS-3432. Please check 
https://github.com/apache/hadoop-ozone/pull/1121/commits/a3feb31ae94e2c1a127f3d84f08ccc4edfb0e0ac
 . HDDS-3432 is blocked on a ratis bug.


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org

Reply via email to