Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.2 83f28ce3c -> 082af0a9b
  refs/heads/cassandra-3.0 a5a744693 -> 960e16b89
  refs/heads/cassandra-3.11 e8a58264e -> 903da089f
  refs/heads/trunk cdb01675e -> de009a393


Remove unused max_value_size_in_mb config setting

Fixes #124

Patch by Joaquin Casares; Reviewed by Jeff Jirsa for CASSANDRA-13625


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/082af0a9
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/082af0a9
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/082af0a9

Branch: refs/heads/cassandra-2.2
Commit: 082af0a9ba6b5dde26055fcb9ddd2085e4240381
Parents: 83f28ce
Author: Joaquin Casares <joaq...@thelastpickle.com>
Authored: Tue Jun 20 18:26:26 2017 -0500
Committer: Jeff Jirsa <jji...@apple.com>
Committed: Wed Jun 21 16:58:03 2017 -0700

----------------------------------------------------------------------
 CHANGES.txt         | 4 ++++
 conf/cassandra.yaml | 5 -----
 2 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/082af0a9/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 56890c9..c966c92 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,7 @@
+2.2.11
+ * Remove unused max_value_size_in_mb config setting from yaml (CASSANDRA-13625
+
+
 2.2.10
  * Nodes started with join_ring=False should be able to serve requests when 
authentication is enabled (CASSANDRA-11381)
  * cqlsh COPY FROM: increment error count only for failures, not for attempts 
(CASSANDRA-13209)

http://git-wip-us.apache.org/repos/asf/cassandra/blob/082af0a9/conf/cassandra.yaml
----------------------------------------------------------------------
diff --git a/conf/cassandra.yaml b/conf/cassandra.yaml
index 41c1fb1..c1c268c 100644
--- a/conf/cassandra.yaml
+++ b/conf/cassandra.yaml
@@ -885,11 +885,6 @@ enable_user_defined_functions: false
 # setting.
 windows_timer_interval: 1
 
-# Maximum size of any value in SSTables. Safety measure to detect SSTable 
corruption
-# early. Any value size larger than this threshold will result into marking an 
SSTable
-# as corrupted.
-# max_value_size_in_mb: 256
-
 # Coalescing Strategies #
 # Coalescing multiples messages turns out to significantly boost message 
processing throughput (think doubling or more).
 # On bare metal, the floor for packet processing throughput is high enough 
that many applications won't notice, but in


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to