[jira] Commented: (CASSANDRA-2100) Restart required to change cache_save_period

2011-02-25 Thread Jon Hermes (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12999489#comment-12999489
 ] 

Jon Hermes commented on CASSANDRA-2100:
---

2100-2.txt works fine when the schema changes.

`if (!clientMode) { CFS.reload() }` will reset the config appropriately, and 
it's good we don't do anything when clientMode because we don't apply() from 
migration in that case as well (and there would be nothing to reset).

From your comment I thought that something didn't work. Don't scare me like 
that. :P

 Restart required to change cache_save_period
 

 Key: CASSANDRA-2100
 URL: https://issues.apache.org/jira/browse/CASSANDRA-2100
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.7.0
Reporter: Nick Bailey
Assignee: Jon Hermes
Priority: Minor
 Fix For: 0.7.3

 Attachments: 2100-2.txt, 2100-3.txt, 2100.txt

   Original Estimate: 2h
  Remaining Estimate: 2h

 The cache_save_period is set in the schema for each column family.  However 
 this value is only checked when a node starts up so changing this value isn't 
 really dynamic.
 We should actually change this when the schema changes instead of having to 
 restart.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CASSANDRA-2100) Restart required to change cache_save_period

2011-02-25 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12999566#comment-12999566
 ] 

Hudson commented on CASSANDRA-2100:
---

Integrated in Cassandra-0.7 #324 (See 
[https://hudson.apache.org/hudson/job/Cassandra-0.7/324/])
add [get|set][row|key]cacheSavePeriod to JMX
patch by Jon Hermes; reviewed by jbellis for CASSANDRA-2100


 Restart required to change cache_save_period
 

 Key: CASSANDRA-2100
 URL: https://issues.apache.org/jira/browse/CASSANDRA-2100
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.7.0
Reporter: Nick Bailey
Assignee: Jon Hermes
Priority: Minor
 Fix For: 0.7.3

 Attachments: 2100-2.txt, 2100-3.txt, 2100.txt

   Original Estimate: 2h
  Remaining Estimate: 2h

 The cache_save_period is set in the schema for each column family.  However 
 this value is only checked when a node starts up so changing this value isn't 
 really dynamic.
 We should actually change this when the schema changes instead of having to 
 restart.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CASSANDRA-2100) Restart required to change cache_save_period

2011-02-23 Thread Jon Hermes (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12998621#comment-12998621
 ] 

Jon Hermes commented on CASSANDRA-2100:
---

I thought that UpdateColumnFamily.applyModels() called CFS.reload() in all 
cases, but that only happens when the server is not in client mode.

CFMetaData.apply(avro CfDef) will need to call the update logic. Patch 
forthcoming.

 Restart required to change cache_save_period
 

 Key: CASSANDRA-2100
 URL: https://issues.apache.org/jira/browse/CASSANDRA-2100
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.7.0
Reporter: Nick Bailey
Assignee: Jon Hermes
Priority: Minor
 Fix For: 0.7.3

 Attachments: 2100-2.txt, 2100.txt

   Original Estimate: 2h
  Remaining Estimate: 2h

 The cache_save_period is set in the schema for each column family.  However 
 this value is only checked when a node starts up so changing this value isn't 
 really dynamic.
 We should actually change this when the schema changes instead of having to 
 restart.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CASSANDRA-2100) Restart required to change cache_save_period

2011-02-22 Thread Jonathan Ellis (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12998158#comment-12998158
 ] 

Jonathan Ellis commented on CASSANDRA-2100:
---

how does this handle updating when schema changes?

 Restart required to change cache_save_period
 

 Key: CASSANDRA-2100
 URL: https://issues.apache.org/jira/browse/CASSANDRA-2100
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.7.0
Reporter: Nick Bailey
Assignee: Jon Hermes
Priority: Minor
 Fix For: 0.7.3

 Attachments: 2100-2.txt, 2100.txt

   Original Estimate: 2h
  Remaining Estimate: 2h

 The cache_save_period is set in the schema for each column family.  However 
 this value is only checked when a node starts up so changing this value isn't 
 really dynamic.
 We should actually change this when the schema changes instead of having to 
 restart.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (CASSANDRA-2100) Restart required to change cache_save_period

2011-02-21 Thread Jonathan Ellis (JIRA)

[ 
https://issues.apache.org/jira/browse/CASSANDRA-2100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12997557#comment-12997557
 ] 

Jonathan Ellis commented on CASSANDRA-2100:
---

can you rebase?

 Restart required to change cache_save_period
 

 Key: CASSANDRA-2100
 URL: https://issues.apache.org/jira/browse/CASSANDRA-2100
 Project: Cassandra
  Issue Type: Bug
  Components: Core
Affects Versions: 0.7.0
Reporter: Nick Bailey
Assignee: Jon Hermes
Priority: Minor
 Fix For: 0.7.3

 Attachments: 2100.txt


 The cache_save_period is set in the schema for each column family.  However 
 this value is only checked when a node starts up so changing this value isn't 
 really dynamic.
 We should actually change this when the schema changes instead of having to 
 restart.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira