Skip to content

Commit 5c71ba2

Browse files
committed
Retain debug id in prefetch server-server call
1 parent 8bfbc27 commit 5c71ba2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fdbserver/storageserver.actor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3483,6 +3483,7 @@ ACTOR Future<GetRangeReqAndResultRef> quickGetKeyValues(
34833483
if (SERVER_KNOBS->QUICK_GET_KEY_VALUES_FALLBACK) {
34843484
state Transaction tr(data->cx, pOriginalReq->tenantInfo.name);
34853485
tr.setVersion(version);
3486+
tr.debugTransaction(pOriginalReq->debugID.get());
34863487
// TODO: is DefaultPromiseEndpoint the best priority for this?
34873488
tr.trState->taskID = TaskPriority::DefaultPromiseEndpoint;
34883489
Future<RangeResult> rangeResultFuture =

0 commit comments

Comments
 (0)