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

[jira] [Resolved] (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 ]

Aman Poonia resolved AMBARI-22857.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 2.6.2

> 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
>            Assignee: Aman Poonia
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.6.2
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> **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)