You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/19 15:23:05 UTC

[jira] [Commented] (IGNITE-3337) REST HTTP: metadata command returns all caches even if a cache name is passed to request

    [ https://issues.apache.org/jira/browse/IGNITE-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15338565#comment-15338565 ] 

ASF GitHub Bot commented on IGNITE-3337:
----------------------------------------

GitHub user samaitra opened a pull request:

    https://github.com/apache/ignite/pull/816

    IGNITE-3337 REST HTTP: metadata command returns all caches even if a cache name is passed to request

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/samaitra/ignite IGNITE-3337

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/816.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 #816
    
----
commit ab37ea39cc862338b09bb82d99a34e64ada1f1a5
Author: samaitra <sa...@gmail.com>
Date:   2016-06-19T12:44:49Z

    IGNITE-3337 REST HTTP: metadata command returns all caches even if a cache name is passed to request

commit d0fd29ffb06c3fe46232221ed3e07c4ab5cceb89
Author: samaitra <sa...@gmail.com>
Date:   2016-06-19T15:19:17Z

    IGNITE-3337 REST HTTP: metadata command returns all caches even if a cache name is passed to request

commit 3543270900331dd10beee8140dff6bbd4a21f700
Author: samaitra <sa...@gmail.com>
Date:   2016-06-19T15:20:41Z

    IGNITE-3337 REST HTTP: metadata command returns all caches even if a cache name is passed to request

----


> REST HTTP: metadata command returns all caches even if a cache name is passed to request
> ----------------------------------------------------------------------------------------
>
>                 Key: IGNITE-3337
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3337
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Sergey Kozlov
>            Assignee: Saikat Maitra
>
> Request: {{http://localhost:8080/ignite?cmd=metadata&cacheName=replicated_cache}}
> Reply:
> {noformat}
> {
>   "error": "",
>   "response": [
>     {
>       "cacheName": "partitioned_cache",
>       "fields": {},
>       "indexes": {},
>       "keyClasses": {},
>       "types": [],
>       "valClasses": {}
>     },
>     {
>       "cacheName": "replicated_cache",
>       "fields": {},
>       "indexes": {},
>       "keyClasses": {},
>       "types": [],
>       "valClasses": {}
>     }
>   ],
>   "sessionToken": "",
>   "successStatus": 0
> }
> {noformat}



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