Replies: 3 comments 1 reply
-
It's expected behavior. etcd will report |
Beta Was this translation helpful? Give feedback.
-
After testing, manually trigger OutOfRange, and there will be no records of ErrGRPCFutureRev and ErrGRPCCompacted in the etcd log. So the OutOfRange error should be caused by some internal mechanism of the system |
Beta Was this translation helpful? Give feedback.
-
Please follow sanity_check_and_collect_basic_info.md to provide the requested info. |
Beta Was this translation helpful? Give feedback.
-
I received an alarm that the internal rpc call of etcd failed. It is about etcdserverpb.KV
grpc_server_handled_total{grpc_service="etcdserverpb.KV",grpc_code="OutOfRange",grpc_method="Range"}
I know that Etcd is stored as KV and will retain the historical version for each key. If we specify a non-existent kv revision, an error will be reported. At this time, etcd will record an OutOfRange. But so many OutOfRange records are certainly not triggered manually. All those who want to know the mechanism of etcd will generate these OutOfRange records
Beta Was this translation helpful? Give feedback.
All reactions