[jira] [Commented] (CASSANDRA-4400) Correctly catch exception when Snappy cannot be loaded

2012-08-05 Thread Archimedes Trajano (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428999#comment-13428999 ] Archimedes Trajano commented on CASSANDRA-4400: --- Although it catches it

[jira] [Updated] (CASSANDRA-4494) nodetool can't work at all !

2012-08-05 Thread sunjian (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjian updated CASSANDRA-4494: --- Description: 1. download cassandra 1.1.3 , then start with "{cassandra}/bin/cassandra -pf &" 2. c

[jira] [Updated] (CASSANDRA-4009) Increase usage of Metrics and flesh out o.a.c.metrics

2012-08-05 Thread Yuki Morishita (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-4009: -- Attachment: 4009-v2.txt V2 attached. github: https://github.com/yukim/cassandra/tre

[jira] [Updated] (CASSANDRA-4494) nodetool can't work at all !

2012-08-05 Thread sunjian (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] sunjian updated CASSANDRA-4494: --- Description: 1. download cassandra 1.1.3 , then start with "{cassandra}/bin/cassandra -pf &" 2. c

[jira] [Created] (CASSANDRA-4494) nodetool can't work at all !

2012-08-05 Thread sunjian (JIRA)
sunjian created CASSANDRA-4494: -- Summary: nodetool can't work at all ! Key: CASSANDRA-4494 URL: https://issues.apache.org/jira/browse/CASSANDRA-4494 Project: Cassandra Issue Type: Bug

[cassandra-dbapi2] push by pcan...@gmail.com - basic collections support on 2012-08-05 05:11 GMT

2012-08-05 Thread cassandra-dbapi2 . apache-extras . org
Revision: 2742a4d62ba4 Author: paul cannon Date: Sat Aug 4 22:11:27 2012 Log: basic collections support http://code.google.com/a/apache-extras.org/p/cassandra-dbapi2/source/detail?r=2742a4d62ba4 Modified: /cql/marshal.py === --- /cql/marshal.py

[jira] [Commented] (CASSANDRA-4485) cqlsh: support collections

2012-08-05 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428902#comment-13428902 ] Sylvain Lebresne commented on CASSANDRA-4485: - Would it be a big deal to u

[jira] [Updated] (CASSANDRA-4493) Fix update of CF comparator (including adding new collections)

2012-08-05 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-4493: Attachment: 0002-Fix-ALTER-logic.txt 0001-Flush-after-CFStore-re

[jira] [Created] (CASSANDRA-4493) Fix update of CF comparator (including adding new collections)

2012-08-05 Thread Sylvain Lebresne (JIRA)
Sylvain Lebresne created CASSANDRA-4493: --- Summary: Fix update of CF comparator (including adding new collections) Key: CASSANDRA-4493 URL: https://issues.apache.org/jira/browse/CASSANDRA-4493 Pr

svn commit: r1369623 - in /cassandra/site: publish/download/index.html publish/index.html src/settings.py

2012-08-05 Thread slebresne
Author: slebresne Date: Sun Aug 5 17:41:53 2012 New Revision: 1369623 URL: http://svn.apache.org/viewvc?rev=1369623&view=rev Log: Update website for 1.1.3 release Modified: cassandra/site/publish/download/index.html cassandra/site/publish/index.html cassandra/site/src/settings.py Mo

Git Push Summary

2012-08-05 Thread slebresne
Updated Tags: refs/tags/1.1.3-tentative [deleted] 94bcc6a6f

Git Push Summary

2012-08-05 Thread slebresne
Updated Tags: refs/tags/cassandra-1.1.3 [created] aa950cd78

[jira] [Commented] (CASSANDRA-4492) HintsColumnFamily compactions hang when using multithreaded compaction

2012-08-05 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428854#comment-13428854 ] Brandon Williams commented on CASSANDRA-4492: - MT compaction is unfortunat

[jira] [Resolved] (CASSANDRA-4485) cqlsh: support collections

2012-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-4485. --- Resolution: Fixed Reviewer: jbellis committed > cqlsh: sup

[jira] [Commented] (CASSANDRA-4485) cqlsh: support collections

2012-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428842#comment-13428842 ] Jonathan Ellis commented on CASSANDRA-4485: --- +1 > cqlsh: su

git commit: cqlsh: learn to tokenize [] and {} brackets

2012-08-05 Thread jbellis
Updated Branches: refs/heads/trunk afb2c00e5 -> 167da9551 cqlsh: learn to tokenize [] and {} brackets patch by Paul Cannon; reviewed by jbellis for CASSANDRA-4485 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/16

[1/4] git commit: fix awaitTermination logic for streamExecutors patch by Christopher Porter; reviewed by jbellis for CASSANDRA-4484

2012-08-05 Thread jbellis
Updated Branches: refs/heads/cassandra-1.1 94bcc6a6f -> 8e6962f01 refs/heads/trunk 22fbc4e41 -> afb2c00e5 fix awaitTermination logic for streamExecutors patch by Christopher Porter; reviewed by jbellis for CASSANDRA-4484 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[4/4] git commit: add emptyVersion comment

2012-08-05 Thread jbellis
add emptyVersion comment Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/478248a4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/478248a4 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/478248a

[3/4] git commit: fix awaitTermination logic for streamExecutors patch by Christopher Porter; reviewed by jbellis for CASSANDRA-4484

2012-08-05 Thread jbellis
fix awaitTermination logic for streamExecutors patch by Christopher Porter; reviewed by jbellis for CASSANDRA-4484 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/8e6962f0 Tree: http://git-wip-us.apache.org/repos/asf/c

[2/4] git commit: add emptyVersion comment

2012-08-05 Thread jbellis
add emptyVersion comment Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/4a6d9888 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/4a6d9888 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/4a6d988

[jira] [Commented] (CASSANDRA-3647) Support collection (list, set, and map) value types in CQL

2012-08-05 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428822#comment-13428822 ] Sylvain Lebresne commented on CASSANDRA-3647: - Thanks, committed as 22fbc4

git commit: Fix typo

2012-08-05 Thread slebresne
Updated Branches: refs/heads/trunk a075385d0 -> 22fbc4e41 Fix typo Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/22fbc4e4 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/22fbc4e4 Diff: http://git-wip-