Skip to content

[DocDB][SQLsmith] util/uuid: ERROR: Corruption: Invalid length of binary data with TransactionId '': 0 (expected 16) #11213

@def-

Description

@def-

Description

Found a sporadic failure, can be reproduced by running the query a few times:

select
  ref_0.mapcfg as c0
from
  pg_catalog.pg_ts_config_map as ref_0
where true
limit 108
 for share
;

Fails with

ERROR:  Corruption: Invalid length of binary data with TransactionId '': 0 (expected 16)

The expected failure that happens mostly is:

ERROR:  Not implemented: Read request with row mark types must be part of a transaction

Can anyone confirm that the Corruption is a bug? Based on the word "corruption", I assume it should be looked at.

Found with SQLsmith while looking for something unrelated.

Metadata

Metadata

Assignees

Labels

area/docdbYugabyteDB core featureskind/bugThis issue is a bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions