You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jj...@apache.org on 2017/06/22 00:03:37 UTC

[01/10] cassandra git commit: Remove unused max_value_size_in_mb config setting

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 <jo...@thelastpickle.com>
Authored: Tue Jun 20 18:26:26 2017 -0500
Committer: Jeff Jirsa <jj...@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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[09/10] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.11

Posted by jj...@apache.org.
Merge branch 'cassandra-3.0' into cassandra-3.11


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

Branch: refs/heads/trunk
Commit: 903da089ff825b6ac7e2b090ff5583dda14fdc18
Parents: e8a5826 960e16b
Author: Jeff Jirsa <jj...@apple.com>
Authored: Wed Jun 21 17:01:46 2017 -0700
Committer: Jeff Jirsa <jj...@apple.com>
Committed: Wed Jun 21 17:01:46 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



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


[03/10] cassandra git commit: Remove unused max_value_size_in_mb config setting

Posted by jj...@apache.org.
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-3.11
Commit: 082af0a9ba6b5dde26055fcb9ddd2085e4240381
Parents: 83f28ce
Author: Joaquin Casares <jo...@thelastpickle.com>
Authored: Tue Jun 20 18:26:26 2017 -0500
Committer: Jeff Jirsa <jj...@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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[04/10] cassandra git commit: Remove unused max_value_size_in_mb config setting

Posted by jj...@apache.org.
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/trunk
Commit: 082af0a9ba6b5dde26055fcb9ddd2085e4240381
Parents: 83f28ce
Author: Joaquin Casares <jo...@thelastpickle.com>
Authored: Tue Jun 20 18:26:26 2017 -0500
Committer: Jeff Jirsa <jj...@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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[10/10] cassandra git commit: Merge branch 'cassandra-3.11' into trunk

Posted by jj...@apache.org.
Merge branch 'cassandra-3.11' into trunk


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

Branch: refs/heads/trunk
Commit: de009a39334b7cee4854c530b9852c555449b75a
Parents: cdb0167 903da08
Author: Jeff Jirsa <jj...@apple.com>
Authored: Wed Jun 21 17:01:55 2017 -0700
Committer: Jeff Jirsa <jj...@apple.com>
Committed: Wed Jun 21 17:01:55 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



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


[02/10] cassandra git commit: Remove unused max_value_size_in_mb config setting

Posted by jj...@apache.org.
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-3.0
Commit: 082af0a9ba6b5dde26055fcb9ddd2085e4240381
Parents: 83f28ce
Author: Joaquin Casares <jo...@thelastpickle.com>
Authored: Tue Jun 20 18:26:26 2017 -0500
Committer: Jeff Jirsa <jj...@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-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[07/10] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by jj...@apache.org.
Merge branch 'cassandra-2.2' into cassandra-3.0


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

Branch: refs/heads/trunk
Commit: 960e16b892f525f8c356017f31674684c1aae611
Parents: a5a7446 082af0a
Author: Jeff Jirsa <jj...@apple.com>
Authored: Wed Jun 21 17:01:34 2017 -0700
Committer: Jeff Jirsa <jj...@apple.com>
Committed: Wed Jun 21 17:01:34 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



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


[08/10] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.11

Posted by jj...@apache.org.
Merge branch 'cassandra-3.0' into cassandra-3.11


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

Branch: refs/heads/cassandra-3.11
Commit: 903da089ff825b6ac7e2b090ff5583dda14fdc18
Parents: e8a5826 960e16b
Author: Jeff Jirsa <jj...@apple.com>
Authored: Wed Jun 21 17:01:46 2017 -0700
Committer: Jeff Jirsa <jj...@apple.com>
Committed: Wed Jun 21 17:01:46 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



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


[06/10] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by jj...@apache.org.
Merge branch 'cassandra-2.2' into cassandra-3.0


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

Branch: refs/heads/cassandra-3.0
Commit: 960e16b892f525f8c356017f31674684c1aae611
Parents: a5a7446 082af0a
Author: Jeff Jirsa <jj...@apple.com>
Authored: Wed Jun 21 17:01:34 2017 -0700
Committer: Jeff Jirsa <jj...@apple.com>
Committed: Wed Jun 21 17:01:34 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



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


[05/10] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

Posted by jj...@apache.org.
Merge branch 'cassandra-2.2' into cassandra-3.0


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

Branch: refs/heads/cassandra-3.11
Commit: 960e16b892f525f8c356017f31674684c1aae611
Parents: a5a7446 082af0a
Author: Jeff Jirsa <jj...@apple.com>
Authored: Wed Jun 21 17:01:34 2017 -0700
Committer: Jeff Jirsa <jj...@apple.com>
Committed: Wed Jun 21 17:01:34 2017 -0700

----------------------------------------------------------------------

----------------------------------------------------------------------



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