-
Notifications
You must be signed in to change notification settings - Fork 4.1k
cli: TestDumpData fails with KV error #48147
Copy link
Copy link
Closed
Description
Failure seen on this CI build: https://teamcity.cockroachdb.com/viewLog.html?buildId=1908081&buildTypeId=Cockroach_UnitTests
I'm pretty sure this failure is unrelated to that PR. I didn't look closely at the failure. One interesting bit is this error which I believe indicates a KV programming error:
ERROR: cannot read undeclared span /NamespaceTable/30/1/0/0/"tmp"/4/1/NULL
declared:
read global: /NamespaceTable/30/1/0/0/"tmp"/4/1 at 1588162624.118438438,0
read local: /Local/RangeID/26/r/AbortSpan/"739f1b67-399a-41d3-bd85-0e39b6c2e9a9" at 0,0
Cc @tbg for triage
Reactions are currently unavailable