-
Notifications
You must be signed in to change notification settings - Fork 22
Description
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.