this.transactionFinish_dispatcher = null;
}
// TransactionRedirectDispatcher
if (hstore_conf.site.coordinator_redirect_thread) {
this.transactionRedirect_dispatcher = new TransactionRedirectDispatcher(this.hstore_site, this);
String name = HStoreThreadManager.getThreadName(this.hstore_site, "coord", "redirect");
Thread t = new Thread(this.transactionInit_dispatcher, name);
this.dispatcherThreads.add(t);
} else {
this.transactionRedirect_dispatcher = null;