MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / catch

Function catch

src/QLPlan.actor.cpp:1264–1269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1262 new ScanReturnedContext(ref(new BsonContext(proj, false)), firstDoc->scanId(), firstDoc->scanKey())));
1263 throw end_of_stream();
1264 } catch (Error& e) {
1265 DocumentLayer::metricReporter->captureHistogram(DocLayerConstants::MT_HIST_TR_PER_REQUEST, nTransactions);
1266 innerCheckpoint->stop();
1267 output.sendError(e);
1268 throw;
1269 }
1270}
1271
1272FutureStream<Reference<ScanReturnedContext>> FindAndModifyPlan::execute(PlanCheckpoint* checkpoint,

Callers 1

Future<Void> doRetryFunction · 0.70

Calls 2

captureHistogramMethod · 0.80
stopMethod · 0.80

Tested by

no test coverage detected