MCPcopy Create free account
hub / github.com/apple/foundationdb / TSS_traceMismatch

Function TSS_traceMismatch

fdbclient/StorageServerInterface.cpp:47–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46template <>
47void TSS_traceMismatch(TraceEvent& event,
48 const GetValueRequest& req,
49 const GetValueReply& src,
50 const GetValueReply& tss) {
51 event.detail("Key", req.key.printable())
52 .detail("Tenant", req.tenantInfo.name)
53 .detail("Version", req.version)
54 .detail("SSReply", src.value.present() ? traceChecksumValue(src.value.get()) : "missing")
55 .detail("TSSReply", tss.value.present() ? traceChecksumValue(tss.value.get()) : "missing");
56}
57
58// key selector reads
59template <>

Calls 11

traceChecksumValueFunction · 0.85
traceKeyValuesDiffFunction · 0.85
traceKeyValuesSummaryFunction · 0.85
detailMethod · 0.80
getMethod · 0.65
getKeyMethod · 0.65
formatFunction · 0.50
printableMethod · 0.45
presentMethod · 0.45
c_strMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected