procParams,
request.getBasePartition(),
request.getProcedureId());
// Make sure that we initialize the RemoteTransactionInitCallback too!
RemoteInitQueueCallback initCallback = ts.getInitCallback();
initCallback.init((RemoteTransaction)ts, partitions, callback);
}
// If (request.getPrefetchFragmentsCount() > 0), then we need to
// make a RemoteTransaction handle for ourselves so that we can keep track of
// our state when prefetching queries.