Skip to content

ydbd crashes on BACKUP my_collection if path is not present #24386

@s-sabitova

Description

@s-sabitova

Steps to reproduce:

CREATE BACKUP COLLECTION `my_collection`
    ( TABLE `/Root/database/path/that/doesnt/exist`)
WITH ( STORAGE = 'cluster', INCREMENTAL_BACKUP_ENABLED = 'true' );
BACKUP `my_collection`;

Actual result:

The node where SchemeShard is crashes. Log is filled with the following errors:

Image

Expected result:

  1. CREATE BACKUP COLLECTION results with an error "Cannot find path" in the first place
  2. ydbd doesn't crash

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions