LOG.warn(String.format("Got %s from %s", request.getClass().getSimpleName(), originName));
LOG.warn(String.format("Shutting down %s [status=%d]",
hstore_site.getSiteName(), request.getExitStatus()));
// Then send back the acknowledgment right away
ShutdownResponse response = ShutdownResponse.newBuilder()
.setSenderSite(HStoreCoordinator.this.local_site_id)
.build();
done.run(response);
HStoreCoordinator.this.hstore_site.shutdown();
if (debug.val) LOG.debug(String.format("ForwardDispatcher Queue Idle Time: %.2fms",