You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Kozlov (JIRA)" <ji...@apache.org> on 2016/06/17 13:44:05 UTC

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

Sergey Kozlov created IGNITE-3337:
-------------------------------------

             Summary: REST HTTP: metadata command returns all caches even if 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


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)