server: avoid logging messages when failed to decode tableID for pseudo ranges in status.HotRangesV2
endpoint
#83117
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Describe the problem
status.HotRangesV2
endopoint logs warning message when it fails to decode table ID from range's key, andone of the reasons - this key belongs to real table (pseudo) range that doesn't have table descriptor.
Expected behavior
It is expected behavior and should be ignored without logging warning message.
Additional context
cockroach/pkg/server/status.go
Lines 2415 to 2419 in 377b113
Jira issue: CRDB-16871
The text was updated successfully, but these errors were encountered: