[
https://issues.apache.org/jira/browse/FALCON-1208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Suhas Vasu resolved FALCON-1208.
--------------------------------
Resolution: Fixed
> Falcon instance APIs cannot filter on more than one value for a given field
> ---------------------------------------------------------------------------
>
> Key: FALCON-1208
> URL: https://issues.apache.org/jira/browse/FALCON-1208
> Project: Falcon
> Issue Type: Bug
> Affects Versions: 0.6.1
> Reporter: Suhas Vasu
> Assignee: Suhas Vasu
> Priority: Trivial
>
> Say I want to run falcon instance status command and i want to filter by
> RUNNING & KILLED instances.
> This would be done by issuing - {{-filterBy Status:SUCCEEDED,Status:KILLED}}
> In the server, we use a hashmap, because of which only one entry for Status
> will be retained and as a result the resultset will be filtered only by the
> last filter.
> We should use a data-structure that allows duplicate values for the same key.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)