Handle cluster join request on a non IO thread, closes #702.

This commit is contained in:
kimchy 2011-02-18 23:46:15 +02:00
parent bcf8bc5993
commit d7a02fb28f
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class MembershipAction extends AbstractComponent {
} }
@Override public String executor() { @Override public String executor() {
return ThreadPool.Names.SAME; return ThreadPool.Names.CACHED;
} }
} }