We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bfbc27 commit 5c71ba2Copy full SHA for 5c71ba2
fdbserver/storageserver.actor.cpp
@@ -3483,6 +3483,7 @@ ACTOR Future<GetRangeReqAndResultRef> quickGetKeyValues(
3483
if (SERVER_KNOBS->QUICK_GET_KEY_VALUES_FALLBACK) {
3484
state Transaction tr(data->cx, pOriginalReq->tenantInfo.name);
3485
tr.setVersion(version);
3486
+ tr.debugTransaction(pOriginalReq->debugID.get());
3487
// TODO: is DefaultPromiseEndpoint the best priority for this?
3488
tr.trState->taskID = TaskPriority::DefaultPromiseEndpoint;
3489
Future<RangeResult> rangeResultFuture =
0 commit comments