[jira] [Commented] (CASSANDRA-3187) Return both listen_address and rpc_address through describe_ring

2011-09-12 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103159#comment-13103159 ] Brandon Williams commented on CASSANDRA-3187: - bq. Especially if we push

svn commit: r1169971 - in /cassandra/branches/cassandra-1.0.0: CHANGES.txt src/java/org/apache/cassandra/cql/CreateColumnFamilyStatement.java

2011-09-12 Thread xedin
Author: xedin Date: Mon Sep 12 23:00:40 2011 New Revision: 1169971 URL: http://svn.apache.org/viewvc?rev=1169971view=rev Log: Fix backwards compatibilty for cql memtable properties patch by Jonathan Ellis; reviewed by Pavel Yaskevich for CASSANDRA-3190 Modified:

[jira] [Commented] (CASSANDRA-3179) JVM segfaults

2011-09-12 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103174#comment-13103174 ] Brandon Williams commented on CASSANDRA-3179: - +1 JVM segfaults

[jira] [Commented] (CASSANDRA-3190) Fix backwards compatibilty for cql memtable properties

2011-09-12 Thread Cathy Daw (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103186#comment-13103186 ] Cathy Daw commented on CASSANDRA-3190: -- cql documentation needs to be updated

[jira] [Created] (CASSANDRA-3191) unable to start single node cluster when listen_address is not localhost

2011-09-12 Thread T Jake Luciani (JIRA)
unable to start single node cluster when listen_address is not localhost Key: CASSANDRA-3191 URL: https://issues.apache.org/jira/browse/CASSANDRA-3191 Project: Cassandra

[jira] [Commented] (CASSANDRA-3191) unable to start single node cluster when listen_address is not localhost

2011-09-12 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103206#comment-13103206 ] Brandon Williams commented on CASSANDRA-3191: - You can workaround this by

[jira] [Commented] (CASSANDRA-3191) unable to start single node cluster when listen_address is not localhost

2011-09-12 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103213#comment-13103213 ] T Jake Luciani commented on CASSANDRA-3191: --- The fact the option is missing

[jira] [Commented] (CASSANDRA-3192) NPE in RowRepairResolver

2011-09-12 Thread Cathy Daw (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103267#comment-13103267 ] Cathy Daw commented on CASSANDRA-3192: -- I noticed that after starting up the

[jira] [Commented] (CASSANDRA-3024) sstable and message varint encoding

2011-09-12 Thread Terje Marthinussen (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103272#comment-13103272 ] Terje Marthinussen commented on CASSANDRA-3024: --- I have ported stuff

[jira] [Commented] (CASSANDRA-3182) Remove special-cased maximum on sstables-to-compact for leveled strategy

2011-09-12 Thread Benjamin Coverston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103283#comment-13103283 ] Benjamin Coverston commented on CASSANDRA-3182: --- uncool Remove

[jira] [Updated] (CASSANDRA-3182) Remove special-cased maximum on sstables-to-compact for leveled strategy

2011-09-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3182: -- Comment: was deleted (was: Ben Coverston (ben.covers...@datastax.com) converted

[jira] [Updated] (CASSANDRA-3182) Remove special-cased maximum on sstables-to-compact for leveled strategy

2011-09-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3182: -- Comment: was deleted (was: uncool) Remove special-cased maximum on

[jira] [Updated] (CASSANDRA-3187) Return both listen_address and rpc_address through describe_ring

2011-09-12 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Bailey updated CASSANDRA-3187: --- Attachment: 0001-1.0-Return-both-rpc-address-and-listen-address-with-v2.patch

[jira] [Commented] (CASSANDRA-3191) unable to start single node cluster when listen_address is not localhost

2011-09-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103307#comment-13103307 ] Jonathan Ellis commented on CASSANDRA-3191: --- Is your single node not a seed?

svn commit: r1170023 - /cassandra/branches/cassandra-1.0.0/doc/cql/CQL.textile

2011-09-12 Thread jbellis
Author: jbellis Date: Tue Sep 13 03:52:57 2011 New Revision: 1170023 URL: http://svn.apache.org/viewvc?rev=1170023view=rev Log: update memtable, row_cache_provider options in CQL.textile Modified: cassandra/branches/cassandra-1.0.0/doc/cql/CQL.textile Modified:

[jira] [Commented] (CASSANDRA-3190) Fix backwards compatibilty for cql memtable properties

2011-09-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103308#comment-13103308 ] Jonathan Ellis commented on CASSANDRA-3190: --- updated in r1170023 Fix

svn commit: r1170026 - in /cassandra/branches/cassandra-1.0: ./ contrib/ doc/cql/ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/cache/ src/java/org/ap

2011-09-12 Thread jbellis
Author: jbellis Date: Tue Sep 13 03:58:23 2011 New Revision: 1170026 URL: http://svn.apache.org/viewvc?rev=1170026view=rev Log: merge from 1.0.0 Modified: cassandra/branches/cassandra-1.0/ (props changed) cassandra/branches/cassandra-1.0/CHANGES.txt

svn commit: r1170027 - in /cassandra/trunk: ./ contrib/ doc/cql/ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/cache/ src/java/org/apache/cassandra/co

2011-09-12 Thread jbellis
Author: jbellis Date: Tue Sep 13 04:00:57 2011 New Revision: 1170027 URL: http://svn.apache.org/viewvc?rev=1170027view=rev Log: merge from 1.0 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

[jira] [Updated] (CASSANDRA-3179) JVM segfaults

2011-09-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3179: -- Attachment: 3179-performance-test.txt Also a patch that removes refcounting (and

[jira] [Commented] (CASSANDRA-3182) Remove special-cased maximum on sstables-to-compact for leveled strategy

2011-09-12 Thread Benjamin Coverston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103331#comment-13103331 ] Benjamin Coverston commented on CASSANDRA-3182: --- +1 Remove

svn commit: r1170030 - in /cassandra/branches/cassandra-1.0.0: CHANGES.txt src/java/org/apache/cassandra/db/compaction/LeveledManifest.java

2011-09-12 Thread jbellis
Author: jbellis Date: Tue Sep 13 04:27:05 2011 New Revision: 1170030 URL: http://svn.apache.org/viewvc?rev=1170030view=rev Log: Remove special-cased maximum on sstables-to-compact for leveled strategy patch by jbellis; reviewed by bcoverston for CASSANDRA-3182 Modified:

[jira] [Created] (CASSANDRA-3193) Gossip teardown causes test failures

2011-09-12 Thread Brandon Williams (JIRA)
Gossip teardown causes test failures Key: CASSANDRA-3193 URL: https://issues.apache.org/jira/browse/CASSANDRA-3193 Project: Cassandra Issue Type: Bug Components: Core Reporter:

[jira] [Commented] (CASSANDRA-3181) Compaction fails to occur

2011-09-12 Thread Benjamin Coverston (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13103334#comment-13103334 ] Benjamin Coverston commented on CASSANDRA-3181: --- Tested this a bit and I

[jira] [Updated] (CASSANDRA-3193) Gossip teardown causes test failures

2011-09-12 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3193: Affects Version/s: 1.0.0 Fix Version/s: 1.0.0 Gossip teardown causes

<    1   2