Aman Poonia created AMBARI-22857:
------------------------------------
Summary: 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
**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)