git commit: Add LZ4 compression to the native protocol

2013-07-19 Thread slebresne
Updated Branches: refs/heads/trunk dc51727a1 - 4c129ae7e Add LZ4 compression to the native protocol patch by slebresne; reviewed by iamaleksey for CASSANDRA-5765 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-5765) add an lz4 implementation of FrameCompressor for lz4 compressed native cql protocol

2013-07-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713380#comment-13713380 ] Sylvain Lebresne commented on CASSANDRA-5765: - Committed, thanks. bq.

git commit: Fix bugs in the native protocol v2

2013-07-19 Thread slebresne
Updated Branches: refs/heads/trunk 4c129ae7e - 57769f6bb Fix bugs in the native protocol v2 patch by slebresne; reviewed by iamaleksey for CASSANDRA-5770 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/57769f6b

[1/2] git commit: Ensures all UP events are reported by the native protocol

2013-07-19 Thread slebresne
Updated Branches: refs/heads/trunk 57769f6bb - 8f72229db Ensures all UP events are reported by the native protocol patch by slebresne; reviewed by jasobrown for CASSANDRA-5769 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2013-07-19 Thread slebresne
Merge branch 'cassandra-1.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8f72229d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8f72229d Diff:

git commit: Ensures all UP events are reported by the native protocol

2013-07-19 Thread slebresne
Updated Branches: refs/heads/cassandra-1.2 373c0336e - 27efded38 Ensures all UP events are reported by the native protocol patch by slebresne; reviewed by jasobrown for CASSANDRA-5769 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-5761) Issue with secondary index sstable.

2013-07-19 Thread Andriy Yevsyukov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713397#comment-13713397 ] Andriy Yevsyukov commented on CASSANDRA-5761: - Ok, our CF primary key

[jira] [Commented] (CASSANDRA-5772) Support streaming of SSTables created in older version's format

2013-07-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713402#comment-13713402 ] Sylvain Lebresne commented on CASSANDRA-5772: - +1 Nit: I'd remove the

[jira] [Commented] (CASSANDRA-5761) Issue with secondary index sstable.

2013-07-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713404#comment-13713404 ] Sylvain Lebresne commented on CASSANDRA-5761: - How do you do the

[jira] [Commented] (CASSANDRA-5761) Issue with secondary index sstable.

2013-07-19 Thread Andriy Yevsyukov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713432#comment-13713432 ] Andriy Yevsyukov commented on CASSANDRA-5761: - We don't use StorageProxy

[jira] [Commented] (CASSANDRA-5761) Issue with secondary index sstable.

2013-07-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713434#comment-13713434 ] Sylvain Lebresne commented on CASSANDRA-5761: - Ok, then can you provide

[jira] [Commented] (CASSANDRA-5775) Fix broken streaming retry

2013-07-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713438#comment-13713438 ] Sylvain Lebresne commented on CASSANDRA-5775: - When we do retry, shouldn't

git commit: CAS on 'primary key only' table

2013-07-19 Thread slebresne
Updated Branches: refs/heads/trunk 8f72229db - b257109a7 CAS on 'primary key only' table patch by slebresne; reviewed by jbellis for CASSANDRA-5715 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b257109a Tree:

[jira] [Updated] (CASSANDRA-4766) ReverseCompaction

2013-07-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-4766: Attachment: 4766.txt Attaching rebased patch (against 1.2) for the

[jira] [Commented] (CASSANDRA-5761) Issue with secondary index sstable.

2013-07-19 Thread Andriy Yevsyukov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5761?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713525#comment-13713525 ] Andriy Yevsyukov commented on CASSANDRA-5761: - It is very complicated

[jira] [Commented] (CASSANDRA-5765) add an lz4 implementation of FrameCompressor for lz4 compressed native cql protocol

2013-07-19 Thread Andy Cobley (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713545#comment-13713545 ] Andy Cobley commented on CASSANDRA-5765: Sylvain I've rasied an issue forthe

[jira] [Created] (CASSANDRA-5777) Crash if internode compression is on

2013-07-19 Thread Andy Cobley (JIRA)
Andy Cobley created CASSANDRA-5777: -- Summary: Crash if internode compression is on Key: CASSANDRA-5777 URL: https://issues.apache.org/jira/browse/CASSANDRA-5777 Project: Cassandra Issue

[jira] [Commented] (CASSANDRA-5234) Table created through CQL3 are not accessble to Pig 0.10

2013-07-19 Thread Konrad Kurdej (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713680#comment-13713680 ] Konrad Kurdej commented on CASSANDRA-5234: -- I was trying it locally and I'm

[jira] [Comment Edited] (CASSANDRA-5234) Table created through CQL3 are not accessble to Pig 0.10

2013-07-19 Thread Konrad Kurdej (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713680#comment-13713680 ] Konrad Kurdej edited comment on CASSANDRA-5234 at 7/19/13 2:00 PM:

git commit: Add 'use cqlsh' warning to CLI

2013-07-19 Thread aleksey
Updated Branches: refs/heads/trunk b257109a7 - c3171085a Add 'use cqlsh' warning to CLI Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/c3171085 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/c3171085

[jira] [Created] (CASSANDRA-5778) Native protocol event don't respect the protocol version

2013-07-19 Thread Sylvain Lebresne (JIRA)
Sylvain Lebresne created CASSANDRA-5778: --- Summary: Native protocol event don't respect the protocol version Key: CASSANDRA-5778 URL: https://issues.apache.org/jira/browse/CASSANDRA-5778 Project:

[jira] [Updated] (CASSANDRA-5778) Native protocol event don't respect the protocol version

2013-07-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-5778: Attachment: 5578.txt Native protocol event don't respect the protocol

git commit: Native protocol event don't respect the protocol version

2013-07-19 Thread slebresne
Updated Branches: refs/heads/trunk 5ac567628 - 5a18e3706 Native protocol event don't respect the protocol version patch by slebresne; reviewed by iamaleksey for CASSANDRA-5778 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: support streaming SSTables of older versions patch by yukim; reviewed by slebresne for CASSANDRA-5772

2013-07-19 Thread yukim
Updated Branches: refs/heads/trunk c3171085a - 5ac567628 support streaming SSTables of older versions patch by yukim; reviewed by slebresne for CASSANDRA-5772 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-5778) Native protocol event don't respect the protocol version

2013-07-19 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713756#comment-13713756 ] Aleksey Yeschenko commented on CASSANDRA-5778: -- +1

[jira] [Updated] (CASSANDRA-5664) Improve serialization in the native protocol

2013-07-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5664?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-5664: Attachment: 0002-Avoid-copy-when-compressing-native-protocol-frames.txt

git commit: Avoid NPE

2013-07-19 Thread slebresne
Updated Branches: refs/heads/trunk 5a18e3706 - ed645f32a Avoid NPE Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/ed645f32 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/ed645f32 Diff:

git commit: catch (allthethings)

2013-07-19 Thread yukim
Updated Branches: refs/heads/trunk ed645f32a - 0cc0d8ded catch (allthethings) Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/0cc0d8de Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/0cc0d8de Diff:

[jira] [Commented] (CASSANDRA-5779) sudden NPE while accessing Cassandra with CQL driver

2013-07-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13713813#comment-13713813 ] Sylvain Lebresne commented on CASSANDRA-5779: - Is that possible that

[jira] [Created] (CASSANDRA-5779) sudden NPE while accessing Cassandra with CQL driver

2013-07-19 Thread Irina Chernushina (JIRA)
Irina Chernushina created CASSANDRA-5779: Summary: sudden NPE while accessing Cassandra with CQL driver Key: CASSANDRA-5779 URL: https://issues.apache.org/jira/browse/CASSANDRA-5779 Project:

[jira] [Updated] (CASSANDRA-5775) Fix broken streaming retry

2013-07-19 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-5775: -- Attachment: (was: 0001-fix-retry-streaming.patch) Fix broken streaming

[jira] [Created] (CASSANDRA-5780) nodetool status and ring report incorrect/stale information after decommission

2013-07-19 Thread Peter Haggerty (JIRA)
Peter Haggerty created CASSANDRA-5780: - Summary: nodetool status and ring report incorrect/stale information after decommission Key: CASSANDRA-5780 URL: https://issues.apache.org/jira/browse/CASSANDRA-5780

[jira] [Updated] (CASSANDRA-5781) Providing multiple keys to sstable2json results in invalid json

2013-07-19 Thread Chris Lohfink (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lohfink updated CASSANDRA-5781: - Attachment: patch Providing multiple keys to sstable2json results in invalid

[jira] [Updated] (CASSANDRA-5781) Providing multiple keys to sstable2json results in invalid json

2013-07-19 Thread Chris Lohfink (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Lohfink updated CASSANDRA-5781: - Description: if you pass multiple keys via the -k parameter to sstable for json the

[jira] [Created] (CASSANDRA-5781) Providing multiple keys to sstable2json results in invalid json

2013-07-19 Thread Chris Lohfink (JIRA)
Chris Lohfink created CASSANDRA-5781: Summary: Providing multiple keys to sstable2json results in invalid json Key: CASSANDRA-5781 URL: https://issues.apache.org/jira/browse/CASSANDRA-5781

[jira] [Commented] (CASSANDRA-5781) Providing multiple keys to sstable2json results in invalid json

2013-07-19 Thread Chris Lohfink (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13714214#comment-13714214 ] Chris Lohfink commented on CASSANDRA-5781: -- patch to print comma before

[jira] [Created] (CASSANDRA-5782) ConcurrentModificationException during streaming

2013-07-19 Thread Brandon Williams (JIRA)
Brandon Williams created CASSANDRA-5782: --- Summary: ConcurrentModificationException during streaming Key: CASSANDRA-5782 URL: https://issues.apache.org/jira/browse/CASSANDRA-5782 Project: