You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Balu Vellanki (JIRA)" <ji...@apache.org> on 2014/11/04 00:44:34 UTC

[jira] [Updated] (FALCON-858) In entity/instance Rest API - make keys for filterBy param case insensitive

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

Balu Vellanki updated FALCON-858:
---------------------------------
    Attachment: FALCON-858.patch

Please review

> In entity/instance Rest API - make keys for filterBy param case insensitive
> ---------------------------------------------------------------------------
>
>                 Key: FALCON-858
>                 URL: https://issues.apache.org/jira/browse/FALCON-858
>             Project: Falcon
>          Issue Type: Bug
>          Components: webapp
>    Affects Versions: 0.6
>            Reporter: Balu Vellanki
>            Assignee: Balu Vellanki
>             Fix For: 0.6
>
>         Attachments: FALCON-858.patch
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> A restAPI call like  http://<falconNode>:15000/api/instance/list/process/rawEmailIngestProcess?filterBy=status:RUNNING  failed with following error. Where as http://172.18.145.164:15000/api/instance/list/process/rawEmailIngestProcess?filterBy=STATUS:RUNNING succeeded. 
> {code}
> org.apache.falcon.FalconWebException at org.apache.falcon.FalconWebException.newInstanceException(FalconWebException.java:77) at org.apache.falcon.resource.AbstractInstanceManager.validateInstanceFilterByClause(AbstractInstanceManager.java:119) at org.apache.falcon.resource.AbstractInstanceManager.getStatus(AbstractInstanceManager.java:146) at org.apache.falcon.resource.InstanceManager.getStatus(InstanceManager.java:99) at org.apache.falcon.resource.AbstractInstanceManager.getInstances(AbstractInstanceManager.java:133) at org.apache.falcon.resource.InstanceManager.getInstances(InstanceManager.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at 
> {code}



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