} else {
if (trace)
log.tracef("Transaction %s will be committed in the 2nd phase", ctx.getGlobalTransaction().globalId());
}
return versionsMap == null ? retVal : new ArrayList<Object>(versionsMap.keySet());
}
@Override
public Object visitCommitCommand(TxInvocationContext ctx, CommitCommand command) throws Throwable {
try {