[ 
https://issues.apache.org/jira/browse/HDDS-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16650004#comment-16650004
 ] 

Yiqun Lin edited comment on HDDS-527 at 10/15/18 10:08 AM:
-----------------------------------------------------------

Attach the patch for adding this.
Looking into this logic, I'm not so sure other empty fields still make sense. 
Actually the object nodemanagermetrics doesn't container these field values 
now. Should we remove them or implement that in HDDS-623?
{noformat}
    <tr>
        <td>Node Manager: Minimum chill mode nodes</td>
        <td>{{$ctrl.nodemanagermetrics.MinimumChillModeNodes}}</td>
    </tr>
    <tr>
        <td>Node Manager: Out-of-node chill mode</td>
        <td>{{$ctrl.nodemanagermetrics.OutOfNodeChillMode}}</td>
    </tr>
...
    <tr>
        <td>Node Manager: Manual chill mode</td>
        <td>{{$ctrl.nodemanagermetrics.InManualChillMode}}</td>
    </tr>
{noformat}
 


was (Author: linyiqun):
Attach the patch for adding this.
Looking into this logic, I'm not so sure other empty fields still make sense. 
Actually the object nodemanagermetrics has not container these field value now.
{noformat}
    <tr>
        <td>Node Manager: Minimum chill mode nodes</td>
        <td>{{$ctrl.nodemanagermetrics.MinimumChillModeNodes}}</td>
    </tr>
    <tr>
        <td>Node Manager: Out-of-node chill mode</td>
        <td>{{$ctrl.nodemanagermetrics.OutOfNodeChillMode}}</td>
    </tr>
...
    <tr>
        <td>Node Manager: Manual chill mode</td>
        <td>{{$ctrl.nodemanagermetrics.InManualChillMode}}</td>
    </tr>
{noformat}
 

> Show SCM chill mode status in SCM UI.
> -------------------------------------
>
>                 Key: HDDS-527
>                 URL: https://issues.apache.org/jira/browse/HDDS-527
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>            Reporter: Ajay Kumar
>            Assignee: Yiqun Lin
>            Priority: Major
>         Attachments: HDDS-527.001.patch
>
>
> Show SCM chill mode status in SCM UI.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to