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


   ## What changes were proposed in this pull request?
   
   An earlier change moved the maintenance endtime into the NodeStatus object. 
However when adding a node to the decommission monitor the end time must still 
be passed. This value is never used.
   
   This Jira will remove the endInHours field from the interface:
   
   ```
   public interface DatanodeAdminMonitor extends Runnable {
   
     void startMonitoring(DatanodeDetails dn, int endInHours);
     void stopMonitoring(DatanodeDetails dn);
   }
   ```
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-4324
   
   ## How was this patch tested?
   
   Existing tests
   


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