You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/01/26 19:40:00 UTC

[jira] [Updated] (AMBARI-22857) missing && operator while checking the state inmaintainence in ambari-server

     [ https://issues.apache.org/jira/browse/AMBARI-22857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated AMBARI-22857:
------------------------------------
    Labels: pull-request-available  (was: )

> missing && operator while checking the state inmaintainence in ambari-server
> ----------------------------------------------------------------------------
>
>                 Key: AMBARI-22857
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22857
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.6.1
>            Reporter: Aman Poonia
>            Priority: Major
>              Labels: pull-request-available
>
> **missing && operator while checking the state inmaintainence in ambari-server
> _if (isInMaintenance & !componentInfo.isClient()) {_
>  _hasMM = true;_
>  _if ( maxMMState == null || state.ordinal() > maxMMState.ordinal()) {_
>  _maxMMState = state;_
>  _}_
> _}_



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