{
String msg = "Broken store, I (machineId:" + machineId + ") think machineId for txId (" +
highestCommonTxId + ") is " + masterForMyHighestCommonTxId + ", but master (machineId:" +
master.other().getMachineId() + ") says that it's " + masterForMastersHighestCommonTxId;
msgLog.logMessage( msg, true );
RuntimeException exception = new BranchedDataException( msg );
shutdown( exception, false );
throw exception;
}
}