Skip to content

Error restore when two tables have similar name #25

@ignaciogonzalezsomoza

Description

@ignaciogonzalezsomoza

Good afternoon,
We have a problem when performing a restore, and only for one table. Our bbdd system contains a keyspace in which two tables have a similar name: table1 with name 'queue' and table2 with name 'queue_metadata'. The restore process reports an 'Error with table queue found 2 directories' error but it isn't true. Is it possible that being the full name of table1 included in the name of table2 the code located in path.go returns the error incorrectly? (Maybe in GetListOfFilesFromK8s)
(The problem is not in the directory structure; the rest of the keyspaces do the restore properly, the error only occurs in the indicated table)
Note: the data structure belong to a external system (uber cadence) and we can't change the name of the table.
Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    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