Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1.0
Description
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); }
Attachments
Attachments
Issue Links
- links to