1 Reply Latest reply on Sep 18, 2014 10:52 AM by rvansa

    HotRod Server Side Hashing

    mohammedisaa.khan

      Hi,

       

      I am using Infinispan in distributed mode with hotrod client-server architecture. Currently i am facing a problem figuring out which key resides on which node in the cluster.

      Since i am using hotrod, the hotrod is taking for hashing, balancing and key distribution. Hence the Infinispan API to locate primary owner of a segment/key shows inappropriate information.

       

      A bit of code analysis revealed that through the hotrod client i can get the primary owner / main owner of the key. However i am unable to trace as to which node is  the key is being transferred for back up.

       

      Could somebody help me figure out how i can obtain - all the owners of a segment, all the owners of a key through hotrod?