CS-16213: maintain single thread cluster worker until we introduce thread ordering based on the source management server id

Reviewed-by: Kelven Yang
This commit is contained in:
Alena Prokharchyk 2012-08-29 18:18:27 -07:00
parent 7fec0bbab4
commit 494975e442
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class ClusterManagerImpl implements ClusterManager {
// executor to perform remote-calls in another thread context, to avoid potential
// recursive remote calls between nodes
//
_executor = Executors.newCachedThreadPool(new NamedThreadFactory("Cluster-Worker"));
_executor = Executors.newFixedThreadPool(1, new NamedThreadFactory("Cluster-Worker"));
}
private void registerRequestPdu(ClusterServiceRequestPdu pdu) {