fix export of GCGraceSeconds. patch by Jon Hermes; reviewed by jbellis for CASSANDRA-1276

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@982407 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2010-08-04 21:12:21 +00:00
parent ec5d3bddfd
commit 2c87b5f562
1 changed files with 1 additions and 0 deletions

View File

@ -1767,6 +1767,7 @@ public class StorageService implements IEndpointStateChangeSubscriber, StorageSe
rcf.keys_cached = cfm.keyCacheSize;
rcf.preload_row_cache = cfm.preloadRowCache;
rcf.read_repair_chance = cfm.readRepairChance;
rcf.gc_grace_seconds = cfm.gcGraceSeconds;
rcf.reconciler = cfm.reconciler.getClass().getName();
rcf.rows_cached = cfm.rowCacheSize;
rcf.column_metadata = new RawColumnDefinition[cfm.column_metadata.size()];