[jira] [Comment Edited] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-11-02 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985418#comment-14985418 ] Benedict edited comment on CASSANDRA-10592 at 11/2/15 3:52 PM: --- We

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-11-02 Thread Branimir Lambov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985211#comment-14985211 ] Branimir Lambov commented on CASSANDRA-10579: - Did [the change to

[jira] [Assigned] (CASSANDRA-10631) JSON Update not working with PreparedStatement

2015-11-02 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne reassigned CASSANDRA-10631: Assignee: Sylvain Lebresne > JSON Update not working with

[jira] [Updated] (CASSANDRA-10491) Inconsistent "position" numbering for keys in "system_schema.columns"

2015-11-02 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-10491: -- Assignee: Sylvain Lebresne (was: Aleksey Yeschenko) > Inconsistent

[2/2] cassandra git commit: Don't use the timestamp ordered path for name queries with counters/collections

2015-11-02 Thread slebresne
Don't use the timestamp ordered path for name queries with counters/collections patch by slebresne; reviewed by iamaleksey for CASSANDRA-10572 Name queries usually query sstable sequentially in recency order in the hope of only needing the more recent sstable(s). We cannot ever save sstable that

[1/2] cassandra git commit: Don't use the timestamp ordered path for name queries with counters/collections

2015-11-02 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 f27cc7ef3 -> 4beb54da5 http://git-wip-us.apache.org/repos/asf/cassandra/blob/4beb54da/src/java/org/apache/cassandra/thrift/CassandraServer.java -- diff --git

[jira] [Commented] (CASSANDRA-8072) Exception during startup: Unable to gossip with any seeds

2015-11-02 Thread Kenneth Failbus (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985302#comment-14985302 ] Kenneth Failbus commented on CASSANDRA-8072: I am seeing this issue in 2.0.14. And it's

[jira] [Commented] (CASSANDRA-10208) Windows dtest 2.2: commitlog_test.TestCommitLog.stop_failure_policy_test

2015-11-02 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985397#comment-14985397 ] Joshua McKenzie commented on CASSANDRA-10208: - I'm unable to reproduce any of these

[jira] [Resolved] (CASSANDRA-9960) UDTs still visible after drop/recreate keyspace

2015-11-02 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko resolved CASSANDRA-9960. -- Resolution: Cannot Reproduce Fix Version/s: (was: 2.2.x) > UDTs

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-11-02 Thread Jeff Griffith (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985217#comment-14985217 ] Jeff Griffith commented on CASSANDRA-10579: --- Does the NodeBuilder thing prevent me from

[1/3] cassandra git commit: Don't use the timestamp ordered path for name queries with counters/collections

2015-11-02 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk cad3a2d51 -> b1f2d14f4 http://git-wip-us.apache.org/repos/asf/cassandra/blob/4beb54da/src/java/org/apache/cassandra/thrift/CassandraServer.java -- diff --git

[2/3] cassandra git commit: Don't use the timestamp ordered path for name queries with counters/collections

2015-11-02 Thread slebresne
Don't use the timestamp ordered path for name queries with counters/collections patch by slebresne; reviewed by iamaleksey for CASSANDRA-10572 Name queries usually query sstable sequentially in recency order in the hope of only needing the more recent sstable(s). We cannot ever save sstable that

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-11-02 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985296#comment-14985296 ] Benedict commented on CASSANDRA-10579: -- Pushed an update. > IndexOutOfBoundsException during

[jira] [Updated] (CASSANDRA-9748) Can't see other nodes when using multiple network interfaces

2015-11-02 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ariel Weisberg updated CASSANDRA-9748: -- Reviewer: Ariel Weisberg > Can't see other nodes when using multiple network

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-11-02 Thread Branimir Lambov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985256#comment-14985256 ] Branimir Lambov commented on CASSANDRA-10579: - I see, {{addNewKey}} calls it as well. I

[jira] [Commented] (CASSANDRA-10448) "Unknown type 0" Stream failure on Repair

2015-11-02 Thread Piotr Westfalewicz (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985423#comment-14985423 ] Piotr Westfalewicz commented on CASSANDRA-10448: I might have the same problem, when

[jira] [Commented] (CASSANDRA-10581) Update cassandra.yaml comments to reflect memory_allocator deprecation, remove in 3.0

2015-11-02 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985422#comment-14985422 ] Jim Witschey commented on CASSANDRA-10581: -- It's a visibility issue -- outside of some kind

[jira] [Commented] (CASSANDRA-10628) get JEMAlloc debug output out of nodetool output

2015-11-02 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985257#comment-14985257 ] Sylvain Lebresne commented on CASSANDRA-10628: -- Was was the ticket that introduced that

[jira] [Commented] (CASSANDRA-10023) Emit a metric for number of local read and write calls

2015-11-02 Thread Chris Burroughs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985346#comment-14985346 ] Chris Burroughs commented on CASSANDRA-10023: - I think these would be more useful as

[jira] [Commented] (CASSANDRA-10608) Adding a dynamic column to a compact storage table with the same name as the partition key causes a memtable flush deadlock

2015-11-02 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985404#comment-14985404 ] Sylvain Lebresne commented on CASSANDRA-10608: -- That last unit tests looks good. The

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-11-02 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985202#comment-14985202 ] Benedict commented on CASSANDRA-10579: -- Good point. In fact, strengthening that position, it is

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-11-02 Thread Branimir Lambov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985318#comment-14985318 ] Branimir Lambov commented on CASSANDRA-10579: - LGTM > IndexOutOfBoundsException during

[jira] [Commented] (CASSANDRA-10628) get JEMAlloc debug output out of nodetool output

2015-11-02 Thread Jim Witschey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985357#comment-14985357 ] Jim Witschey commented on CASSANDRA-10628: -- [~slebresne] it was CASSANDRA-10581. > get

[jira] [Commented] (CASSANDRA-10485) Missing host ID on hinted handoff write

2015-11-02 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985401#comment-14985401 ] Ariel Weisberg commented on CASSANDRA-10485: Having reviewed this further the entire

[jira] [Commented] (CASSANDRA-10581) Update cassandra.yaml comments to reflect memory_allocator deprecation, remove in 3.0

2015-11-02 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985400#comment-14985400 ] Sylvain Lebresne commented on CASSANDRA-10581: -- Are we convinced adding a new warning at

[jira] [Comment Edited] (CASSANDRA-10448) "Unknown type 0" Stream failure on Repair

2015-11-02 Thread Piotr Westfalewicz (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985425#comment-14985425 ] Piotr Westfalewicz edited comment on CASSANDRA-10448 at 11/2/15 3:54 PM:

[3/3] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

2015-11-02 Thread slebresne
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b1f2d14f Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b1f2d14f Diff:

[2/2] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

2015-11-02 Thread slebresne
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/9c9e3926 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/9c9e3926 Diff:

[1/2] cassandra git commit: Exclude sstable based on clustering in query by name path

2015-11-02 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk 40d1425a1 -> 9c9e39263 Exclude sstable based on clustering in query by name path patch by slebresne; reviewed by iamaleksey for CASSANDRA-10571 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-10608) Adding a dynamic column to a compact storage table with the same name as the partition key causes a memtable flush deadlock

2015-11-02 Thread Mike Adamson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985343#comment-14985343 ] Mike Adamson commented on CASSANDRA-10608: -- [~slebresne] Apologies, I thought I'd rebased

[jira] [Commented] (CASSANDRA-8970) Allow custom time_format on cqlsh COPY TO

2015-11-02 Thread Aaron Ploetz (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985379#comment-14985379 ] Aaron Ploetz commented on CASSANDRA-8970: - Not sure what happened here, but although this

[jira] [Issue Comment Deleted] (CASSANDRA-10448) "Unknown type 0" Stream failure on Repair

2015-11-02 Thread Piotr Westfalewicz (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Westfalewicz updated CASSANDRA-10448: --- Comment: was deleted (was: I might have the same problem, when doing

[jira] [Updated] (CASSANDRA-10448) "Unknown type 0" Stream failure on Repair

2015-11-02 Thread Piotr Westfalewicz (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Piotr Westfalewicz updated CASSANDRA-10448: --- Attachment: sendersystem.log receiversystem.log nodetool

[jira] [Assigned] (CASSANDRA-10208) Windows dtest 2.2: commitlog_test.TestCommitLog.stop_failure_policy_test

2015-11-02 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joshua McKenzie reassigned CASSANDRA-10208: --- Assignee: Alan Boudreault (was: Joshua McKenzie) Assigning to

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-11-02 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985226#comment-14985226 ] Benedict commented on CASSANDRA-10579: -- No. I should have mentioned that. That's another bug

[1/2] cassandra git commit: Proper implementation of LegacyBoundComparator

2015-11-02 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/trunk b1f2d14f4 -> 40d1425a1 Proper implementation of LegacyBoundComparator patch by slebresne; reviewed by blerer for CASSANDRA-10602 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/2] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

2015-11-02 Thread slebresne
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/40d1425a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/40d1425a Diff:

cassandra git commit: Proper implementation of LegacyBoundComparator

2015-11-02 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 4beb54da5 -> cba5ef609 Proper implementation of LegacyBoundComparator patch by slebresne; reviewed by blerer for CASSANDRA-10602 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

cassandra git commit: Exclude sstable based on clustering in query by name path

2015-11-02 Thread slebresne
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 cba5ef609 -> 1e8007b1a Exclude sstable based on clustering in query by name path patch by slebresne; reviewed by iamaleksey for CASSANDRA-10571 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-10628) get JEMAlloc debug output out of nodetool output

2015-11-02 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985402#comment-14985402 ] Sylvain Lebresne commented on CASSANDRA-10628: -- This seems to be breaking a bunch of

[jira] [Commented] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-11-02 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985418#comment-14985418 ] Benedict commented on CASSANDRA-10592: -- We should probably switch to a consistent {+ 1/2}

[jira] [Commented] (CASSANDRA-10208) Windows dtest 2.2: commitlog_test.TestCommitLog.stop_failure_policy_test

2015-11-02 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985470#comment-14985470 ] Philip Thompson commented on CASSANDRA-10208: - None of the tests that fail on CI fail

[jira] [Commented] (CASSANDRA-8072) Exception during startup: Unable to gossip with any seeds

2015-11-02 Thread Kenneth Failbus (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985589#comment-14985589 ] Kenneth Failbus commented on CASSANDRA-8072: Upon enabling trace on the one see and

[jira] [Comment Edited] (CASSANDRA-8072) Exception during startup: Unable to gossip with any seeds

2015-11-02 Thread Kenneth Failbus (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985589#comment-14985589 ] Kenneth Failbus edited comment on CASSANDRA-8072 at 11/2/15 5:38 PM:

[jira] [Comment Edited] (CASSANDRA-8072) Exception during startup: Unable to gossip with any seeds

2015-11-02 Thread Kenneth Failbus (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985589#comment-14985589 ] Kenneth Failbus edited comment on CASSANDRA-8072 at 11/2/15 5:49 PM:

[jira] [Created] (CASSANDRA-10632) sstableutil tests failing on Windows

2015-11-02 Thread Jim Witschey (JIRA)
Jim Witschey created CASSANDRA-10632: Summary: sstableutil tests failing on Windows Key: CASSANDRA-10632 URL: https://issues.apache.org/jira/browse/CASSANDRA-10632 Project: Cassandra

[jira] [Commented] (CASSANDRA-10632) sstableutil tests failing on Windows

2015-11-02 Thread Joshua McKenzie (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985699#comment-14985699 ] Joshua McKenzie commented on CASSANDRA-10632: - While NTFS itself is case sensitive, most

[jira] [Updated] (CASSANDRA-10358) Allow CQLSSTableWriter.Builder to use custom AbstractSSTableSimpleWriter

2015-11-02 Thread Andre Turgeon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andre Turgeon updated CASSANDRA-10358: -- Attachment: SSTableWriterCreationStrategy.patch Alternate implementation using a

[jira] [Comment Edited] (CASSANDRA-8072) Exception during startup: Unable to gossip with any seeds

2015-11-02 Thread Kenneth Failbus (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985589#comment-14985589 ] Kenneth Failbus edited comment on CASSANDRA-8072 at 11/2/15 5:50 PM:

[jira] [Commented] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-11-02 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985673#comment-14985673 ] Benedict commented on CASSANDRA-10592: -- That sounds pretty reasonable to me, yeah. >

[jira] [Commented] (CASSANDRA-10358) Allow CQLSSTableWriter.Builder to use custom AbstractSSTableSimpleWriter

2015-11-02 Thread Andre Turgeon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985731#comment-14985731 ] Andre Turgeon commented on CASSANDRA-10358: --- Thanks for the feedback [~slebresne]. I forgot

[jira] [Comment Edited] (CASSANDRA-10358) Allow CQLSSTableWriter.Builder to use custom AbstractSSTableSimpleWriter

2015-11-02 Thread Andre Turgeon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985731#comment-14985731 ] Andre Turgeon edited comment on CASSANDRA-10358 at 11/2/15 6:53 PM:

[jira] [Comment Edited] (CASSANDRA-10358) Allow CQLSSTableWriter.Builder to use custom AbstractSSTableSimpleWriter

2015-11-02 Thread Andre Turgeon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985731#comment-14985731 ] Andre Turgeon edited comment on CASSANDRA-10358 at 11/2/15 6:54 PM:

[jira] [Commented] (CASSANDRA-10365) Store types by their CQL names in schema tables instead of fully-qualified internal class names

2015-11-02 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985753#comment-14985753 ] Aleksey Yeschenko commented on CASSANDRA-10365: --- Rebased on top of most recent

[jira] [Commented] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-11-02 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985646#comment-14985646 ] Ariel Weisberg commented on CASSANDRA-10592: Maybe we should use the same strategy that

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

2015-11-02 Thread benedict
Merge branch 'cassandra-2.2' into cassandra-3.0 Conflicts: src/java/org/apache/cassandra/utils/btree/TreeBuilder.java test/unit/org/apache/cassandra/db/NativeCellTest.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/3] cassandra git commit: comment out NativeCellTest, since we don't support it in 3.0

2015-11-02 Thread benedict
comment out NativeCellTest, since we don't support it in 3.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fd59549a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fd59549a Diff:

[1/3] cassandra git commit: comment out NativeCellTest, since we don't support it in 3.0

2015-11-02 Thread benedict
Repository: cassandra Updated Branches: refs/heads/cassandra-3.0 79f230f30 -> fd59549a3 refs/heads/trunk fbdeef836 -> 663cd43ab comment out NativeCellTest, since we don't support it in 3.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[3/3] cassandra git commit: Merge branch 'cassandra-3.0' into trunk

2015-11-02 Thread benedict
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/663cd43a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/663cd43a Diff:

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

2015-11-02 Thread benedict
Merge branch 'cassandra-3.0' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fbdeef83 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fbdeef83 Diff:

[jira] [Updated] (CASSANDRA-9712) Refactor CFMetaData

2015-11-02 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-9712: - Assignee: (was: Aleksey Yeschenko) > Refactor CFMetaData >

[jira] [Commented] (CASSANDRA-10592) IllegalArgumentException in DataOutputBuffer.reallocate

2015-11-02 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985833#comment-14985833 ] Ariel Weisberg commented on CASSANDRA-10592: Pushed an update with what I am thinking. >

[jira] [Commented] (CASSANDRA-9748) Can't see other nodes when using multiple network interfaces

2015-11-02 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985995#comment-14985995 ] Ariel Weisberg commented on CASSANDRA-9748: --- I'm a little confused as to why binding to the

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

2015-11-02 Thread benedict
Merge branch 'cassandra-2.1' into cassandra-2.2 Conflicts: src/java/org/apache/cassandra/utils/btree/NodeBuilder.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/82aa7969 Tree:

[03/10] cassandra git commit: 10579: fix NativeCell behaviour when clustering components > 32K in size

2015-11-02 Thread benedict
10579: fix NativeCell behaviour when clustering components > 32K in size Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/986a1a76 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/986a1a76 Diff:

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

2015-11-02 Thread benedict
Merge branch 'cassandra-2.1' into cassandra-2.2 Conflicts: src/java/org/apache/cassandra/utils/btree/NodeBuilder.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/82aa7969 Tree:

[04/10] cassandra git commit: 10579: fix NativeCell behaviour when clustering components > 32K in size

2015-11-02 Thread benedict
10579: fix NativeCell behaviour when clustering components > 32K in size Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/986a1a76 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/986a1a76 Diff:

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

2015-11-02 Thread benedict
Merge branch 'cassandra-2.2' into cassandra-3.0 Conflicts: src/java/org/apache/cassandra/utils/btree/TreeBuilder.java test/unit/org/apache/cassandra/db/NativeCellTest.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[02/10] cassandra git commit: 10579: fix NativeCell behaviour when clustering components > 32K in size

2015-11-02 Thread benedict
10579: fix NativeCell behaviour when clustering components > 32K in size Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/986a1a76 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/986a1a76 Diff:

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

2015-11-02 Thread benedict
Merge branch 'cassandra-2.1' into cassandra-2.2 Conflicts: src/java/org/apache/cassandra/utils/btree/NodeBuilder.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/82aa7969 Tree:

[01/10] cassandra git commit: 10579: fix NativeCell behaviour when clustering components > 32K in size

2015-11-02 Thread benedict
Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 83fb3cc42 -> 986a1a769 refs/heads/cassandra-2.2 0fbf71591 -> 82aa7969c refs/heads/cassandra-3.0 1e8007b1a -> 79f230f30 refs/heads/trunk 9c9e39263 -> fbdeef836 10579: fix NativeCell behaviour when clustering components > 32K

[jira] [Commented] (CASSANDRA-10579) IndexOutOfBoundsException during memtable flushing at startup (with offheap_objects)

2015-11-02 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985766#comment-14985766 ] Benedict commented on CASSANDRA-10579: -- Thanks. Committed as

[jira] [Updated] (CASSANDRA-9425) Make node-local schema fully immutable

2015-11-02 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-9425: - Assignee: (was: Aleksey Yeschenko) > Make node-local schema fully

[jira] [Updated] (CASSANDRA-8879) Alter table on compact storage broken

2015-11-02 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-8879: - Reviewer: (was: Aleksey Yeschenko) > Alter table on compact storage broken

[jira] [Updated] (CASSANDRA-7622) Implement virtual tables

2015-11-02 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-7622: - Reviewer: (was: Aleksey Yeschenko) > Implement virtual tables >

[jira] [Commented] (CASSANDRA-9543) Integrate release 2.2 java driver

2015-11-02 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985462#comment-14985462 ] Jeremiah Jordan commented on CASSANDRA-9543: [~snazy] force pushed to the same branch with

[jira] [Commented] (CASSANDRA-10621) Error while bootstraping a new node with Materialized Views

2015-11-02 Thread Carl Yeksigian (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985505#comment-14985505 ] Carl Yeksigian commented on CASSANDRA-10621: These seem to correspond to the

[jira] [Commented] (CASSANDRA-10581) Update cassandra.yaml comments to reflect memory_allocator deprecation, remove in 3.0

2015-11-02 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985435#comment-14985435 ] Sylvain Lebresne commented on CASSANDRA-10581: -- I'm all for visibility, but it would a

[jira] [Commented] (CASSANDRA-10208) Windows dtest 2.2: commitlog_test.TestCommitLog.stop_failure_policy_test

2015-11-02 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985437#comment-14985437 ] Philip Thompson commented on CASSANDRA-10208: - I am currently trying to, but as yet

[jira] [Commented] (CASSANDRA-8068) Allow to create authenticator which is aware of the client connection

2015-11-02 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985456#comment-14985456 ] Jeremiah Jordan commented on CASSANDRA-8068: +1 that works for my use cases. > Allow to

[jira] [Comment Edited] (CASSANDRA-10271) ORDER BY should allow skipping equality-restricted clustering columns

2015-11-02 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985453#comment-14985453 ] Benjamin Lerer edited comment on CASSANDRA-10271 at 11/2/15 4:12 PM:

[jira] [Commented] (CASSANDRA-10271) ORDER BY should allow skipping equality-restricted clustering columns

2015-11-02 Thread Benjamin Lerer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985453#comment-14985453 ] Benjamin Lerer commented on CASSANDRA-10271: [~bsnyder788] Sorry, I realized that my

[jira] [Comment Edited] (CASSANDRA-9543) Integrate release 2.2 java driver

2015-11-02 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14985462#comment-14985462 ] Jeremiah Jordan edited comment on CASSANDRA-9543 at 11/2/15 4:40 PM:

[jira] [Commented] (CASSANDRA-10365) Store types by their CQL names in schema tables instead of fully-qualified internal class names

2015-11-02 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14986019#comment-14986019 ] Adam Holmberg commented on CASSANDRA-10365: --- Our integration tests are seeing issues

[jira] [Created] (CASSANDRA-10634) Materialized Views filter paired endpoints to local DC even when not using DC-aware replication

2015-11-02 Thread Joel Knighton (JIRA)
Joel Knighton created CASSANDRA-10634: - Summary: Materialized Views filter paired endpoints to local DC even when not using DC-aware replication Key: CASSANDRA-10634 URL:

[jira] [Updated] (CASSANDRA-10634) Materialized Views filter paired endpoints to local DC even when not using DC-aware replication

2015-11-02 Thread Joel Knighton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Knighton updated CASSANDRA-10634: -- Description: When calculating paired view replicas on MV writes, we filter out

[jira] [Commented] (CASSANDRA-10365) Store types by their CQL names in schema tables instead of fully-qualified internal class names

2015-11-02 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14986146#comment-14986146 ] Aleksey Yeschenko commented on CASSANDRA-10365: --- bq. Our integration tests are seeing

[jira] [Created] (CASSANDRA-10633) cqlsh copy uses wrong variable name for time_format

2015-11-02 Thread Jeremiah Jordan (JIRA)
Jeremiah Jordan created CASSANDRA-10633: --- Summary: cqlsh copy uses wrong variable name for time_format Key: CASSANDRA-10633 URL: https://issues.apache.org/jira/browse/CASSANDRA-10633 Project:

[jira] [Commented] (CASSANDRA-10401) Improve json2sstable error reporting on nonexistent column

2015-11-02 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14986118#comment-14986118 ] Ariel Weisberg commented on CASSANDRA-10401: Being the devilishly insightful reviewer

[jira] [Updated] (CASSANDRA-10633) cqlsh copy uses wrong variable name for time_format

2015-11-02 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan updated CASSANDRA-10633: Component/s: Tools > cqlsh copy uses wrong variable name for time_format >

[jira] [Comment Edited] (CASSANDRA-7306) Support "edge dcs" with more flexible gossip

2015-11-02 Thread Jeff Jirsa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14984783#comment-14984783 ] Jeff Jirsa edited comment on CASSANDRA-7306 at 11/2/15 9:52 PM: I've

[jira] [Updated] (CASSANDRA-10628) get JEMAlloc debug output out of nodetool output

2015-11-02 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ariel Weisberg updated CASSANDRA-10628: --- Reviewer: Ariel Weisberg > get JEMAlloc debug output out of nodetool output >

[jira] [Assigned] (CASSANDRA-10633) cqlsh copy uses wrong variable name for time_format

2015-11-02 Thread Jeremiah Jordan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10633?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremiah Jordan reassigned CASSANDRA-10633: --- Assignee: Jeremiah Jordan > cqlsh copy uses wrong variable name for

[jira] [Updated] (CASSANDRA-10401) Improve json2sstable error reporting on nonexistent column

2015-11-02 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ariel Weisberg updated CASSANDRA-10401: --- Reviewer: Ariel Weisberg > Improve json2sstable error reporting on nonexistent

[jira] [Resolved] (CASSANDRA-9358) RecoveryManagerTruncateTest.testTruncatePointInTimeReplayList times out periodically

2015-11-02 Thread Michael Shuler (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Shuler resolved CASSANDRA-9358. --- Resolution: Not A Problem This looks OK lately.

[jira] [Commented] (CASSANDRA-10628) get JEMAlloc debug output out of nodetool output

2015-11-02 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14986043#comment-14986043 ] Ariel Weisberg commented on CASSANDRA-10628: The dtests for this haven't run yet in

[jira] [Commented] (CASSANDRA-9355) RecoveryManagerTruncateTest fails in test-compression

2015-11-02 Thread Michael Shuler (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14986071#comment-14986071 ] Michael Shuler commented on CASSANDRA-9355: --- This does appear to fail periodically:

[jira] [Updated] (CASSANDRA-10634) Materialized Views filter paired endpoints to local DC even when not using DC-aware replication

2015-11-02 Thread Joel Knighton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joel Knighton updated CASSANDRA-10634: -- Priority: Major (was: Critical) > Materialized Views filter paired endpoints to

[jira] [Commented] (CASSANDRA-10365) Store types by their CQL names in schema tables instead of fully-qualified internal class names

2015-11-02 Thread Adam Holmberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-10365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14986159#comment-14986159 ] Adam Holmberg commented on CASSANDRA-10365: --- That fixed it. Thanks. Presently we consider

[jira] [Resolved] (CASSANDRA-9061) Add backoff and recovery to cqlsh COPY FROM when write timeouts occur

2015-11-02 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefania resolved CASSANDRA-9061. - Resolution: Duplicate We'll add back-off and recovery in CASSANDRA-9302, closing this as

  1   2   >