// FIXME: Need NDB/J API like native interpretExitLastRow
// to do this more efficiently without additional hops.
op.getValue(BackendImpl.EID);
rs = op.resultData();
ndbTxn.execute(ExecType.NoCommit, AbortOption.AO_IgnoreError, true);
if (rs.next()) {
return true;
}