You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Jayush Luniya (JIRA)" <ji...@apache.org> on 2016/07/11 17:50:13 UTC

[jira] [Updated] (AMBARI-15848) Remove localhost assumptions in the LogSearch Integration Code

     [ https://issues.apache.org/jira/browse/AMBARI-15848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jayush Luniya updated AMBARI-15848:
-----------------------------------
    Fix Version/s:     (was: 2.4.0)
                   2.5.0

> Remove localhost assumptions in the LogSearch Integration Code
> --------------------------------------------------------------
>
>                 Key: AMBARI-15848
>                 URL: https://issues.apache.org/jira/browse/AMBARI-15848
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.4.0
>            Reporter: Robert Nettleton
>            Assignee: Robert Nettleton
>             Fix For: 2.5.0
>
>
> This issue tracks a small change required to the LoggingRequestHelperImpl class in the LogSearch integration code:
> org.apache.ambari.server.controller.logging.LoggingRequestHelperImpl
> The default hostname listed as a constant in this class:
> private static String DEFAULT_HOSTNAME = "localhost";
> should be removed.
> This constant was put in place during the initial development of this code, when an assumption was that Ambari and LogSearch run on the same host.  This restriction has already been removed in a previous patch, but this constant should be removed to make this point clearer. 



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