You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Robert Stupp (JIRA)" <ji...@apache.org> on 2017/02/27 19:26:45 UTC

[jira] [Commented] (CASSANDRA-12988) make the consistency level for user-level auth reads and writes configurable

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

Robert Stupp commented on CASSANDRA-12988:
------------------------------------------

Generally, I think this idea is fine. Since it's a new feature, I fear we have to target 4.0/4.x for this.
The patch breaks {{DatabaseDescriptorRefTest}}, which ensures that daemon components are not started just by accessing lovely {{DatabaseDescriptor}} - for offline tools. {{ConsistencyLevel}} is one of the classes that would indirectly start unwanted threads or load unwanted classes. TL;DR I think it's necessary to refactor this a bit.

> 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: Core
>            Reporter: Jason Brown
>            Assignee: Jason Brown
>            Priority: Minor
>
> 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
(v6.3.15#6346)