svn commit: r1206088 - in /cassandra/branches/cassandra-1.0: CHANGES.txt src/java/org/apache/cassandra/io/sstable/SSTableLoader.java

2011-11-25 Thread slebresne
Author: slebresne Date: Fri Nov 25 09:19:00 2011 New Revision: 1206088 URL: http://svn.apache.org/viewvc?rev=1206088view=rev Log: Make sstabloader recognize compressed sstables patch by yukim; reviewed by slebresne for CASSANDRA-3521 Modified: cassandra/branches/cassandra-1.0/CHANGES.txt

svn commit: r1206089 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/io/sstable/

2011-11-25 Thread slebresne
Author: slebresne Date: Fri Nov 25 09:20:28 2011 New Revision: 1206089 URL: http://svn.apache.org/viewvc?rev=1206089view=rev Log: merge from 1.0 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

svn commit: r1206095 - in /cassandra/branches/cassandra-1.0: ./ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/net/ src/java/org/apache/cassandra/service/

2011-11-25 Thread slebresne
Author: slebresne Date: Fri Nov 25 09:39:58 2011 New Revision: 1206095 URL: http://svn.apache.org/viewvc?rev=1206095view=rev Log: Avoid race in OutboundTcpConnection in multi-DC setups patch by jbellis; reviewed by slebresne for CASSANDRA-3530 Modified:

svn commit: r1206097 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/net/ src/java/org/apache/

2011-11-25 Thread slebresne
Author: slebresne Date: Fri Nov 25 09:41:46 2011 New Revision: 1206097 URL: http://svn.apache.org/viewvc?rev=1206097view=rev Log: merge from 1.0 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

svn commit: r1206098 - in /cassandra/branches/cassandra-0.8: ./ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/net/ src/java/org/apache/cassandra/service/

2011-11-25 Thread slebresne
Author: slebresne Date: Fri Nov 25 09:48:15 2011 New Revision: 1206098 URL: http://svn.apache.org/viewvc?rev=1206098view=rev Log: avoid race in OutboundTcpConnection in multi-DC setups patch by jbellis; reviewed by slebresne for CASSANDRA-3530 Modified:

svn commit: r1206099 - in /cassandra/branches/cassandra-1.0: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-11-25 Thread slebresne
Author: slebresne Date: Fri Nov 25 09:49:45 2011 New Revision: 1206099 URL: http://svn.apache.org/viewvc?rev=1206099view=rev Log: merge from 0.8 (record-only) Modified: cassandra/branches/cassandra-1.0/ (props changed) cassandra/branches/cassandra-1.0/contrib/ (props changed)

svn commit: r1206100 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-11-25 Thread slebresne
Author: slebresne Date: Fri Nov 25 09:50:54 2011 New Revision: 1206100 URL: http://svn.apache.org/viewvc?rev=1206100view=rev Log: merge from 1.0 (record-only) Modified: cassandra/trunk/ (props changed) cassandra/trunk/contrib/ (props changed)

[jira] [Commented] (CASSANDRA-3530) Header class not thread safe, but mutated by multiple threads

2011-11-25 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157073#comment-13157073 ] Hudson commented on CASSANDRA-3530: --- Integrated in Cassandra-0.8 #404 (See

[jira] [Created] (CASSANDRA-3531) Fix crack-smoking in ConsistencyLevelTest

2011-11-25 Thread Sylvain Lebresne (Created) (JIRA)
Fix crack-smoking in ConsistencyLevelTest -- Key: CASSANDRA-3531 URL: https://issues.apache.org/jira/browse/CASSANDRA-3531 Project: Cassandra Issue Type: Bug Components: Tests Affects

svn commit: r1206131 - /cassandra/branches/cassandra-1.0/test/system/test_thrift_server.py

2011-11-25 Thread slebresne
Author: slebresne Date: Fri Nov 25 12:00:50 2011 New Revision: 1206131 URL: http://svn.apache.org/viewvc?rev=1206131view=rev Log: fix system test Modified: cassandra/branches/cassandra-1.0/test/system/test_thrift_server.py Modified:

svn commit: r1206184 - /cassandra/branches/cassandra-0.8/test/unit/org/apache/cassandra/db/context/CounterContextTest.java

2011-11-25 Thread slebresne
Author: slebresne Date: Fri Nov 25 14:18:41 2011 New Revision: 1206184 URL: http://svn.apache.org/viewvc?rev=1206184view=rev Log: Remove allocator code from counter unit test Modified: cassandra/branches/cassandra-0.8/test/unit/org/apache/cassandra/db/context/CounterContextTest.java

[jira] [Updated] (CASSANDRA-3530) Header class not thread safe, but mutated by multiple threads

2011-11-25 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3530: -- Affects Version/s: (was: 0.8.0) 0.8.8

[jira] [Commented] (CASSANDRA-3530) Header class not thread safe, but mutated by multiple threads

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157176#comment-13157176 ] Jonathan Ellis commented on CASSANDRA-3530: --- Looking at this in the morning,

[jira] [Updated] (CASSANDRA-3520) Unit test are hanging on 0.8 branch

2011-11-25 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3520: Attachment: 0001-Use-durable-writes-for-system-ks.patch So, some form of

[jira] [Commented] (CASSANDRA-3530) Header class not thread safe, but mutated by multiple threads

2011-11-25 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157196#comment-13157196 ] Sylvain Lebresne commented on CASSANDRA-3530: - There is no StorageProxy

[jira] [Commented] (CASSANDRA-3530) Header class not thread safe, but mutated by multiple threads

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157199#comment-13157199 ] Jonathan Ellis commented on CASSANDRA-3530: --- Because in 0.8 there is only

[jira] [Issue Comment Edited] (CASSANDRA-3530) Header class not thread safe, but mutated by multiple threads

2011-11-25 Thread Jonathan Ellis (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157199#comment-13157199 ] Jonathan Ellis edited comment on CASSANDRA-3530 at 11/25/11 3:43 PM:

[jira] [Updated] (CASSANDRA-3530) Header class not thread safe, but mutated by multiple threads

2011-11-25 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3530: -- Affects Version/s: (was: 0.8.8) Fix Version/s: (was: 0.8.8) I'm

svn commit: r1206235 - in /cassandra/branches/cassandra-0.8: ./ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/net/ src/java/org/apache/cassandra/service/

2011-11-25 Thread jbellis
Author: jbellis Date: Fri Nov 25 15:54:12 2011 New Revision: 1206235 URL: http://svn.apache.org/viewvc?rev=1206235view=rev Log: revert patch for #3530 since the bug it fixes only affects 1.0.3 Modified: cassandra/branches/cassandra-0.8/CHANGES.txt

[jira] [Commented] (CASSANDRA-3520) Unit test are hanging on 0.8 branch

2011-11-25 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157211#comment-13157211 ] Sylvain Lebresne commented on CASSANDRA-3520: - btw, how sure are we that

[jira] [Updated] (CASSANDRA-3045) Update ColumnFamilyOutputFormat to use new bulkload API

2011-11-25 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3045: Attachment: (was: 0002-Allow-DD-loading-without-yaml.txt) Update

[jira] [Updated] (CASSANDRA-3045) Update ColumnFamilyOutputFormat to use new bulkload API

2011-11-25 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3045: Attachment: (was: 0001-Remove-gossip-SS-requirement-from-BulkLoader.txt)

[jira] [Updated] (CASSANDRA-3045) Update ColumnFamilyOutputFormat to use new bulkload API

2011-11-25 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3045: Attachment: (was: 0003-hadoop-output-support-for-bulk-loading.txt)

[jira] [Updated] (CASSANDRA-3045) Update ColumnFamilyOutputFormat to use new bulkload API

2011-11-25 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3045: Attachment: 0003-hadoop-output-support-for-bulk-loading.txt

[jira] [Commented] (CASSANDRA-3527) Expose JMX values via CQL interface

2011-11-25 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157225#comment-13157225 ] Brandon Williams commented on CASSANDRA-3527: - bq. One problem is that you

svn commit: r1206257 - /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/config/KSMetaData.java

2011-11-25 Thread jbellis
Author: jbellis Date: Fri Nov 25 16:53:27 2011 New Revision: 1206257 URL: http://svn.apache.org/viewvc?rev=1206257view=rev Log: set system keyspace back to durable_writes patch by slebresne; reviewed by jbellis for CASSANDRA-3520 Modified:

[jira] [Commented] (CASSANDRA-3520) Unit test are hanging on 0.8 branch

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157235#comment-13157235 ] Jonathan Ellis commented on CASSANDRA-3520: --- Setting durable_writes back to

[jira] [Commented] (CASSANDRA-3527) Expose JMX values via CQL interface

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157240#comment-13157240 ] Jonathan Ellis commented on CASSANDRA-3527: --- Sure, if you added hooks for

[jira] [Commented] (CASSANDRA-3520) Unit test are hanging on 0.8 branch

2011-11-25 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157248#comment-13157248 ] Hudson commented on CASSANDRA-3520: --- Integrated in Cassandra-0.8 #406 (See

[jira] [Commented] (CASSANDRA-3520) Unit test are hanging on 0.8 branch

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157263#comment-13157263 ] Jonathan Ellis commented on CASSANDRA-3520: --- I can confirm that r1185960 is

[jira] [Commented] (CASSANDRA-3531) Fix crack-smoking in ConsistencyLevelTest

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157266#comment-13157266 ] Jonathan Ellis commented on CASSANDRA-3531: --- I did some minimal-necessary

[jira] [Commented] (CASSANDRA-3045) Update ColumnFamilyOutputFormat to use new bulkload API

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157308#comment-13157308 ] Jonathan Ellis commented on CASSANDRA-3045: --- I'm at svn tip on trunk

[jira] [Commented] (CASSANDRA-3045) Update ColumnFamilyOutputFormat to use new bulkload API

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157309#comment-13157309 ] Jonathan Ellis commented on CASSANDRA-3045: --- (The actual rebase looks

[jira] [Commented] (CASSANDRA-3045) Update ColumnFamilyOutputFormat to use new bulkload API

2011-11-25 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157315#comment-13157315 ] Brandon Williams commented on CASSANDRA-3045: - Odd, I rebased at r1206100,

[jira] [Commented] (CASSANDRA-3527) Expose JMX values via CQL interface

2011-11-25 Thread Eric Evans (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157320#comment-13157320 ] Eric Evans commented on CASSANDRA-3527: --- This has come up many times before (in

[jira] [Created] (CASSANDRA-3532) Compaction cleanupIfNecessary costly when many files in data dir

2011-11-25 Thread Eric Parusel (Created) (JIRA)
Compaction cleanupIfNecessary costly when many files in data dir Key: CASSANDRA-3532 URL: https://issues.apache.org/jira/browse/CASSANDRA-3532 Project: Cassandra Issue Type:

[jira] [Commented] (CASSANDRA-3527) Expose JMX values via CQL interface

2011-11-25 Thread Kelley Reynolds (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157338#comment-13157338 ] Kelley Reynolds commented on CASSANDRA-3527: It might help to reframe the

[jira] [Commented] (CASSANDRA-3527) Expose JMX values via CQL interface

2011-11-25 Thread Eric Evans (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157344#comment-13157344 ] Eric Evans commented on CASSANDRA-3527: --- bq. I wouldn't say this would solve a

[jira] [Commented] (CASSANDRA-1740) Nodetool commands to query and stop compaction, repair, cleanup and scrub

2011-11-25 Thread Vijay (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157351#comment-13157351 ] Vijay commented on CASSANDRA-1740: -- +1, Thanks! Nodetool commands

[jira] [Created] (CASSANDRA-3533) TimeoutException when there is a firewall issue.

2011-11-25 Thread Vijay (Created) (JIRA)
TimeoutException when there is a firewall issue. Key: CASSANDRA-3533 URL: https://issues.apache.org/jira/browse/CASSANDRA-3533 Project: Cassandra Issue Type: Improvement Components:

[jira] [Created] (CASSANDRA-3534) Enhance memory emergency pressure valve

2011-11-25 Thread Vijay (Created) (JIRA)
Enhance memory emergency pressure valve --- Key: CASSANDRA-3534 URL: https://issues.apache.org/jira/browse/CASSANDRA-3534 Project: Cassandra Issue Type: Improvement Components: Core Affects

[jira] [Commented] (CASSANDRA-3527) Expose JMX values via CQL interface

2011-11-25 Thread Kelley Reynolds (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157364#comment-13157364 ] Kelley Reynolds commented on CASSANDRA-3527: bq. It's two very different

[jira] [Commented] (CASSANDRA-3527) Expose JMX values via CQL interface

2011-11-25 Thread Eric Evans (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157370#comment-13157370 ] Eric Evans commented on CASSANDRA-3527: --- The delineation is that one is for

[jira] [Commented] (CASSANDRA-3527) Expose JMX values via CQL interface

2011-11-25 Thread Eric Evans (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157374#comment-13157374 ] Eric Evans commented on CASSANDRA-3527: --- Some other questions: Is this supposed

[jira] [Commented] (CASSANDRA-3534) Enhance memory emergency pressure valve

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157390#comment-13157390 ] Jonathan Ellis commented on CASSANDRA-3534: --- Yes, I think the right approach

[jira] [Commented] (CASSANDRA-3534) Enhance memory emergency pressure valve

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157391#comment-13157391 ] Jonathan Ellis commented on CASSANDRA-3534: --- Then you will be able to say

[jira] [Commented] (CASSANDRA-3533) TimeoutException when there is a firewall issue.

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157394#comment-13157394 ] Jonathan Ellis commented on CASSANDRA-3533: --- I'd be curious if any of the

[jira] [Commented] (CASSANDRA-3532) Compaction cleanupIfNecessary costly when many files in data dir

2011-11-25 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157396#comment-13157396 ] Jonathan Ellis commented on CASSANDRA-3532: --- Looks like leveled compaction