[jira] [Reopened] (CASSANDRA-7650) Expose auto_bootstrap as a system property override

2014-09-17 Thread Joe Hohertz (JIRA)

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

Joe Hohertz reopened CASSANDRA-7650:

Reproduced In: 2.0.9, 1.2.18  (was: 1.2.18, 2.0.9)

Thank you for applying to the 2.x+ versions.

Would it be possible to get this applied to 1.2, in time for the 1.2.19 build 
as well?

Thanks.

 Expose auto_bootstrap as a system property override
 ---

 Key: CASSANDRA-7650
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7650
 Project: Cassandra
  Issue Type: Improvement
  Components: Config
Reporter: Joe Hohertz
Assignee: Joe Hohertz
Priority: Trivial
  Labels: auto_bootstrap, config, lhf
 Fix For: 2.0.10, 2.1.0

 Attachments: cassandra_auto_bootstrap.patch


 This one-line change gives the auto_bootstrap config parameter the ability to 
 be overridden by a system property.
 As I understand things, setting this false is generally a one-time initial 
 set-up item, and providing this will be potentially easier than swapping out 
 yaml file items when the need to set this false arises.
 The handling is the same as was already implemented for replace_address and 
 the like, look to the system property, and default that to the yaml config 
 value.
 This also will also allow a start-up agent (like Priam) to influence the 
 setting from within it's control over Cassandra's start-up behaviour
 Patch was generated against 1.2 branch but applies ok to 2.0 as well. (It 
 would be great if this could be applied to both code lines)



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


[jira] [Updated] (CASSANDRA-7650) Expose auto_bootstrap as a system property override

2014-09-17 Thread Joe Hohertz (JIRA)

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

Joe Hohertz updated CASSANDRA-7650:
---
Reproduced In: 2.0.9, 1.2.18  (was: 1.2.18, 2.0.9)
Fix Version/s: 1.2.19

 Expose auto_bootstrap as a system property override
 ---

 Key: CASSANDRA-7650
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7650
 Project: Cassandra
  Issue Type: Improvement
  Components: Config
Reporter: Joe Hohertz
Assignee: Joe Hohertz
Priority: Trivial
  Labels: auto_bootstrap, config, lhf
 Fix For: 1.2.19, 2.0.10, 2.1.0

 Attachments: cassandra_auto_bootstrap.patch


 This one-line change gives the auto_bootstrap config parameter the ability to 
 be overridden by a system property.
 As I understand things, setting this false is generally a one-time initial 
 set-up item, and providing this will be potentially easier than swapping out 
 yaml file items when the need to set this false arises.
 The handling is the same as was already implemented for replace_address and 
 the like, look to the system property, and default that to the yaml config 
 value.
 This also will also allow a start-up agent (like Priam) to influence the 
 setting from within it's control over Cassandra's start-up behaviour
 Patch was generated against 1.2 branch but applies ok to 2.0 as well. (It 
 would be great if this could be applied to both code lines)



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


[jira] [Created] (CASSANDRA-7650) Expose auto_bootstrap as a system property override

2014-07-30 Thread Joe Hohertz (JIRA)
Joe Hohertz created CASSANDRA-7650:
--

 Summary: Expose auto_bootstrap as a system property override
 Key: CASSANDRA-7650
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7650
 Project: Cassandra
  Issue Type: Improvement
  Components: Config
Reporter: Joe Hohertz
Priority: Trivial
 Attachments: cassandra_auto_bootstrap.patch

This one-line change gives the auto_bootstrap config parameter the ability to 
be overridden by a system property.

As I understand things, setting this false is generally a one-time initial 
set-up item, and providing this will be potentially easier than swapping out 
yaml file items when the need to set this false arises.

The handling is the same as was already implemented for replace_address and the 
like, look to the system property, and default that to the yaml config value.

This also will also a start-up agent (like Priam) to influence the setting from 
within it's control over Cassandra's start-up behaviour

Patch was generated against 1.2 branch but applies ok to 2.0 as well. (It would 
be great if this could be applied to both code lines)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7650) Expose auto_bootstrap as a system property override

2014-07-30 Thread Joe Hohertz (JIRA)

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

Joe Hohertz updated CASSANDRA-7650:
---

Description: 
This one-line change gives the auto_bootstrap config parameter the ability to 
be overridden by a system property.

As I understand things, setting this false is generally a one-time initial 
set-up item, and providing this will be potentially easier than swapping out 
yaml file items when the need to set this false arises.

The handling is the same as was already implemented for replace_address and the 
like, look to the system property, and default that to the yaml config value.

This also will also allow a start-up agent (like Priam) to influence the 
setting from within it's control over Cassandra's start-up behaviour

Patch was generated against 1.2 branch but applies ok to 2.0 as well. (It would 
be great if this could be applied to both code lines)

  was:
This one-line change gives the auto_bootstrap config parameter the ability to 
be overridden by a system property.

As I understand things, setting this false is generally a one-time initial 
set-up item, and providing this will be potentially easier than swapping out 
yaml file items when the need to set this false arises.

The handling is the same as was already implemented for replace_address and the 
like, look to the system property, and default that to the yaml config value.

This also will also a start-up agent (like Priam) to influence the setting from 
within it's control over Cassandra's start-up behaviour

Patch was generated against 1.2 branch but applies ok to 2.0 as well. (It would 
be great if this could be applied to both code lines)


 Expose auto_bootstrap as a system property override
 ---

 Key: CASSANDRA-7650
 URL: https://issues.apache.org/jira/browse/CASSANDRA-7650
 Project: Cassandra
  Issue Type: Improvement
  Components: Config
Reporter: Joe Hohertz
Priority: Trivial
  Labels: auto_bootstrap, config
 Attachments: cassandra_auto_bootstrap.patch


 This one-line change gives the auto_bootstrap config parameter the ability to 
 be overridden by a system property.
 As I understand things, setting this false is generally a one-time initial 
 set-up item, and providing this will be potentially easier than swapping out 
 yaml file items when the need to set this false arises.
 The handling is the same as was already implemented for replace_address and 
 the like, look to the system property, and default that to the yaml config 
 value.
 This also will also allow a start-up agent (like Priam) to influence the 
 setting from within it's control over Cassandra's start-up behaviour
 Patch was generated against 1.2 branch but applies ok to 2.0 as well. (It 
 would be great if this could be applied to both code lines)



--
This message was sent by Atlassian JIRA
(v6.2#6252)