nandakumar131 commented on pull request #1414:
URL: https://github.com/apache/hadoop-ozone/pull/1414#issuecomment-700200428


   Overall the patch looks good to me.
   
   A minor suggestion, feel free to ignore it.
   Instead of having a generic reference in `BackgroundTaskQueue` (which 
actually represents the type of result returned by the task in the queue, not 
the item in the queue), the `BackgroundTask<T>` can be modified to 
`BackgroundTask<BackgroundTaskResult>`. This will be more explicit.
   
   
   
   


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