Hi Alexey,
I used the following command to create a cache with 2 backups -
http://localhost:8080/ignite?cmd=getorcreate&cacheName=myNewPartionedCache&backups=2
This is the response -
{“successStatus”:0,“error”:null,“response”:null,“sessionToken”:null}
Here, it does not give me much info in the response. Looking at the status,
which is 0, I can just assume that everything went ok.(I guess..)
Then I try to get the cache metadata, using this command -
http://localhost:8080/ignite?cmd=metadata&cacheName=myNewPartionedCache
I get this error - {“successStatus”:1,“error”:“Failed to handle request:
[req=CACHE_METADATA, err=Failed to request meta data. myNewPartionedCache
is not found]“,”response”:null,“sessionToken”:null}
What am I missing here?
-P