[
https://issues.apache.org/jira/browse/IGNITE-5649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16085521#comment-16085521
]
ASF GitHub Bot commented on IGNITE-5649:
----------------------------------------
GitHub user shroman opened a pull request:
https://github.com/apache/ignite/pull/2292
IGNITE-5649: Get meta for the specified cache.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shroman/ignite IGNITE-5649
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2292.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2292
----
commit e22e658c862baeaea733644c4dc027cf02c9f748
Author: shroman <[email protected]>
Date: 2017-07-03T08:58:26Z
IGNITE-5649: Get meta for the specified cache.
commit d7f1503a31ba77468a8e193d0a14e8af69db3683
Author: shroman <[email protected]>
Date: 2017-07-03T09:40:16Z
IGNITE-5649: Get meta for the specified cache. Tests.
commit d672623488f5e67f3bcb9e3bb559b2b79fe58a5f
Author: shroman <[email protected]>
Date: 2017-07-12T04:03:57Z
IGNITE-5649: Get meta for the specified cache.
commit c8315be9116e2339385337e7bd4bc84ea2e61be0
Author: shroman <[email protected]>
Date: 2017-07-13T10:24:55Z
IGNITE-5649: Get meta for the specified cache.
commit e86999969cfd842a271878ee8d620742ecc12e44
Author: shroman <[email protected]>
Date: 2017-07-13T10:29:46Z
IGNITE-5649: Get meta for the specified cache. Formatted.
----
> REST API, metadata command always returns list of cache
> -------------------------------------------------------
>
> Key: IGNITE-5649
> URL: https://issues.apache.org/jira/browse/IGNITE-5649
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.0
> Reporter: Aleksandr
> Assignee: Roman Shtykh
>
> How to reproduce:
> 1) start Ignite server with example config with Person and Organization.
> 2) run:
> curl http://localhost:8080/ignite?cmd=metadata&cacheName=Person
> curl http://localhost:8080/ignite?cmd=metadata&cacheName=Organization
> curl http://localhost:8080/ignite?cmd=metadata&cacheName=blablabla
> Ignite always returns list of cache instead of information about selected
> cache or error
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)