Revert "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-30 14:47:37 -07:00
parent 0c95075677
commit 960ea522aa
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.newFixedThreadPool(1, new NamedThreadFactory("Cluster-Worker"));
_executor = Executors.newCachedThreadPool(new NamedThreadFactory("Cluster-Worker"));
}
private void registerRequestPdu(ClusterServiceRequestPdu pdu) {