-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalidate tablets data #351
Invalidate tablets data #351
Conversation
…`, for change types: `DROPPED` or `UPDATED`
I am still thinking about how to invalidate tablets in case of lost cc in terms of dropped keyspaces/tables. Right now we don't really do whole schema fetch. We only refresh particular keyspace when we try to get the metadata and there is none for that keyspace Lines 266 to 282 in 77bae76
|
let's address it in a separate PR. |
9bcfc2e
to
fc20bbe
Compare
fc20bbe
to
64e47cc
Compare
Add tablets invalidation in case node is removed or keyspace/table is dropped/updated.
Fixes: #350