[jira] [Updated] (CASSANDRA-14216) node map does not handle InetAddressAndPort correctly.

2018-02-07 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ariel Weisberg updated CASSANDRA-14216: --- Reviewer: Ariel Weisberg Status: Patch Available (was: Open) > node map

[jira] [Updated] (CASSANDRA-14216) node map does not handle InetAddressAndPort correctly.

2018-02-07 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ariel Weisberg updated CASSANDRA-14216: --- Status: Ready to Commit (was: Patch Available) > node map does not handle

[jira] [Commented] (CASSANDRA-14216) node map does not handle InetAddressAndPort correctly.

2018-02-07 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355638#comment-16355638 ] Ariel Weisberg commented on CASSANDRA-14216: You are correct it's supposed to be the host

cassandra git commit: node map does not handle InetAddressAndPort correctly.

2018-02-07 Thread dbrosius
Repository: cassandra Updated Branches: refs/heads/trunk 5c3e33b17 -> d0b34d383 node map does not handle InetAddressAndPort correctly. patch by dbrosius, reviewed by aweisberg for CASSANDRA-14216 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Updated] (CASSANDRA-14216) node map does not handle InetAddressAndPort correctly.

2018-02-07 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated CASSANDRA-14216: - Resolution: Fixed Status: Resolved (was: Ready to Commit) pushed to trunk

[jira] [Updated] (CASSANDRA-14206) pytest/python 3 dtests breaks tests on 3.0 and 3.11

2018-02-07 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-14206: Status: Ready to Commit (was: Patch Available) > pytest/python 3 dtests

[jira] [Commented] (CASSANDRA-14206) pytest/python 3 dtests breaks tests on 3.0 and 3.11

2018-02-07 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355784#comment-16355784 ] Sam Tunnicliffe commented on CASSANDRA-14206: - +1 The only failures I see now look legit.

[jira] [Updated] (CASSANDRA-7544) Allow storage port to be configurable per node

2018-02-07 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ariel Weisberg updated CASSANDRA-7544: -- Status: Patch Available (was: Reopened) RE replicatingNodes this has always been

[jira] [Commented] (CASSANDRA-14206) pytest/python 3 dtests breaks tests on 3.0 and 3.11

2018-02-07 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355793#comment-16355793 ] Ariel Weisberg commented on CASSANDRA-14206: I pushed additional commit(s). I guess I

[jira] [Created] (CASSANDRA-14220) C* returns to the driver NullPointerException sometimes when creating a keyspace

2018-02-07 Thread Jaume M (JIRA)
Jaume M created CASSANDRA-14220: --- Summary: C* returns to the driver NullPointerException sometimes when creating a keyspace Key: CASSANDRA-14220 URL: https://issues.apache.org/jira/browse/CASSANDRA-14220

[jira] [Updated] (CASSANDRA-14212) Back port CASSANDRA-13080 to 3.11.2 (Use new token allocation for non bootstrap case as well)

2018-02-07 Thread Jon Haddad (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Haddad updated CASSANDRA-14212: --- Reviewer: Jon Haddad > Back port CASSANDRA-13080 to 3.11.2 (Use new token allocation for

[jira] [Commented] (CASSANDRA-14212) Back port CASSANDRA-13080 to 3.11.2 (Use new token allocation for non bootstrap case as well)

2018-02-07 Thread Jon Haddad (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355916#comment-16355916 ] Jon Haddad commented on CASSANDRA-14212: +1 > Back port CASSANDRA-13080 to 3.11.2 (Use new

[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

[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:

[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

[jira] [Updated] (CASSANDRA-14206) pytest/python 3 dtests breaks tests on 3.0 and 3.11

2018-02-07 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ariel Weisberg updated CASSANDRA-14206: --- Resolution: Fixed Status: Resolved (was: Ready to Commit) Committed as

[jira] [Updated] (CASSANDRA-14222) Add hot reloading of SSL Certificates capability to Cassandra

2018-02-07 Thread Dinesh Joshi (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dinesh Joshi updated CASSANDRA-14222: - Status: Patch Available (was: Open) > Add hot reloading of SSL Certificates

[jira] [Commented] (CASSANDRA-14215) Cassandra does not seem to be respecting max hint window

2018-02-07 Thread Kurt Greaves (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356241#comment-16356241 ] Kurt Greaves commented on CASSANDRA-14215: -- My understanding was that we'd keep hints for

[jira] [Commented] (CASSANDRA-14087) NPE when CAS encounters empty frozen collection

2018-02-07 Thread Kurt Greaves (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356318#comment-16356318 ] Kurt Greaves commented on CASSANDRA-14087: -- That's worrying, pretty sure it worked when I

[jira] [Commented] (CASSANDRA-14215) Cassandra does not seem to be respecting max hint window

2018-02-07 Thread Arijit (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356275#comment-16356275 ] Arijit commented on CASSANDRA-14215: Thanks [~KurtG]. Yes that's the main issue, we're storing

[jira] [Assigned] (CASSANDRA-13973) IllegalArgumentException in upgradesstables compaction

2018-02-07 Thread Jeff Jirsa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa reassigned CASSANDRA-13973: -- Assignee: Dinesh Joshi (was: Jeff Jirsa) > IllegalArgumentException in

[jira] [Commented] (CASSANDRA-14215) Cassandra does not seem to be respecting max hint window

2018-02-07 Thread Kurt Greaves (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356324#comment-16356324 ] Kurt Greaves commented on CASSANDRA-14215: -- Huh yeah, that makes sense. I missed that part

[jira] [Commented] (CASSANDRA-13973) IllegalArgumentException in upgradesstables compaction

2018-02-07 Thread Dinesh Joshi (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356358#comment-16356358 ] Dinesh Joshi commented on CASSANDRA-13973: -- [~jjirsa] I have a patch that will log a

[jira] [Assigned] (CASSANDRA-14215) Cassandra does not seem to be respecting max hint window

2018-02-07 Thread Kurt Greaves (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kurt Greaves reassigned CASSANDRA-14215: Assignee: Kurt Greaves > Cassandra does not seem to be respecting max hint

[jira] [Commented] (CASSANDRA-14222) Add hot reloading of SSL Certificates capability to Cassandra

2018-02-07 Thread Dinesh Joshi (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356237#comment-16356237 ] Dinesh Joshi commented on CASSANDRA-14222: -- Here's a patch for trunk: ||trunk||

[jira] [Comment Edited] (CASSANDRA-14215) Cassandra does not seem to be respecting max hint window

2018-02-07 Thread Kurt Greaves (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356241#comment-16356241 ] Kurt Greaves edited comment on CASSANDRA-14215 at 2/8/18 1:11 AM: --

[jira] [Updated] (CASSANDRA-13973) IllegalArgumentException in upgradesstables compaction

2018-02-07 Thread Jeff Jirsa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa updated CASSANDRA-13973: --- Status: Patch Available (was: Awaiting Feedback) > IllegalArgumentException in

[jira] [Updated] (CASSANDRA-13973) IllegalArgumentException in upgradesstables compaction

2018-02-07 Thread Jeff Jirsa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-13973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Jirsa updated CASSANDRA-13973: --- Reviewer: Jeff Jirsa > IllegalArgumentException in upgradesstables compaction >

[jira] [Created] (CASSANDRA-14223) Provide ability to do custom certificate validations (e.g. hostname validation, certificate revocation checks)

2018-02-07 Thread Ron Blechman (JIRA)
Ron Blechman created CASSANDRA-14223: Summary: Provide ability to do custom certificate validations (e.g. hostname validation, certificate revocation checks) Key: CASSANDRA-14223 URL:

[jira] [Commented] (CASSANDRA-14214) Make it possible to change NEVER_PURGE_TOMBSTONES during runtime

2018-02-07 Thread Chris Lohfink (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356006#comment-16356006 ] Chris Lohfink commented on CASSANDRA-14214: --- looks good to me +1 > Make it possible to

[jira] [Created] (CASSANDRA-14222) Add hot reloading of SSL Certificates capability to Cassandra

2018-02-07 Thread Dinesh Joshi (JIRA)
Dinesh Joshi created CASSANDRA-14222: Summary: Add hot reloading of SSL Certificates capability to Cassandra Key: CASSANDRA-14222 URL: https://issues.apache.org/jira/browse/CASSANDRA-14222

[jira] [Commented] (CASSANDRA-14087) NPE when CAS encounters empty frozen collection

2018-02-07 Thread Blake Eggleston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356057#comment-16356057 ] Blake Eggleston commented on CASSANDRA-14087: - Sorry [~KurtG], I did some test runs and

[jira] [Created] (CASSANDRA-14221) I am running a script to create keyspaces and tables but i am getting schema issues after sometime while it creating some tables.

2018-02-07 Thread samba vunnava (JIRA)
samba vunnava created CASSANDRA-14221: - Summary: I am running a script to create keyspaces and tables but i am getting schema issues after sometime while it creating some tables. Key: CASSANDRA-14221 URL:

cassandra git commit: Make it possible to change neverPurgeTombstones during runtime

2018-02-07 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/trunk d0b34d383 -> 0f58f6c65 Make it possible to change neverPurgeTombstones during runtime Patch by marcuse; reviewed by Chris Lohfink for CASSANDRA-14214 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Updated] (CASSANDRA-14214) Make it possible to change NEVER_PURGE_TOMBSTONES during runtime

2018-02-07 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-14214: Reviewer: Chris Lohfink > Make it possible to change NEVER_PURGE_TOMBSTONES

[jira] [Updated] (CASSANDRA-14214) Make it possible to change NEVER_PURGE_TOMBSTONES during runtime

2018-02-07 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-14214: Resolution: Fixed Status: Resolved (was: Patch Available) Committed

[5/6] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.11

2018-02-07 Thread marcuse
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/d3691909 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d3691909 Diff:

[3/6] cassandra git commit: Handle error when mutating repairedAt in nodetool verify

2018-02-07 Thread marcuse
Handle error when mutating repairedAt in nodetool verify Patch by Sumanth Pasupuleti; reviewed by marcuse for CASSANDRA-13933 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7885a703 Tree:

[4/6] cassandra git commit: Merge branch 'cassandra-3.0' into cassandra-3.11

2018-02-07 Thread marcuse
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/d3691909 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/d3691909 Diff:

[1/6] cassandra git commit: Handle error when mutating repairedAt in nodetool verify

2018-02-07 Thread marcuse
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 7df36056b -> 7885a703d refs/heads/cassandra-3.11 de6c62dd6 -> d36919096 refs/heads/trunk f2fc2e967 -> 5c3e33b17 Handle error when mutating repairedAt in nodetool verify Patch by Sumanth Pasupuleti; reviewed by marcuse for

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

2018-02-07 Thread marcuse
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/5c3e33b1 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5c3e33b1 Diff:

[jira] [Updated] (CASSANDRA-13933) Handle mutateRepaired failure in nodetool verify

2018-02-07 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-13933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcus Eriksson updated CASSANDRA-13933: Resolution: Fixed Fix Version/s: 4.0 3.11.2

[2/6] cassandra git commit: Handle error when mutating repairedAt in nodetool verify

2018-02-07 Thread marcuse
Handle error when mutating repairedAt in nodetool verify Patch by Sumanth Pasupuleti; reviewed by marcuse for CASSANDRA-13933 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7885a703 Tree:

[jira] [Commented] (CASSANDRA-12743) Assertion error while running compaction

2018-02-07 Thread Tom van der Woerdt (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-12743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355297#comment-16355297 ] Tom van der Woerdt commented on CASSANDRA-12743: Found one on 3.11.1 as well:

[jira] [Created] (CASSANDRA-14218) Deprecate Throwables.propagate usage

2018-02-07 Thread Romain Hardouin (JIRA)
Romain Hardouin created CASSANDRA-14218: --- Summary: Deprecate Throwables.propagate usage Key: CASSANDRA-14218 URL: https://issues.apache.org/jira/browse/CASSANDRA-14218 Project: Cassandra

[jira] [Updated] (CASSANDRA-14218) Deprecate Throwables.propagate usage

2018-02-07 Thread Jason Brown (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Brown updated CASSANDRA-14218: Fix Version/s: 4.x > Deprecate Throwables.propagate usage >

[jira] [Updated] (CASSANDRA-14218) Deprecate Throwables.propagate usage

2018-02-07 Thread Jason Brown (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Brown updated CASSANDRA-14218: Labels: lhf (was: ) > Deprecate Throwables.propagate usage >

[jira] [Commented] (CASSANDRA-13314) Config file based SSL settings

2018-02-07 Thread Jason Brown (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-13314?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355382#comment-16355382 ] Jason Brown commented on CASSANDRA-13314: - [~ronblechman] please open a new Jira for cert

[jira] [Commented] (CASSANDRA-14194) Chain commit log marker potential performance regression in batch commit mode

2018-02-07 Thread Jason Brown (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355411#comment-16355411 ] Jason Brown commented on CASSANDRA-14194: - OK, so I've bisected both 3.0 and 3.11 locally,

[jira] [Updated] (CASSANDRA-14219) Change to AlterTableStatement logging breaks MView tests

2018-02-07 Thread Jason Brown (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Brown updated CASSANDRA-14219: Description: looks like [~dbrosius]'s ninja commit 

[jira] [Created] (CASSANDRA-14219) Change to AlterTableStatement logging breaks MView tests

2018-02-07 Thread Jason Brown (JIRA)
Jason Brown created CASSANDRA-14219: --- Summary: Change to AlterTableStatement logging breaks MView tests Key: CASSANDRA-14219 URL: https://issues.apache.org/jira/browse/CASSANDRA-14219 Project:

[jira] [Commented] (CASSANDRA-14194) Chain commit log marker potential performance regression in batch commit mode

2018-02-07 Thread Jason Brown (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-14194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16355427#comment-16355427 ] Jason Brown commented on CASSANDRA-14194: - [~jjirsa] I'm pretty sure this regression is