Skip to content

Commit

Permalink
Merge branch 'master' into fix-timer
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Oct 24, 2019
2 parents 1371ffe + 8ae29ad commit d080819
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/history/historyEngine.go
Original file line number Diff line number Diff line change
Expand Up @@ -797,6 +797,7 @@ func (e *historyEngineImpl) QueryWorkflow(
}
sw := scope.StartTimer(metrics.DirectQueryDispatchLatency)
defer sw.Stop()
req.Execution.RunId = msResp.Execution.RunId
mresp, err := e.queryDirectlyThroughMatching(ctx, msResp, request.GetDomainUUID(), req)
return mresp, err
}
Expand Down

0 comments on commit d080819

Please sign in to comment.