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

Saikat Maitra commented on IGNITE-3352:
---------------------------------------

[~skozlov]

Hello Sergey,

I followed the following step to reproduce the issue.

1. Created a cache with following rest command

http://localhost:8080/ignite?cmd=getorcreate&cacheName=replicated_cache

2. Used putall to populate the cache

http://localhost:8080/ignite?cmd=putall&k1=rmKey1&v1=1&k2=rmKey2&v2=2&k3=rmKey3&v3=3&cacheName=replicated_cache

3. Used rmvall to remove a key.

http://localhost:8080/ignite?cmd=rmvall&destId=ed702316&cacheName=replicated_cache&k1=rmKey1

4. validated the size is 2.

http://localhost:8080/ignite?cmd=size&cacheName=replicated_cache

Can you please confirm if I have missed any step to reproduce the bug.

Regards
Saikat

> REST HTTP: size returns 0 if performed after rmvall 
> ----------------------------------------------------
>
>                 Key: IGNITE-3352
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3352
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Sergey Kozlov
>            Assignee: Saikat Maitra
>
> 1. Load data into a cache, e.g. 10 keys
> 2. Perform {{rmvall}} for a couple keys, e.g. 5 keys
> 3. Perform {{size}} (should be 5)



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

Reply via email to