[ https://issues.apache.org/jira/browse/CASSANDRA-12988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17416804#comment-17416804 ]
Josh McKenzie commented on CASSANDRA-12988: ------------------------------------------- {quote}Just re-read the patch and it kept the auth_read_consistency_level/auth_write_consistency_level settings to pick the level in the yaml, it seemed like that was not there from the JIRA comments. That should be fine {quote} So correct me if I'm misunderstanding: there's a couple things we're navigating here. 1: How we treat the {{cassandra}} user (i.e. whether we special case it or not, and if so, how w/out making our codebase a mess and have the special treatment of this special user be confusing for new users and not surprising old users by changing it /sigh ;) ) 2: The implications of unifying the CL across Authorizer, RoleManager, and PasswordAuthenticator and promoting from LOCAL_ONE / ONE to LOCAL_QUORUM (or demoting from QUORUM to one of those, fun!) and/or EACH_QUORUM based on read vs. write Being able to config read/write path in the .yaml to whatever you want and potentially changing those defaults to QUORUM vs. what's in that PR would satisfy part of that. The broader question of "is it a good idea to unify these and what do we do about {{cassandra}}", I'm less clear on our best worst option here. > make the consistency level for user-level auth reads and writes configurable > ---------------------------------------------------------------------------- > > Key: CASSANDRA-12988 > URL: https://issues.apache.org/jira/browse/CASSANDRA-12988 > Project: Cassandra > Issue Type: Improvement > Components: Legacy/Core > Reporter: Jason Brown > Assignee: Josh McKenzie > Priority: Low > Fix For: 4.x > > > Most reads for the auth-related tables execute at {{LOCAL_ONE}}. We'd like to > make it configurable, with the default still being {{LOCAL_ONE}}. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org