Re: Question about rmvall command of Rest API

2016-10-07 Thread Satoshi Iijima
gt; I still can't reproduce this. Can you show your cache configuration and >> describe how you populate the data? >> >> -Val >> >> >> >> -- >> View this message in context: http://apache-ignite-users.705 >> 18.x6.nabble.com/Question-about-rmvall-command-of-Rest-API- >> tp7903p8094.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > >

Re: Question about rmvall command of Rest API

2016-10-05 Thread Satoshi Iijima
show your cache configuration and > describe how you populate the data? > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Question-about-rmvall-command-of-Rest- > API-tp7903p8094.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Question about rmvall command of Rest API

2016-10-04 Thread vkulichenko
Hi Satoshi, I still can't reproduce this. Can you show your cache configuration and describe how you populate the data? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Question-about-rmvall-command-of-Rest-API-tp7903p8094.html Sent from the Apache Ignite

Re: Question about rmvall command of Rest API

2016-09-26 Thread Satoshi Iijima
com>: > Hi Satoshi, > > I can't reproduce this. How do you check the size of the near cache? > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Question-about-rmvall-command-of-Rest- > API-tp7903p7921.html > S

Re: Question about rmvall command of Rest API

2016-09-23 Thread vkulichenko
Hi Satoshi, I can't reproduce this. How do you check the size of the near cache? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Question-about-rmvall-command-of-Rest-API-tp7903p7921.html Sent from the Apache Ignite Users mailing list archive

Question about rmvall command of Rest API

2016-09-23 Thread Satoshi Iijima
Hi, When the bellow rmvall command of Rest API was executed, cache entries of servers have removed, but near cache entries of clients have NOT removed. Is this a bug? $ curl 'localhost:8080/ignite?cmd=rmvall=xxx' Could you tell me the way to clear all cache using Rest API if such way exists.