Open
Description
Current problem is that all session have shared tabletmap, even if they are targeting different clusters.
Another problem is that on shema refresh, tabletmap does not delete old tablets.
To address that we need to copy of what is currently done for tokenMap:
- Initialize Metadata with null in tabletMap
- On
DefaultMetadata.withSchema
callrebuildTabletMap
that would instantiate new fresh tabletMap. - Make
rebuildTabletMap
to cleanup any tablets that have keyspace or tablet that does not exist anymore.
Metadata
Metadata
Assignees
Labels
No labels