[
https://issues.apache.org/jira/browse/AMBARI-16129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15260576#comment-15260576
]
Hudson commented on AMBARI-16129:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #4748 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/4748/])
AMBARI-16129. LogSearch Integration using incorrect query parameters for
(rnettleton:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=025b3446ffe4c3389654932e5b9b619432c25d36])
*
ambari-server/src/main/java/org/apache/ambari/server/controller/logging/LoggingSearchPropertyProvider.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/logging/LoggingRequestHelperImplTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/logging/LoggingRequestHelperImpl.java
*
ambari-server/src/main/java/org/apache/ambari/server/controller/logging/LoggingRequestHelper.java
*
ambari-server/src/test/java/org/apache/ambari/server/controller/logging/LoggingSearchPropertyProviderTest.java
> LogSearch Integration using incorrect query parameters for LogSearch
> --------------------------------------------------------------------
>
> Key: AMBARI-16129
> URL: https://issues.apache.org/jira/browse/AMBARI-16129
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Robert Nettleton
> Assignee: Robert Nettleton
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-16129.patch.2
>
>
> The LogSearch integration layer in Ambari is passing incorrect query
> parameters to the LogSearch Server. Recent multi-node testing has uncovered
> this issue.
> The LogSearch integration code should use "host_name" for specifying hosts in
> query URLs, and "component_name" for specifying the component for a given
> LogSearch query. The "component_name" change is related to a change in the
> parameters for LogSearch itself, which used to use "components_name".
> The integration code should be updated to use these query parameter names.
> I'm working on a fix for this, and will be submitting a patch shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)