Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Operability
-
Normal
-
All
-
None
-
Description
With our current auth querying setup, you can end up with a thundering herd on reconnect due to delays on auth resolution.
We should instead allow the ability to do a 'select' on all roles and pre-load the cache before turning on native transport. Notably, this could present some unacceptable delays on start with a very large count of users (thousands), or someone who uses a third party auth system rather than the built-in authorizer so this should be configurable and opt-in.
Attachments
Issue Links
- depends upon
-
CASSANDRA-16957 Actively update auth caches in the background
- Resolved