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 2016/08/25 19:08:20 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-12550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Stupp updated CASSANDRA-12550:
-------------------------------------
    Description: 
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.

  was:
After CASSANDRA-9754, 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.


> 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)