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

ishanbha 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 1b3fa75  [AMBARI-25202] recoverHost operation fails if public hostname 
is different from actual hostname (apappu)
1b3fa75 is described below

commit 1b3fa75130c8a85a652ca69c5df4a850f0ca65b4
Author: AMARNATH REDDY <apa...@hortonworks.com>
AuthorDate: Tue Mar 19 13:26:50 2019 -0700

    [AMBARI-25202] recoverHost operation fails if public hostname is different 
from actual hostname (apappu)
---
 ambari-web/app/controllers/main/host/details.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-web/app/controllers/main/host/details.js 
b/ambari-web/app/controllers/main/host/details.js
index 46d9229..45cd669 100644
--- a/ambari-web/app/controllers/main/host/details.js
+++ b/ambari-web/app/controllers/main/host/details.js
@@ -3107,7 +3107,7 @@ App.MainHostDetailsController = 
Em.Controller.extend(App.SupportClientConfigsDow
   
   recoverHost: function() {
     var components = this.get('content.hostComponents');
-    var hostName = this.get('content.publicHostName');
+    var hostName = this.get('content.hostName');
     var self = this;
     var batches = [
       {

Reply via email to