[19/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/replication_test.py -- diff --git a/replication_test.py b/replication_test.py index edc6fc0..8c29074 100644 --- a/replication_test.py +++ b/replication_test.py @@

[16/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/thrift_bindings/thrift010/Cassandra.py -- diff --git a/thrift_bindings/thrift010/Cassandra.py b/thrift_bindings/thrift010/Cassandra.py new file mode 100644 index

[26/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/jmx_test.py -- diff --git a/jmx_test.py b/jmx_test.py index 16c1ece..04c05d8 100644 --- a/jmx_test.py +++ b/jmx_test.py @@ -1,24 +1,36 @@ import os import time

[18/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/scrub_test.py -- diff --git a/scrub_test.py b/scrub_test.py index 4f9d22b..2df11c7 100644 --- a/scrub_test.py +++ b/scrub_test.py @@ -4,28 +4,33 @@ import re imp

[07/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/thrift_tests.py -- diff --git a/thrift_tests.py b/thrift_tests.py deleted file mode 100644 index 9b46665..000 --- a/thrift_tests.py +++ /dev/null @@ -1,2679 +

[29/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/cqlsh_tests/cqlsh_copy_tests.py -- diff --git a/cqlsh_tests/cqlsh_copy_tests.py b/cqlsh_tests/cqlsh_copy_tests.py index 8501497..9769fd7 100644 --- a/cqlsh_tests/

[34/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/cassandra-thrift/v11/Cassandra.py -- diff --git a/cassandra-thrift/v11/Cassandra.py b/cassandra-thrift/v11/Cassandra.py index 015f1a5..ae956cf 100644 --- a/cassa

[14/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/thrift_bindings/thrift010/ttypes.py -- diff --git a/thrift_bindings/thrift010/ttypes.py b/thrift_bindings/thrift010/ttypes.py new file mode 100644 index 000.

[11/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/thrift_bindings/v22/constants.py -- diff --git a/thrift_bindings/v22/constants.py b/thrift_bindings/v22/constants.py deleted file mode 100644 index 77c2c92..0

[28/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/cqlsh_tests/cqlsh_tests.py -- diff --git a/cqlsh_tests/cqlsh_tests.py b/cqlsh_tests/cqlsh_tests.py index bf2b90c..1d6e96e 100644 --- a/cqlsh_tests/cqlsh_tests.py

[04/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/upgrade_tests/cql_tests.py -- diff --git a/upgrade_tests/cql_tests.py b/upgrade_tests/cql_tests.py index 267d2a4..f08a141 100644 --- a/upgrade_tests/cql_tests.py

[13/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/thrift_bindings/v22/Cassandra-remote -- diff --git a/thrift_bindings/v22/Cassandra-remote b/thrift_bindings/v22/Cassandra-remote deleted file mode 100755 index 9

[21/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/read_repair_test.py -- diff --git a/read_repair_test.py b/read_repair_test.py index 57fbf40..7e8d405 100644 --- a/read_repair_test.py +++ b/read_repair_test.py @@

[08/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/thrift_test.py -- diff --git a/thrift_test.py b/thrift_test.py new file mode 100644 index 000..23e3f7b --- /dev/null +++ b/thrift_test.py @@ -0,0 +1,2649 @@ +

[23/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/paging_test.py -- diff --git a/paging_test.py b/paging_test.py index 24a4739..d41b8f3 100644 --- a/paging_test.py +++ b/paging_test.py @@ -1,5 +1,10 @@ import ti

[20/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/repair_tests/repair_test.py -- diff --git a/repair_tests/repair_test.py b/repair_tests/repair_test.py index 238871f..59910e0 100644 --- a/repair_tests/repair_test

[33/36] cassandra-dtest git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/49b2dda4/commitlog_test.py -- diff --git a/commitlog_test.py b/commitlog_test.py index 99c4caf..c8830cd 100644 --- a/commitlog_test.py +++ b/commitlog_test.py @@ -5,6 +5,8

cassandra-builds git commit: Switch to using pytest version of dtests for CASSANDRA-14134.

2018-01-29 Thread aweisberg
Repository: cassandra-builds Updated Branches: refs/heads/master 63504a1ce -> d3cd2e8ce Switch to using pytest version of dtests for CASSANDRA-14134. Project: http://git-wip-us.apache.org/repos/asf/cassandra-builds/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-builds/commit/d3

cassandra git commit: Migrate dtests to use pytest and python3

2018-01-29 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 6fc3699ad -> e73bc32a9 Migrate dtests to use pytest and python3 Patch by Michael Kjellman; Reviewed by Ariel Weisberg for CASSANDRA-14134 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.o

cassandra git commit: Migrate dtests to use pytest and python3 [Forced Update!]

2018-01-29 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk e73bc32a9 -> d6e508f33 (forced update) Migrate dtests to use pytest and python3 Patch by Michael Kjellman; Reviewed by Ariel Weisberg for CASSANDRA-14134 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git

cassandra git commit: Revert ProtocolVersion changes from CASSANDRA-7544

2018-02-01 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 59a4624d5 -> da58565eb Revert ProtocolVersion changes from CASSANDRA-7544 Patch by Ariel Weisberg; Reviewd by Jason Brown for CASSANDRA-14211 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apac

[2/3] cassandra-dtest git commit: pytest/python 3 dtests breaks tests on 3.0 and 3.11

2018-02-07 Thread aweisberg
http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/7c05a111/thrift_test.py -- diff --git a/thrift_test.py b/thrift_test.py index 23e3f7b..0990d71 100644 --- a/thrift_test.py +++ b/thrift_test.py @@ -4,6 +4,7 @@ import time

[3/3] cassandra-dtest git commit: pytest/python 3 dtests breaks tests on 3.0 and 3.11

2018-02-07 Thread aweisberg
pytest/python 3 dtests breaks tests on 3.0 and 3.11 Patch by Ariel Weisberg; Reviewed by Sam Tunnicliffe for CASSANDRA-14206 Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/commit/7c05a111 Tree: http://git-wip-us

[1/3] cassandra-dtest git commit: pytest/python 3 dtests breaks tests on 3.0 and 3.11

2018-02-07 Thread aweisberg
Repository: cassandra-dtest Updated Branches: refs/heads/master 39e223fe8 -> 7c05a111a http://git-wip-us.apache.org/repos/asf/cassandra-dtest/blob/7c05a111/write_failures_test.py -- diff --git a/write_failures_test.py b/write_f

cassandra git commit: Fix mistakenly unused variable introduced by CASSANDRA-7544 and potential CME in iterator

2018-02-08 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk b2d20d4bb -> 3891598e6 Fix mistakenly unused variable introduced by CASSANDRA-7544 and potential CME in iterator Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-7544 Project: http://git-wip-us.apache.org/repos/asf/cassa

cassandra git commit: Better document in code InetAddressAndPort usage post 7544

2018-02-13 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 1188fcb08 -> 518ddbf9d Better document in code InetAddressAndPort usage post 7544 Patch by Ariel Weisberg; Reviewed by Jon Haddad for CASSANDRA-14226 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip

cassandra git commit: Fix comparison of address and port for repair and messages

2018-02-13 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 518ddbf9d -> 834f2a6ec Fix comparison of address and port for repair and messages Patch by Dave Brosius; Reviewed by Ariel Weisberg for CASSANDRA-14225 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-w

[11/15] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

2018-02-14 Thread aweisberg
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/2461187c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2461187c Diff: http://git-wip-us.apache.org/repos/asf

[06/15] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2018-02-14 Thread aweisberg
Merge branch 'cassandra-2.1' into cassandra-2.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/08ebe829 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/08ebe829 Diff: http://git-wip-us.apache.org/repos/asf

[12/15] cassandra git commit: Merge branch 'cassandra-2.2' into cassandra-3.0

2018-02-14 Thread aweisberg
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/2461187c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2461187c Diff: http://git-wip-us.apache.org/repos/asf

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

2018-02-14 Thread aweisberg
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/44ce9536 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/44ce9536 Diff: http://git-wip-us.apache.org/repos/asf/cassan

[05/15] cassandra git commit: CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt

2018-02-14 Thread aweisberg
CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-14183 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4bbd28a0 Tree: http://git-wip-us

[03/15] cassandra git commit: CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt

2018-02-14 Thread aweisberg
CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-14183 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4bbd28a0 Tree: http://git-wip-us

[14/15] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.11

2018-02-14 Thread aweisberg
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/630c18eb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/630c18eb Diff: http://git-wip-us.apache.org/repos/as

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

2018-02-14 Thread aweisberg
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/2461187c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2461187c Diff: http://git-wip-us.apache.org/repos/asf

[01/15] cassandra git commit: CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt

2018-02-14 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 b2949439e -> 4bbd28a04 refs/heads/cassandra-2.2 1602e6063 -> 08ebe8297 refs/heads/cassandra-3.0 890f31914 -> 2461187c0 refs/heads/cassandra-3.11 1d506f9d0 -> 630c18eb3 refs/heads/trunk 7a424bc2a -> 44ce9536f CVE-2017-5929

[07/15] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2018-02-14 Thread aweisberg
Merge branch 'cassandra-2.1' into cassandra-2.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/08ebe829 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/08ebe829 Diff: http://git-wip-us.apache.org/repos/asf

[04/15] cassandra git commit: CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt

2018-02-14 Thread aweisberg
CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-14183 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4bbd28a0 Tree: http://git-wip-us

[08/15] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2018-02-14 Thread aweisberg
Merge branch 'cassandra-2.1' into cassandra-2.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/08ebe829 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/08ebe829 Diff: http://git-wip-us.apache.org/repos/asf

[02/15] cassandra git commit: CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt

2018-02-14 Thread aweisberg
CVE-2017-5929 Security vulnerability in Logback warning in NEWS.txt Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-14183 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4bbd28a0 Tree: http://git-wip-us

[13/15] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.11

2018-02-14 Thread aweisberg
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/630c18eb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/630c18eb Diff: http://git-wip-us.apache.org/repos/as

[09/15] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2018-02-14 Thread aweisberg
Merge branch 'cassandra-2.1' into cassandra-2.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/08ebe829 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/08ebe829 Diff: http://git-wip-us.apache.org/repos/asf

cassandra git commit: CVE-2017-5929 Security vulnerability and redefine default log rotation policy.

2018-02-14 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 44ce9536f -> c0aa79e54 CVE-2017-5929 Security vulnerability and redefine default log rotation policy. Patch by Michael Shuler; Reviewed by Ariel Weisberg for CASSANDRA-14183 Project: http://git-wip-us.apache.org/repos/asf/cassandra/rep

cassandra git commit: Ninja fix bitwise OR to logical OR in StorageServer.onChange

2018-02-19 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 720772033 -> cc4367700 Ninja fix bitwise OR to logical OR in StorageServer.onChange Patch by Ariel Weisberg; Reviewed by Kurt Greaves for CASSANDRA-7544 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-

[cassandra] branch trunk updated (92f9568 -> 2a70916)

2019-02-13 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git. from 92f9568 Merge branch 'cassandra-3.11' into trunk new 4f2fe19 Add missing commands to nodetool-

[cassandra] branch cassandra-3.0 updated: Add missing commands to nodetool-completion

2019-02-13 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-3.0 by this push: new 4f2fe19 Add missing

[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

2019-02-13 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 4013eacd9dd50772338c4df63d3c366000d35f82 Merge: 123113f 4f2fe19 Author: Ariel Weisberg AuthorDate: Wed

[cassandra] 01/01: Merge branch 'cassandra-3.11' into trunk

2019-02-13 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 2a7091616ee1361a1dcaec43b1c6d7fdfa35b9b8 Merge: 92f9568 4013eac Author: Ariel Weisberg AuthorDate: Wed Feb 13 12

[cassandra] branch cassandra-3.11 updated (123113f -> 4013eac)

2019-02-13 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git. from 123113f Update version to 3.11.5 new 4f2fe19 Add missing commands to nodetool-completion

cassandra git commit: Upgrade to 4.0 fails with NullPointerException

2018-10-16 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 12a585c91 -> 4ae229f5c Upgrade to 4.0 fails with NullPointerException Patch by Ariel Weisberg; Reviewed by Dinesh Joshi for CASSANDRA-14820 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache

cassandra-dtest git commit: speculative_write_policy renamed to additional_write_policy

2018-10-16 Thread aweisberg
Repository: cassandra-dtest Updated Branches: refs/heads/master 74f578abe -> 104835d88 speculative_write_policy renamed to additional_write_policy Patch by Ariel Weisberg; Reviewed by Dinesh Joshi for CASSANDRA-14820 Project: http://git-wip-us.apache.org/repos/asf/cassandra-dtest/repo Commit

cassandra git commit: Incorrect log entry during startup in 4.0

2018-10-23 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 4ae229f5c -> c3ef43d45 Incorrect log entry during startup in 4.0 Patch by Tommy Stendahl; Reviewed by Ariel Weisberg for CASSANDRA-14836 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.or

cassandra git commit: Don't write to system_distributed.repair_history, system_traces.sessions, system_traces.events in mixed version 3.X/4.0 clusters

2018-11-01 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 0766f7e54 -> 877b08eaf Don't write to system_distributed.repair_history, system_traces.sessions, system_traces.events in mixed version 3.X/4.0 clusters Patch by Ariel Weisberg; Reviewed by Dinesh Joshi for CASSANDRA-14841 Project: htt

cassandra git commit: Partitioned outbound internode TCP connections can occur when nodes restart

2018-11-01 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 877b08eaf -> bfbc5274f Partitioned outbound internode TCP connections can occur when nodes restart Patch by Joseph Lynch; Reviewed by Ariel Weisberg for CASSANDRA-14358 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Com

cassandra git commit: Startup checker should wait for count rather than percentage

2018-11-12 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 918b1d8c6 -> 801cb70ee Startup checker should wait for count rather than percentage This improves on the wait for healthy work from CASSANDRA-13993 to solve CASSANDRA-14297. In particular now the connectivity checker waits for all but a

cassandra git commit: Lower default chunk_length_in_kb from 64kb to 16kb

2018-11-12 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk 801cb70ee -> caf50de31 Lower default chunk_length_in_kb from 64kb to 16kb Patch by Ariel Weisberg; Reviewed by Jon Haddad for CASSANDRA-13241 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apac

cassandra git commit: Make Read and Write Latency columns consistent for proxyhistograms and tablehistograms

2018-11-28 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk f2520d7a5 -> ff8906a6c Make Read and Write Latency columns consistent for proxyhistograms and tablehistograms Patch by Amanda R Debrot; Reviewed by Ariel Weisberg for CASSANDRA-11939 Project: http://git-wip-us.apache.org/repos/asf/cas

cassandra git commit: In mixed 3.x/4 version clusters write tracing and repair history information without new columns

2018-11-29 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk d8c549b68 -> 1c8d0ad33 In mixed 3.x/4 version clusters write tracing and repair history information without new columns Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-14897 Project: http://git-wip-us.apache.org/repos/a

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

2018-12-13 Thread aweisberg
Merge branch '14928-2.2' into 14928-3.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1816520d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1816520d Diff: http://git-wip-us.apache.org/repos/asf/cassand

[03/10] cassandra git commit: MigrationManager attempts to pull schema from different major version nodes

2018-12-13 Thread aweisberg
MigrationManager attempts to pull schema from different major version nodes Patch by Ariel Weisberg; Reviewed by Dinesh Joshi for CASSANDRA-14928 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/505a03c7 Tree: http://g

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

2018-12-13 Thread aweisberg
Merge branch '14928-3.11' into 14928-trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d414c1cd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d414c1cd Diff: http://git-wip-us.apache.org/repos/asf/cass

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

2018-12-13 Thread aweisberg
Merge branch '14928-2.2' into 14928-3.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1816520d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1816520d Diff: http://git-wip-us.apache.org/repos/asf/cassand

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

2018-12-13 Thread aweisberg
Merge branch '14928-2.2' into 14928-3.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1816520d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1816520d Diff: http://git-wip-us.apache.org/repos/asf/cassand

[02/10] cassandra git commit: MigrationManager attempts to pull schema from different major version nodes

2018-12-13 Thread aweisberg
MigrationManager attempts to pull schema from different major version nodes Patch by Ariel Weisberg; Reviewed by Dinesh Joshi for CASSANDRA-14928 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/505a03c7 Tree: http://g

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

2018-12-13 Thread aweisberg
Merge branch '14928-3.0' into 14928-3.11 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27c53b52 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/27c53b52 Diff: http://git-wip-us.apache.org/repos/asf/cassan

[04/10] cassandra git commit: MigrationManager attempts to pull schema from different major version nodes

2018-12-13 Thread aweisberg
MigrationManager attempts to pull schema from different major version nodes Patch by Ariel Weisberg; Reviewed by Dinesh Joshi for CASSANDRA-14928 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/505a03c7 Tree: http://g

[01/10] cassandra git commit: MigrationManager attempts to pull schema from different major version nodes

2018-12-13 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/cassandra-2.2 afa456386 -> 505a03c77 refs/heads/cassandra-3.0 4f3a6feb2 -> 1816520d6 refs/heads/cassandra-3.11 2edd6fd2e -> 27c53b526 refs/heads/trunk b871decba -> d414c1cd8 MigrationManager attempts to pull schema from different major ve

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

2018-12-13 Thread aweisberg
Merge branch '14928-3.0' into 14928-3.11 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27c53b52 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/27c53b52 Diff: http://git-wip-us.apache.org/repos/asf/cassan

cassandra git commit: ReadCommandVerbHandler validateTransientStatus class cast exception

2019-01-07 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk ef1817a75 -> f04948891 ReadCommandVerbHandler validateTransientStatus class cast exception Patch by Ariel Weisberg; Reviewed by Alex Petrov for CASSANDRA-14959 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http

[cassandra] Git Push Summary [forced push!] [Forced Update!]

2019-01-07 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk f04948891 -> ef1817a75 (forced update) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.or

cassandra git commit: ReadCommandVerbHandler validateTransientStatus class cast exception

2019-01-07 Thread aweisberg
Repository: cassandra Updated Branches: refs/heads/trunk ef1817a75 -> f04948891 ReadCommandVerbHandler validateTransientStatus class cast exception Patch by Ariel Weisberg; Reviewed by Alex Petrov for CASSANDRA-14959 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http

[cassandra] 01/01: Merge branch 'cassandra-3.11' into trunk

2019-01-09 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 7ba86bf799283ddc4d6e424fe46376566b42c8ec Merge: 3ddfbc8 6f2794f Author: Ariel Weisberg AuthorDate: Wed Jan 9 11:35

[cassandra] branch cassandra-2.2 updated: Reenable upgrade tests and make them runnable via CircleCI

2019-01-09 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-2.2 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-2.2 by this push: new 76447d6 Reenable upgrade

[cassandra] branch cassandra-3.0 updated (7b1454f -> b8a942d)

2019-01-09 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch cassandra-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git. from 7b1454f Merge branch 'cassandra-2.2' into cassandra-3.0 new 76447d6 Reenable upgrade

[cassandra] 01/01: Merge branch 'cassandra-2.2' into cassandra-3.0

2019-01-09 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit b8a942d6a5aff01d45ca5b9b407b31ed38ce463a Merge: 7b1454f 76447d6 Author: Ariel Weisberg AuthorDate: Wed Jan

[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

2019-01-09 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 6f2794fc47efd8267e51c78976b9610951383cad Merge: ee5e4f6 b8a942d Author: Ariel Weisberg AuthorDate: Wed

[cassandra] branch trunk updated (3ddfbc8 -> 7ba86bf)

2019-01-09 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git. from 3ddfbc8 Add specialized IndexRegistry for offline tools/clients new 76447d6 Reenable upgrade tests and

[cassandra] branch cassandra-3.11 updated (ee5e4f6 -> 6f2794f)

2019-01-09 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git. from ee5e4f6 Docs: Fix page width exceeding the viewport new 76447d6 Reenable upgrade tests and make

[cassandra-dtest] branch master updated: Reenable upgrade tests

2019-01-09 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git The following commit(s) were added to refs/heads/master by this push: new 84598f1 Reenable upgrade tests

[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 62f02802704d80496675fd3d198fac43ff24dcf7 Merge: 5ede581 ddbcff3 Author: Ariel Weisberg AuthorDate: Mon

[cassandra] branch cassandra-3.0 updated: If SizeEstimatesRecorder misses a 'onDropTable' notification, the size_estimates table will never be cleared for that table.

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-3.0 by this push: new ddbcff3 If

[cassandra] branch cassandra-3.11 updated (5ede581 -> 62f0280)

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git. from 5ede581 Merge branch 'cassandra-3.0' into cassandra-3.11 new ddbcff3 If SizeEstimat

[cassandra] branch trunk updated (00fff3e -> 028b677)

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git. from 00fff3e In JVM dtests need to clean up after instance shutdown add ddbcff3 If SizeEstimatesRecorder

[cassandra] 01/01: Merge branch 'cassandra-3.11' into trunk

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 028b6772231e18e2357dfff1fa04477efa377730 Merge: 00fff3e 62f0280 Author: Ariel Weisberg AuthorDate: Tue Jan 15 11

[cassandra-dtest] branch master updated: If SizeEstimatesRecorder misses a 'onDropTable' notification, the size_estimates table will never be cleared for that table

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git The following commit(s) were added to refs/heads/master by this push: new 7a6d900 If SizeEstimatesRecorder

[cassandra-dtest] branch master updated: SSTable loader exception when loading 3.0/3.11 compact tables into 4.0

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git The following commit(s) were added to refs/heads/master by this push: new 4c1479b SSTable loader exception

[cassandra] 01/01: Merge branch '14951-3.0' into 14951-3.11

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 25b72d08c000d6c09d76b2b117d79cb504d14f1a Merge: 62f0280 a9d1af9 Author: Ariel Weisberg AuthorDate: Tue

[cassandra] branch cassandra-3.0 updated: Add a script to make running the cqlsh tests in cassandra repo easier

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-3.0 by this push: new a9d1af9 Add a script to

[cassandra] 01/01: Merge branch '14951-3.11' into 14951-trunk

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit c291e8d81585d64e6d14349ca512bf0048689e91 Merge: a43b651 25b72d0 Author: Ariel Weisberg AuthorDate: Tue Jan 15 18

[cassandra] branch trunk updated (a43b651 -> c291e8d)

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git. from a43b651 Unit test stdout capture is malfunctioning in 4.0 new a9d1af9 Add a script to make running the

[cassandra] branch cassandra-3.11 updated (62f0280 -> 25b72d0)

2019-01-15 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git. from 62f0280 Merge branch 'cassandra-3.0' into cassandra-3.11 new a9d1af9 Add a scri

[cassandra-builds] branch master updated: CircleCI docker image should bake in more dependencies

2019-01-18 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git The following commit(s) were added to refs/heads/master by this push: new 82f14ad CircleCI docker image

[cassandra] branch cassandra-3.11 updated (e5ab9b6 -> b51d3c9)

2019-01-18 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git. from e5ab9b6 Merge branch 'cassandra-3.0' into cassandra-3.11 new 1d06b66 CircleCI do

[cassandra] branch trunk updated (b875399 -> 609af8c)

2019-01-18 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git. from b875399 Merge branch 'cassandra-3.11' into trunk new 1d06b66 CircleCI docker image should ba

[cassandra] branch cassandra-2.2 updated: CircleCI docker image should bake in more dependencies

2019-01-18 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-2.2 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-2.2 by this push: new 1d06b66 CircleCI docker

[cassandra] 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11

2019-01-18 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit b51d3c985ea7819e9e81e10ebeb36fc43142c245 Merge: e5ab9b6 f61b926 Author: Ariel Weisberg AuthorDate: Fri

[cassandra] 01/01: Merge branch 'cassandra-3.11' into trunk

2019-01-18 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 609af8c2e5ebb46a1c7120bf5201ef4c2f511e38 Merge: b875399 b51d3c9 Author: Ariel Weisberg AuthorDate: Fri Jan 18 12

[cassandra] branch cassandra-3.0 updated (db3c852 -> f61b926)

2019-01-18 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a change to branch cassandra-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git. from db3c852 Merge branch 'cassandra-2.2' into cassandra-3.0 new 1d06b66 CircleCI docker im

[cassandra] 01/01: Merge branch 'cassandra-2.2' into cassandra-3.0

2019-01-18 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch cassandra-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit f61b926b940f272ced0f2f6b2db2a9f3fd8d3599 Merge: db3c852 1d06b66 Author: Ariel Weisberg AuthorDate: Fri Jan

[cassandra] branch trunk updated: SSL Cert Hot Reloading should check for sanity of the new keystore/truststore before loading it

2019-02-08 Thread aweisberg
This is an automated email from the ASF dual-hosted git repository. aweisberg pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/trunk by this push: new 367cdc9 SSL Cert Hot Reloading should

<    1   2   3   4   5   >