You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jeremiah Jordan (JIRA)" <ji...@apache.org> on 2016/08/25 19:51:20 UTC

[jira] [Commented] (CASSANDRA-12550) Replace Config.setClientMode with DatabaseDescriptor.clientInit()

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

Jeremiah Jordan commented on CASSANDRA-12550:
---------------------------------------------

Looks good to me. +1

> Replace Config.setClientMode with DatabaseDescriptor.clientInit()
> -----------------------------------------------------------------
>
>                 Key: CASSANDRA-12550
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12550
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Robert Stupp
>            Assignee: Robert Stupp
>            Priority: Minor
>             Fix For: 3.x
>
>
> After CASSANDRA-9054, uses of {{CQLSSTableWriter}} may become screwed, since it just calls {{Config.setClientMode(true)}} and implicit initialization of DD has been removed with 9754.
> This ticket is to 
> * deprecate Config.setClientMode() + Config.isClientMode()
> * replace usages of Config.setClientMode() with the methods in DD
> Further, the patch cleans up the check-methods introduced by 9754.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)