Fix merge error

This commit is contained in:
A.J. Beamon 2020-05-07 15:10:50 -07:00
parent aed97a9f20
commit a8e3ad3c15
1 changed files with 1 additions and 1 deletions

View File

@ -3346,7 +3346,7 @@ ACTOR Future<Version> extractReadVersion(DatabaseContext* cx, TransactionPriorit
double latency = now() - startTime; double latency = now() - startTime;
cx->GRVLatencies.addSample(latency); cx->GRVLatencies.addSample(latency);
if (trLogInfo) if (trLogInfo)
trLogInfo->addLog(FdbClientLogEvents::EventGetVersion_V2(startTime, latency, priority, rep.version)); trLogInfo->addLog(FdbClientLogEvents::EventGetVersion_V3(startTime, latency, priority, rep.version));
if (rep.version == 1 && rep.locked) { if (rep.version == 1 && rep.locked) {
throw proxy_memory_limit_exceeded(); throw proxy_memory_limit_exceeded();
} }