/*
* The handler will be called when a snapshot request response comes
* back. It could potentially take a long time to successfully queue the
* snapshot request, or it may fail.
*/
SnapshotResponseHandler handler = new SnapshotResponseHandler() {
@Override
public void handleResponse(ClientResponse resp) {
if (resp == null) {
VoltDB.crashLocalVoltDB("Failed to initiate rejoin snapshot",
false, null);