You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmytro Grinenko (JIRA)" <ji...@apache.org> on 2016/01/11 13:38:39 UTC

[jira] [Created] (AMBARI-14608) Ambari fail to be compiled using JDK 1.8

Dmytro Grinenko created AMBARI-14608:
----------------------------------------

             Summary: Ambari fail to be compiled using JDK 1.8
                 Key: AMBARI-14608
                 URL: https://issues.apache.org/jira/browse/AMBARI-14608
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: trunk
            Reporter: Dmytro Grinenko
            Priority: Blocker
             Fix For: trunk


Issue appears after AMBARI-14551

HostResourceProvider#833
{code}
      for (LogicalRequest logicalRequest: topologyManager.getRequests(Collections.EMPTY_LIST)) {
        logicalRequest.removeHostRequestByHostName(hostRequest.getHostname());
      }
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)