You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by am...@apache.org on 2018/06/08 17:56:30 UTC

[ambari] branch trunk updated: AMBARI-24063. ZooKeeper Server Start fail during cluster deployment via api (amagyar) (#1498)

This is an automated email from the ASF dual-hosted git repository.

amagyar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 58a6760  AMBARI-24063. ZooKeeper Server Start fail during cluster deployment via api (amagyar) (#1498)
58a6760 is described below

commit 58a676001e582201d0fa4648dd3d29106c80a879
Author: Attila Magyar <m....@gmail.com>
AuthorDate: Fri Jun 8 19:56:18 2018 +0200

    AMBARI-24063. ZooKeeper Server Start fail during cluster deployment via api (amagyar) (#1498)
---
 .../java/org/apache/ambari/server/controller/KerberosHelperImpl.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java b/ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
index 77f2d39..5dc9f37 100644
--- a/ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
+++ b/ambari-server/src/main/java/org/apache/ambari/server/controller/KerberosHelperImpl.java
@@ -3552,6 +3552,8 @@ public class KerberosHelperImpl implements KerberosHelper {
 
         customCommandExecutionHelper.addExecutionCommandsToStage(actionExecContext, stage,
           requestParams, null);
+      } else {
+        LOG.warn("Skipping {} command. No suitable hosts found", SET_KEYTAB);
       }
 
       RoleGraph roleGraph = roleGraphFactory.createNew(roleCommandOrder);

-- 
To stop receiving notification emails like this one, please contact
amagyar@apache.org.