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

Venkatesh Seetharam updated FALCON-858:
---------------------------------------
    Summary: entity/instance Rest API - make keys for filterBy param case 
insensitive  (was: In entity/instance Rest API - make keys for filterBy param 
case insensitive)

> 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)

Reply via email to