[ 
https://issues.apache.org/jira/browse/CASSANDRA-12988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17889836#comment-17889836
 ] 

Josh McKenzie commented on CASSANDRA-12988:
-------------------------------------------

Wow. I... do not recall this ticket =/

I double-checked the code, and sure enough: 
{code:java}
public volatile String auth_read_consistency_level = "LOCAL_QUORUM";
public volatile String auth_write_consistency_level = "EACH_QUORUM";{code}
So I updated the text here to at least reflect what's in the codebase. With my 
name on git blame. :)

(I upstreamed some work someone else had authored here so it's little surprise 
that it's been evicted from the old mental cache).

> 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.1-alpha1, 4.1
>
>
> Most reads for the auth-related tables execute at {{{}LOCAL_ONE{}}}. We'd 
> like to make it configurable and change the default to LOCAL_QUORUM.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to