Description
Currently we just LOG(ERROR) when we fail to send the "Abort" message via consensus. This means that replicas will keep the transaction open forever, which is no good. David is currently fixing raft consensus so that it shouldn't fail, but this code should probably CHECK_OK instead of just logging an error, if the Replicate succeeded.