here is the environment : 1 server node + 1 client node

executed below code
===================================
IgniteCache<String,String> igniteCache =
igniteSpringBean.getOrCreateCache("HappyFlow");
        igniteCache.put("hello", "hello1");
        Assert.assertEquals("hello1",igniteCache.get("hello"));

        for (int i = 0;i < 100; i ++) {
            igniteCache.get("hello");
        }
===================================

I got below screenshot in ignitevisorcmd.sh

<http://apache-ignite-developers.2346864.n4.nabble.com/file/t85/WX20180629-182556%402x.png>
 




--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Reply via email to