[infinispan-dev] Threadpools in a large cluster

Radim Vansa rvansa at redhat.com
Fri Feb 8 02:02:08 EST 2013


|  
| after dealing with the large cluster for a while I find the way how
| we use OOB threads in synchronous configuration non-robust.
| Imagine a situation where node which is not an owner of the key calls
| PUT. Then the a RPC is called to the primary owner of that key,
| which reroutes the request to all other owners and after these
| reply, it replies back.
| 
| 
| 
| This delegation RPC pattern happens for non-transactional caches
| only. Do you have the same problem with transactional caches as
| well?
| 

I started testing with non-tx cache as this has great performance now. No, I have not tested transactional caches yet. In future I'll definitely try it, but as we have some other big cluster test scheduled and next week our big lab won't be available don't expect it very soon.

Radim


More information about the infinispan-dev mailing list