0 Replies Latest reply on Jun 13, 2019 2:35 AM by jaga244

    How to make sure that put/get/remove data in local first and put/get/remove remote later in dist caches??

    jaga244

      dear sir/madam,

           We are using infinispan cluster to share data through network to another node.This made problem when do operation like get() and remove() in high network traffic.So,we implemented as only owner of key node should process.even this time also we are getting problem operation like put or remove when network contention.

      Then we tried async mode,But In this case,we are getting null value from cache even after put data into cache.

       

      Is there anyway we can say that put/get/remove data in local first and put/get/remove that data later?  we thought if we do this, we can put/get/remove data from local owner and not waiting for remote.

       

      please help me sir!!!!

       

      thanks