Skip to content

memtx space:drop triggers assertion in transaction manager #7757

@CuriousGeorgiy

Description

@CuriousGeorgiy

Steps to reproduce

os.execute('rm -rf *.snap *.xlog *.vylog 512')

box.cfg{memtx_use_mvcc_engine = true}

s = box.schema.space.create('s')
s:create_index('pk')

s:insert{0}
s:get{0}
s:drop()

os.exit()

Actual behavior

Assertion failed: (story != NULL), function memtx_tx_track_read_story_slow, file memtx_tx.c, line 2754.

Expected behavior

Script successfully exits.

Metadata

Metadata

Labels

2.10Target is 2.10 and all newer release/master branchesbugSomething isn't workingmemtxmvcc

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions