Return-Path: X-Original-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ambari-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A35C10BBE for ; Thu, 21 Nov 2013 03:05:27 +0000 (UTC) Received: (qmail 12426 invoked by uid 500); 21 Nov 2013 03:04:50 -0000 Delivered-To: apmail-incubator-ambari-dev-archive@incubator.apache.org Received: (qmail 12386 invoked by uid 500); 21 Nov 2013 03:04:46 -0000 Mailing-List: contact ambari-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@incubator.apache.org Delivered-To: mailing list ambari-dev@incubator.apache.org Received: (qmail 12316 invoked by uid 99); 21 Nov 2013 03:04:37 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Nov 2013 03:04:37 +0000 Date: Thu, 21 Nov 2013 03:04:37 +0000 (UTC) From: "Tom Beerbower (JIRA)" To: ambari-dev@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-3834) Wrong response for requests with OR on components MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-3834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13828440#comment-13828440 ] Tom Beerbower commented on AMBARI-3834: --------------------------------------- +1 on the patch. > Wrong response for requests with OR on components > ------------------------------------------------- > > Key: AMBARI-3834 > URL: https://issues.apache.org/jira/browse/AMBARI-3834 > Project: Ambari > Issue Type: Bug > Components: controller > Reporter: Nate Cole > Assignee: Nate Cole > Fix For: 1.4.2 > > Attachments: AMBARI-3834.patch > > > For example for this request > {noformat} > /api/v1/clusters//components/?ServiceComponentInfo/category=MASTER|(ServiceComponentInfo/service_name=SQOOP) > {noformat} > returns > {noformat}"items" : [ ]{noformat} if SQOOP is not installed, but it should return all components with category=MASTER. -- This message was sent by Atlassian JIRA (v6.1#6144)