You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/10/14 20:26:30 UTC

[GitHub] [hadoop-ozone] sodonnel opened a new pull request #1500: HDDS-4324. DatanodeAdminMonitor no longers needs maintenance end time to be passed

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



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


[GitHub] [hadoop-ozone] sodonnel merged pull request #1500: HDDS-4324. DatanodeAdminMonitor no longers needs maintenance end time to be passed

Posted by GitBox <gi...@apache.org>.
sodonnel merged pull request #1500:
URL: https://github.com/apache/hadoop-ozone/pull/1500


   


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



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