return m_state;
}
assert (newState == QueueState.UNBLOCKED);
if (ts instanceof AgreementTransactionState) {
AgreementTransactionState ats = (AgreementTransactionState)ts;
switch (ats.m_request.type) {
//For reads see if we can skip global agreement and just do the read
case OpCode.exists:
case OpCode.getChildren:
case OpCode.getChildren2: