Skip to content

ETCD log field 'sent-request-id' exceeds uInt64 range #16488

Answered by jmhbnz
ankitg-03 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ankitg-03 - Thanks for raising this question.

I might be missing something but uint64 is the set of all unsigned 64-bit integers (0 to 18446744073709551615). Refer to https://go.dev/ref/spec#Numeric_types.

The example you have provided, 12752936093112128921 is ~5 quintillion less than 18446744073709551615?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #16474 on August 27, 2023 09:08.