Update fdbserver/workloads/ClientTransactionProfileCorrectness.actor.cpp
Co-Authored-By: bnamasivayam <36455962+bnamasivayam@users.noreply.github.com>
This commit is contained in:
parent
cc0aac588a
commit
bccc065fdd
|
@ -14,7 +14,7 @@ SSSSSSSSSS - 10 bytes Version Stamp
|
|||
RRRRRRRRRRRRRRRR - 16 bytes Transaction id
|
||||
NNNN - 4 Bytes Chunk number (Big Endian)
|
||||
TTTT - 4 Bytes Total number of chunks (Big Endian)
|
||||
XXXX - Variable length user provided transaction identifier
|
||||
XXXX - Variable length user provided transaction identifier
|
||||
*/
|
||||
StringRef sampleTrInfoKey = LiteralStringRef("\xff\x02/fdbClientInfo/client_latency/SSSSSSSSSS/RRRRRRRRRRRRRRRR/NNNNTTTT/XXXX/");
|
||||
static const auto chunkNumStartIndex = sampleTrInfoKey.toString().find('N');
|
||||
|
|
Loading…
Reference in New Issue