[jira] [Resolved] (CASSANDRA-6300) the problem of column family and table use compositetype as row key

2013-11-05 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko resolved CASSANDRA-6300. -- Resolution: Invalid You shouldn't be mixing thrift and cql. If you are goin

[jira] [Issue Comment Deleted] (CASSANDRA-6300) the problem of column family and table use compositetype as row key

2013-11-05 Thread nivance (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nivance updated CASSANDRA-6300: --- Comment: was deleted (was: h4. It works.Thanks Aleksey. h4.But another problem comes out.I can se

[jira] [Reopened] (CASSANDRA-6300) the problem of column family and table use compositetype as row key

2013-11-05 Thread nivance (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nivance reopened CASSANDRA-6300: Reproduced In: 2.0.1 Tester: nivance h4. It works.Thanks Aleksey. h4.But another pro

[jira] [Commented] (CASSANDRA-6300) the problem of column family and table use compositetype as row key

2013-11-05 Thread nivance (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814532#comment-13814532 ] nivance commented on CASSANDRA-6300: h4. It works.Thanks Aleksey. h4.But another p

[jira] [Comment Edited] (CASSANDRA-6301) nodetool fails with java.lang.UnsatisfiedLinkError (cannot find libjemalloc.so) when JEMalloc is configured

2013-11-05 Thread Nikolai Grigoriev (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814475#comment-13814475 ] Nikolai Grigoriev edited comment on CASSANDRA-6301 at 11/6/13 1:01 AM: -

[jira] [Resolved] (CASSANDRA-6301) nodetool fails with java.lang.UnsatisfiedLinkError (cannot find libjemalloc.so) when JEMalloc is configured

2013-11-05 Thread Nikolai Grigoriev (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nikolai Grigoriev resolved CASSANDRA-6301. -- Resolution: Fixed Fix Version/s: 2.0.3 Reproduced In: 2.0.2 > no

[jira] [Commented] (CASSANDRA-6301) nodetool fails with java.lang.UnsatisfiedLinkError (cannot find libjemalloc.so) when JEMalloc is configured

2013-11-05 Thread Nikolai Grigoriev (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814475#comment-13814475 ] Nikolai Grigoriev commented on CASSANDRA-6301: -- [~brandon.williams] Inde

[jira] [Commented] (CASSANDRA-6273) nodetool should get default JMX port from cassandra-env.sh

2013-11-05 Thread Nikolai Grigoriev (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6273?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814462#comment-13814462 ] Nikolai Grigoriev commented on CASSANDRA-6273: -- just found something very

git commit: Use of o.a.c.metrics in nodetool

2013-11-05 Thread yukim
Updated Branches: refs/heads/trunk 82c0094a8 -> a4fc13c05 Use of o.a.c.metrics in nodetool patch by Lyuben Todorov; reviewed by yukim for CASSANDRA-5871 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a4fc13c0 Tre

[1/3] git commit: fix build

2013-11-05 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-2.0 3a4d6beb4 -> dc71d2200 refs/heads/trunk 2d6ab6fb5 -> 82c0094a8 fix build Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dc71d220 Tree: http://git-wip-us.apache.org/repo

[2/3] git commit: fix build

2013-11-05 Thread brandonwilliams
fix build Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dc71d220 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/dc71d220 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/dc71d220 Branch: refs

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

2013-11-05 Thread brandonwilliams
Merge branch 'cassandra-2.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/82c0094a Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/82c0094a Diff: http://git-wip-us.apache.org/repos/asf/cassand

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

2013-11-05 Thread brandonwilliams
Merge branch 'cassandra-2.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/2d6ab6fb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/2d6ab6fb Diff: http://git-wip-us.apache.org/repos/asf/cassand

[2/6] git commit: Make CPRR more robust to failures. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-6302

2013-11-05 Thread brandonwilliams
Make CPRR more robust to failures. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-6302 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8e7d7285 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8

[5/6] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

2013-11-05 Thread brandonwilliams
Merge branch 'cassandra-1.2' into cassandra-2.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3a4d6beb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3a4d6beb Diff: http://git-wip-us.apache.org/repos/asf

[3/6] git commit: Make CPRR more robust to failures. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-6302

2013-11-05 Thread brandonwilliams
Make CPRR more robust to failures. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-6302 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8e7d7285 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/8

[4/6] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

2013-11-05 Thread brandonwilliams
Merge branch 'cassandra-1.2' into cassandra-2.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3a4d6beb Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3a4d6beb Diff: http://git-wip-us.apache.org/repos/asf

[1/6] git commit: Make CPRR more robust to failures. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-6302

2013-11-05 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 cd7b05ffb -> 8e7d7285c refs/heads/cassandra-2.0 d38ca3252 -> 3a4d6beb4 refs/heads/trunk 5909b5f87 -> 2d6ab6fb5 Make CPRR more robust to failures. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-6302 Project: http://git-wip-us.apache.o

[jira] [Commented] (CASSANDRA-6302) make CqlPagingRecordReader more robust to failures

2013-11-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814261#comment-13814261 ] Jonathan Ellis commented on CASSANDRA-6302: --- LGTM modulo brace-on-newline.

[jira] [Comment Edited] (CASSANDRA-5871) Update nodetool to use o.a.c.metrics

2013-11-05 Thread Lyuben Todorov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814256#comment-13814256 ] Lyuben Todorov edited comment on CASSANDRA-5871 at 11/5/13 9:18 PM:

[jira] [Commented] (CASSANDRA-5871) Update nodetool to use o.a.c.metrics

2013-11-05 Thread Lyuben Todorov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814256#comment-13814256 ] Lyuben Todorov commented on CASSANDRA-5871: --- LGTM [~yukim] > Update nodetoo

[jira] [Commented] (CASSANDRA-6301) nodetool fails with java.lang.UnsatisfiedLinkError (cannot find libjemalloc.so) when JEMalloc is configured

2013-11-05 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814236#comment-13814236 ] Brandon Williams commented on CASSANDRA-6301: - Actually it does after CASS

[jira] [Commented] (CASSANDRA-6301) nodetool fails with java.lang.UnsatisfiedLinkError (cannot find libjemalloc.so) when JEMalloc is configured

2013-11-05 Thread Nikolai Grigoriev (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814228#comment-13814228 ] Nikolai Grigoriev commented on CASSANDRA-6301: -- Hmmm...I do not think it

[jira] [Created] (CASSANDRA-6302) make CqlPagingRecordReader more robust to failures

2013-11-05 Thread Brandon Williams (JIRA)
Brandon Williams created CASSANDRA-6302: --- Summary: make CqlPagingRecordReader more robust to failures Key: CASSANDRA-6302 URL: https://issues.apache.org/jira/browse/CASSANDRA-6302 Project: Cassan

[jira] [Updated] (CASSANDRA-6302) make CqlPagingRecordReader more robust to failures

2013-11-05 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-6302: Attachment: 0002-avoid-generating-broken-cql-when-only-the-row-key-is-s.txt

[jira] [Updated] (CASSANDRA-5871) Update nodetool to use o.a.c.metrics

2013-11-05 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-5871: -- Attachment: 5871-v3.txt v3 attached to fix percentile calculation for estimated row

[4/6] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

2013-11-05 Thread brandonwilliams
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: src/java/org/apache/cassandra/hadoop/AbstractColumnFamilyInputFormat.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d38ca325 Tree: http://git-w

[3/6] git commit: show the host and port when failing to connect

2013-11-05 Thread brandonwilliams
show the host and port when failing to connect Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cd7b05ff Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cd7b05ff Diff: http://git-wip-us.apache.org/repos/asf/

[5/6] git commit: Merge branch 'cassandra-1.2' into cassandra-2.0

2013-11-05 Thread brandonwilliams
Merge branch 'cassandra-1.2' into cassandra-2.0 Conflicts: src/java/org/apache/cassandra/hadoop/AbstractColumnFamilyInputFormat.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/d38ca325 Tree: http://git-w

[2/6] git commit: show the host and port when failing to connect

2013-11-05 Thread brandonwilliams
show the host and port when failing to connect Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/cd7b05ff Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/cd7b05ff Diff: http://git-wip-us.apache.org/repos/asf/

[1/6] git commit: show the host and port when failing to connect

2013-11-05 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.2 3d58c5ae1 -> cd7b05ffb refs/heads/cassandra-2.0 91a81b7cb -> d38ca3252 refs/heads/trunk 470e3fe2d -> 5909b5f87 show the host and port when failing to connect Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us

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

2013-11-05 Thread brandonwilliams
Merge branch 'cassandra-2.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/5909b5f8 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/5909b5f8 Diff: http://git-wip-us.apache.org/repos/asf/cassand

svn commit: r1539103 - in /cassandra/site: publish/index.html src/content/index.html

2013-11-05 Thread jbellis
Author: jbellis Date: Tue Nov 5 19:17:39 2013 New Revision: 1539103 URL: http://svn.apache.org/r1539103 Log: r/m link to completed EU summit Modified: cassandra/site/publish/index.html cassandra/site/src/content/index.html Modified: cassandra/site/publish/index.html URL: http://svn.apa

[jira] [Commented] (CASSANDRA-6301) nodetool fails with java.lang.UnsatisfiedLinkError (cannot find libjemalloc.so) when JEMalloc is configured

2013-11-05 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814140#comment-13814140 ] Brandon Williams commented on CASSANDRA-6301: - It is sourced by the tools,

[jira] [Created] (CASSANDRA-6301) nodetool fails with java.lang.UnsatisfiedLinkError (cannot find libjemalloc.so) when JEMalloc is configured

2013-11-05 Thread Nikolai Grigoriev (JIRA)
Nikolai Grigoriev created CASSANDRA-6301: Summary: nodetool fails with java.lang.UnsatisfiedLinkError (cannot find libjemalloc.so) when JEMalloc is configured Key: CASSANDRA-6301 URL: https://issues.apache

[1/2] git commit: Fix validation of CQL3 tables in ThriftValidation

2013-11-05 Thread slebresne
Updated Branches: refs/heads/trunk f8138a3c2 -> 470e3fe2d Fix validation of CQL3 tables in ThriftValidation patch by slebresne; reviewed by iamaleksey for CASSANDRA-6140 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/co

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

2013-11-05 Thread slebresne
Merge branch 'cassandra-2.0' into trunk Conflicts: src/java/org/apache/cassandra/thrift/ThriftValidation.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/470e3fe2 Tree: http://git-wip-us.apache.org/repos/a

git commit: Fix validation of CQL3 tables in ThriftValidation

2013-11-05 Thread slebresne
Updated Branches: refs/heads/cassandra-2.0 20793b069 -> 91a81b7cb Fix validation of CQL3 tables in ThriftValidation patch by slebresne; reviewed by iamaleksey for CASSANDRA-6140 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cass

[jira] [Commented] (CASSANDRA-5051) Allow automatic cleanup after gc_grace

2013-11-05 Thread Chris Burroughs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-5051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13814052#comment-13814052 ] Chris Burroughs commented on CASSANDRA-5051: /operating-a-cluster-hat "Yo

[jira] [Updated] (CASSANDRA-6140) Cassandra-cli backward compatibility issue with Cassandra 2.0.1

2013-11-05 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6140: - Reviewer: Aleksey Yeschenko Component/s: (was: Tools) +1 > Cassan

[jira] [Updated] (CASSANDRA-6140) Cassandra-cli backward compatibility issue with Cassandra 2.0.1

2013-11-05 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6140: Attachment: 6140.txt The problem is that there is no definitive marker for a "C

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

2013-11-05 Thread slebresne
Merge branch 'cassandra-2.0' into trunk Conflicts: src/java/org/apache/cassandra/db/PagedRangeCommand.java src/java/org/apache/cassandra/db/RangeSliceCommand.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassand

git commit: Fix serialization bug in PagedRangeCommand

2013-11-05 Thread slebresne
Updated Branches: refs/heads/cassandra-2.0 c28fe7816 -> 20793b069 Fix serialization bug in PagedRangeCommand patch by slebresne; reviewed by iamaleksey for CASSANDRA-6299 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/c

[1/2] git commit: Fix serialization bug in PagedRangeCommand

2013-11-05 Thread slebresne
Updated Branches: refs/heads/trunk 1475d9254 -> f8138a3c2 Fix serialization bug in PagedRangeCommand patch by slebresne; reviewed by iamaleksey for CASSANDRA-6299 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/20

[jira] [Commented] (CASSANDRA-6127) vnodes don't scale to hundreds of nodes

2013-11-05 Thread Quentin Conner (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813928#comment-13813928 ] Quentin Conner commented on CASSANDRA-6127: --- Good cpu profile results were o

[jira] [Resolved] (CASSANDRA-6300) the problem of column family and table use compositetype as row key

2013-11-05 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko resolved CASSANDRA-6300. -- Resolution: Invalid Your two schemas, created from via thrift and via cql3,

[jira] [Updated] (CASSANDRA-6299) Serialization bug in PagedRangeCommand

2013-11-05 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-6299: - Reviewer: Aleksey Yeschenko +1 > Serialization bug in PagedRangeCommand > --

[jira] [Updated] (CASSANDRA-6300) the problem of column family and table use compositetype as row key

2013-11-05 Thread Lyuben Todorov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lyuben Todorov updated CASSANDRA-6300: -- Description: h4.The following two scripts 's content is the same but use cassandra-

[jira] [Updated] (CASSANDRA-6300) the problem of column family and table use compositetype as row key

2013-11-05 Thread Lyuben Todorov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lyuben Todorov updated CASSANDRA-6300: -- Summary: the problem of column family and table use compositetype as row key (was:

[jira] [Updated] (CASSANDRA-6300) the problem of column family and table use compositetype as row key

2013-11-05 Thread Lyuben Todorov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lyuben Todorov updated CASSANDRA-6300: -- Labels: compositeColumns (was: compositetpye) > the problem of column family and t

[jira] [Updated] (CASSANDRA-6300) the problem of column family and table use compositetpye as row key

2013-11-05 Thread nivance (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nivance updated CASSANDRA-6300: --- Description: h4.The following two scripts 's content is the same but use cassandra-cli and cql.

[jira] [Updated] (CASSANDRA-6300) the problem of column family and table use compositetpye as row key

2013-11-05 Thread nivance (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nivance updated CASSANDRA-6300: --- Description: h4.The following two scripts 's content is the same but use cassandra-cli and cql.

[jira] [Updated] (CASSANDRA-6300) the problem of column family and table use compositetpye as row key

2013-11-05 Thread nivance (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nivance updated CASSANDRA-6300: --- Description: h3.The following two scripts 's content is the same but use cassandra-cli and cql.

[jira] [Updated] (CASSANDRA-6300) the problem of column family and table use compositetpye as row key

2013-11-05 Thread nivance (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nivance updated CASSANDRA-6300: --- Description: h2.The following two scripts 's content is the same but use cassandra-cli and cql.

[jira] [Created] (CASSANDRA-6300) the problem of column family and table use compositetpye as row key

2013-11-05 Thread nivance (JIRA)
nivance created CASSANDRA-6300: -- Summary: the problem of column family and table use compositetpye as row key Key: CASSANDRA-6300 URL: https://issues.apache.org/jira/browse/CASSANDRA-6300 Project: Cassan

[jira] [Updated] (CASSANDRA-6300) the problem of column family and table use compositetpye as row key

2013-11-05 Thread nivance (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] nivance updated CASSANDRA-6300: --- Labels: compositetpye (was: ) > the problem of column family and table use compositetpye as row

[jira] [Updated] (CASSANDRA-6299) Serialization bug in PagedRangeCommand

2013-11-05 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-6299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-6299: Attachment: 6299.txt There is a typo in the serialization of PagedRangeCommand

[jira] [Created] (CASSANDRA-6299) Serialization bug in PagedRangeCommand

2013-11-05 Thread Sylvain Lebresne (JIRA)
Sylvain Lebresne created CASSANDRA-6299: --- Summary: Serialization bug in PagedRangeCommand Key: CASSANDRA-6299 URL: https://issues.apache.org/jira/browse/CASSANDRA-6299 Project: Cassandra