[
https://issues.apache.org/jira/browse/AMBARI-14394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15061341#comment-15061341
]
Hadoop QA commented on AMBARI-14394:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12778116/AMBARI-14394.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 3 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:red}-1 core tests{color}. The test build failed in ambari-server
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/4615//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/4615//console
This message is automatically generated.
> Add ability to restart all host components with stale_configs=true with one
> API request
> ---------------------------------------------------------------------------------------
>
> Key: AMBARI-14394
> URL: https://issues.apache.org/jira/browse/AMBARI-14394
> Project: Ambari
> Issue Type: Improvement
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Siddharth Wagle
> Assignee: Siddharth Wagle
> Priority: Critical
> Fix For: 2.4.0
>
> Attachments: AMBARI-14394.patch
>
>
> Provide ability to filter host components using a predicate that allows bulk
> ops like RESTART of stale configs with a simple API call.
> Example:
> {code}
> {
> "RequestInfo": {
> "context": "Restart stale",
> "operational_level": "host_component",
> "command": "RESTART"
> },
> "Requests/resource_filters": [
> {
> "hosts_predicate": "HostRoles/stale_configs=true"
> }
> ]
> }
> {code}
> This API call should allow user to perform custom command restart on all host
> components with stale configurations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)