[jira] [Commented] (CASSANDRA-3907) Support compression using BulkWriter

2012-02-15 Thread Erik Forsberg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208267#comment-13208267 ] Erik Forsberg commented on CASSANDRA-3907: -- So, with this patch, if I enable

[jira] [Commented] (CASSANDRA-3721) Staggering repair

2012-02-15 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208268#comment-13208268 ] Sylvain Lebresne commented on CASSANDRA-3721: - I think there have been a

[jira] [Updated] (CASSANDRA-3862) RowCache misses Updates

2012-02-15 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3862: Attachment: 3862-v4.patch Actually then handling of the copying patch by the

git commit: Staggering repair patch by Vijay and Sylvain Lebresne; reviewed by Sylvain Lebresne for CASSANDRA-3721

2012-02-15 Thread vijay
Updated Branches: refs/heads/trunk 6642d0f95 - ddee43e84 Staggering repair patch by Vijay and Sylvain Lebresne; reviewed by Sylvain Lebresne for CASSANDRA-3721 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Resolved] (CASSANDRA-3721) Staggering repair

2012-02-15 Thread Vijay (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay resolved CASSANDRA-3721. -- Resolution: Fixed Sorry for the confusion, +1 for me and i committed it again... I did test it

[jira] [Commented] (CASSANDRA-3912) support incremental repair controlled by external agent

2012-02-15 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208387#comment-13208387 ] Sylvain Lebresne commented on CASSANDRA-3912: - I don't think that on the

[jira] [Created] (CASSANDRA-3913) Incorrect InetAddress equality test

2012-02-15 Thread Brandon Williams (Created) (JIRA)
Incorrect InetAddress equality test --- Key: CASSANDRA-3913 URL: https://issues.apache.org/jira/browse/CASSANDRA-3913 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 1.0.6,

[jira] [Updated] (CASSANDRA-3913) Incorrect InetAddress equality test

2012-02-15 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3913: Attachment: 3913.txt Incorrect InetAddress equality test

[jira] [Commented] (CASSANDRA-3907) Support compression using BulkWriter

2012-02-15 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208419#comment-13208419 ] Brandon Williams commented on CASSANDRA-3907: - Your understanding is

git commit: Add missing serializer in CompactSerializerTest

2012-02-15 Thread slebresne
Updated Branches: refs/heads/cassandra-1.1 212fd417f - 10b3dcc96 Add missing serializer in CompactSerializerTest Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/10b3dcc9 Tree:

[jira] [Created] (CASSANDRA-3914) Remove py_stress

2012-02-15 Thread Brandon Williams (Created) (JIRA)
Remove py_stress Key: CASSANDRA-3914 URL: https://issues.apache.org/jira/browse/CASSANDRA-3914 Project: Cassandra Issue Type: Task Components: Tools Reporter: Brandon Williams Assignee:

[jira] [Commented] (CASSANDRA-2699) continuous incremental anti-entropy

2012-02-15 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208467#comment-13208467 ] Jonathan Ellis commented on CASSANDRA-2699: --- I assume you meant to link a

[jira] [Commented] (CASSANDRA-3913) Incorrect InetAddress equality test

2012-02-15 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208468#comment-13208468 ] Jonathan Ellis commented on CASSANDRA-3913: --- +1 I'd suggest committing to

[jira] [Commented] (CASSANDRA-1123) Allow tracing query details

2012-02-15 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208503#comment-13208503 ] Jonathan Ellis commented on CASSANDRA-1123: --- Another useful event would be

[jira] [Resolved] (CASSANDRA-3864) Unit tests failures in 1.1

2012-02-15 Thread Sylvain Lebresne (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-3864. - Resolution: Fixed Fix Version/s: 1.1.0 Ok, I think the problems of

git commit: Correct InetAddress equality comparisons. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913

2012-02-15 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-0.8 038b8f212 - c0a342bc8 Correct InetAddress equality comparisons. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: Correct InetAddress equality comparisons. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913

2012-02-15 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.0 b3bc28bdb - 984194d0c Correct InetAddress equality comparisons. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Updated] (CASSANDRA-3913) Incorrect InetAddress equality test

2012-02-15 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3913: Fix Version/s: 0.8.11 Incorrect InetAddress equality test

[jira] [Created] (CASSANDRA-3915) Fix LazilyCompactedRowTest

2012-02-15 Thread Sylvain Lebresne (Created) (JIRA)
Fix LazilyCompactedRowTest -- Key: CASSANDRA-3915 URL: https://issues.apache.org/jira/browse/CASSANDRA-3915 Project: Cassandra Issue Type: Bug Components: Tests Reporter: Sylvain Lebresne

[jira] [Updated] (CASSANDRA-3915) Fix LazilyCompactedRowTest

2012-02-15 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3915: Attachment: 3915.patch Attached patch to fix the tests. I believe the patch

[jira] [Commented] (CASSANDRA-3915) Fix LazilyCompactedRowTest

2012-02-15 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208543#comment-13208543 ] Brandon Williams commented on CASSANDRA-3915: - +1 Fix

git commit: Fix LazilyCompactedRowTest

2012-02-15 Thread slebresne
Updated Branches: refs/heads/cassandra-1.0 984194d0c - 636e41dc3 Fix LazilyCompactedRowTest patch by slebresne; reviewed by driftx for CASSANDRA-3915 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/636e41dc Tree:

[3/4] git commit: Correct InetAddress equality comparisons. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913

2012-02-15 Thread slebresne
Correct InetAddress equality comparisons. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/984194d0 Tree:

[4/4] git commit: add method signature for processing a already parsed CQL statement

2012-02-15 Thread slebresne
add method signature for processing a already parsed CQL statement Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b3bc28bd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b3bc28bd Diff:

[1/4] git commit: Merge branch 'cassandra-1.0' into cassandra-1.1

2012-02-15 Thread slebresne
Updated Branches: refs/heads/cassandra-1.1 10b3dcc96 - e46753381 Merge branch 'cassandra-1.0' into cassandra-1.1 Conflicts: src/java/org/apache/cassandra/cql/QueryProcessor.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/4] git commit: Fix LazilyCompactedRowTest

2012-02-15 Thread slebresne
Fix LazilyCompactedRowTest patch by slebresne; reviewed by driftx for CASSANDRA-3915 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/636e41dc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/636e41dc Diff:

[3/6] git commit: Fix LazilyCompactedRowTest

2012-02-15 Thread slebresne
Fix LazilyCompactedRowTest patch by slebresne; reviewed by driftx for CASSANDRA-3915 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/636e41dc Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/636e41dc Diff:

[4/6] git commit: Correct InetAddress equality comparisons. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913

2012-02-15 Thread slebresne
Correct InetAddress equality comparisons. Patch by brandonwilliams reviewed by jbellis for CASSANDRA-3913 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/984194d0 Tree:

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

2012-02-15 Thread slebresne
Updated Branches: refs/heads/trunk ddee43e84 - 875e05aa9 Merge branch 'cassandra-1.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/875e05aa Tree:

[2/6] git commit: Merge branch 'cassandra-1.0' into cassandra-1.1

2012-02-15 Thread slebresne
Merge branch 'cassandra-1.0' into cassandra-1.1 Conflicts: src/java/org/apache/cassandra/cql/QueryProcessor.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e4675338 Tree:

[5/6] git commit: Add missing serializer in CompactSerializerTest

2012-02-15 Thread slebresne
Add missing serializer in CompactSerializerTest Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/10b3dcc9 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/10b3dcc9 Diff:

[6/6] git commit: add method signature for processing a already parsed CQL statement

2012-02-15 Thread slebresne
add method signature for processing a already parsed CQL statement Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b3bc28bd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b3bc28bd Diff:

[jira] [Created] (CASSANDRA-3917) System test failures in 1.1

2012-02-15 Thread Sylvain Lebresne (Created) (JIRA)
System test failures in 1.1 --- Key: CASSANDRA-3917 URL: https://issues.apache.org/jira/browse/CASSANDRA-3917 Project: Cassandra Issue Type: Bug Reporter: Sylvain Lebresne On branch 1.1, I currently see

[jira] [Created] (CASSANDRA-3916) Do not bind the storage_port if internode_encryption = all

2012-02-15 Thread Wade Poziombka (Created) (JIRA)
Do not bind the storage_port if internode_encryption = all -- Key: CASSANDRA-3916 URL: https://issues.apache.org/jira/browse/CASSANDRA-3916 Project: Cassandra Issue Type: Improvement

[jira] [Created] (CASSANDRA-3918) Add mutual auth option(s) to internode_encrption options

2012-02-15 Thread Wade Poziombka (Created) (JIRA)
Add mutual auth option(s) to internode_encrption options Key: CASSANDRA-3918 URL: https://issues.apache.org/jira/browse/CASSANDRA-3918 Project: Cassandra Issue Type: Improvement

[jira] [Commented] (CASSANDRA-3677) NPE during HH delivery when gossip turned off on target

2012-02-15 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208580#comment-13208580 ] Brandon Williams commented on CASSANDRA-3677: - It doesn't make a lot of

[jira] [Commented] (CASSANDRA-3677) NPE during HH delivery when gossip turned off on target

2012-02-15 Thread Sam Overton (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208583#comment-13208583 ] Sam Overton commented on CASSANDRA-3677: When a token is removed, hints

[jira] [Updated] (CASSANDRA-3917) System test failures in 1.1

2012-02-15 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3917: Attachment: 3917.txt The test_get_range_slice_after_deletion failure is

[jira] [Commented] (CASSANDRA-2699) continuous incremental anti-entropy

2012-02-15 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208593#comment-13208593 ] Peter Schuller commented on CASSANDRA-2699: --- Sorry yes - CASSANDRA-3912.

[jira] [Created] (CASSANDRA-3919) Dropping a column should do more than just remove the definition

2012-02-15 Thread Jonathan Ellis (Created) (JIRA)
Dropping a column should do more than just remove the definition Key: CASSANDRA-3919 URL: https://issues.apache.org/jira/browse/CASSANDRA-3919 Project: Cassandra Issue Type:

[jira] [Commented] (CASSANDRA-3677) NPE during HH delivery when gossip turned off on target

2012-02-15 Thread Edward Capriolo (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208600#comment-13208600 ] Edward Capriolo commented on CASSANDRA-3677: It seems wrong to abandon

[jira] [Issue Comment Edited] (CASSANDRA-3677) NPE during HH delivery when gossip turned off on target

2012-02-15 Thread Edward Capriolo (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208600#comment-13208600 ] Edward Capriolo edited comment on CASSANDRA-3677 at 2/15/12 5:32 PM:

git commit: Fix licenses and version for 1.1.0-beta1

2012-02-15 Thread slebresne
Updated Branches: refs/heads/cassandra-1.1 e46753381 - 7f4693dab Fix licenses and version for 1.1.0-beta1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7f4693da Tree:

[jira] [Commented] (CASSANDRA-3917) System test failures in 1.1

2012-02-15 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208604#comment-13208604 ] Brandon Williams commented on CASSANDRA-3917: - +1 System

git commit: Fix typo in SuperColumn.mostRecentLiveChangeAt()

2012-02-15 Thread slebresne
Updated Branches: refs/heads/cassandra-1.1 7f4693dab - b0c0faeed Fix typo in SuperColumn.mostRecentLiveChangeAt() patch by slebresne; reviewed by driftx for CASSANDRA-3917 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

Git Push Summary

2012-02-15 Thread slebresne
Updated Tags: refs/tags/1.1.0-beta1-tentative [created] b0c0faeed

[jira] [Created] (CASSANDRA-3920) tests for cqlsh

2012-02-15 Thread paul cannon (Created) (JIRA)
tests for cqlsh --- Key: CASSANDRA-3920 URL: https://issues.apache.org/jira/browse/CASSANDRA-3920 Project: Cassandra Issue Type: Improvement Components: Tools Reporter: paul cannon Assignee:

[jira] [Commented] (CASSANDRA-3874) cqlsh: handle situation where data can't be deserialized as expected

2012-02-15 Thread paul cannon (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208787#comment-13208787 ] paul cannon commented on CASSANDRA-3874: Changes made in my 3874-1.0 branch at

[jira] [Updated] (CASSANDRA-3874) cqlsh: handle situation where data can't be deserialized as expected

2012-02-15 Thread paul cannon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] paul cannon updated CASSANDRA-3874: --- Attachment: 3874-1.1.patch.txt 3874-1.0.patch.txt cqlsh: handle

[jira] [Commented] (CASSANDRA-3874) cqlsh: handle situation where data can't be deserialized as expected

2012-02-15 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208790#comment-13208790 ] Jonathan Ellis commented on CASSANDRA-3874: --- Is this a big enough change

[jira] [Commented] (CASSANDRA-3874) cqlsh: handle situation where data can't be deserialized as expected

2012-02-15 Thread paul cannon (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208800#comment-13208800 ] paul cannon commented on CASSANDRA-3874: I think it's worth having in 1.0,

[jira] [Updated] (CASSANDRA-3903) Intermittent unexpected errors: possibly race condition around CQL parser?

2012-02-15 Thread paul cannon (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] paul cannon updated CASSANDRA-3903: --- Reviewer: thepaul Assignee: Sylvain Lebresne I can't reproduce any of the failure

[jira] [Updated] (CASSANDRA-3874) cqlsh: handle situation where data can't be deserialized as expected

2012-02-15 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3874: -- Reviewer: brandon.williams cqlsh: handle situation where data can't be

[1/5] git commit: Merge branch 'cassandra-1.1' into trunk

2012-02-15 Thread jbellis
Updated Branches: refs/heads/cassandra-1.1 b0c0faeed - 33199c6ca refs/heads/trunk 875e05aa9 - edd97d4e1 Merge branch 'cassandra-1.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/edd97d4e Tree:

[2/5] git commit: use metadata.cfId instead of re-looking it up for each cache update

2012-02-15 Thread jbellis
use metadata.cfId instead of re-looking it up for each cache update Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/33199c6c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/33199c6c Diff:

[3/5] git commit: use metadata.cfId instead of re-looking it up for each cache update

2012-02-15 Thread jbellis
use metadata.cfId instead of re-looking it up for each cache update Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/33199c6c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/33199c6c Diff:

[4/5] git commit: Fix typo in SuperColumn.mostRecentLiveChangeAt()

2012-02-15 Thread jbellis
Fix typo in SuperColumn.mostRecentLiveChangeAt() patch by slebresne; reviewed by driftx for CASSANDRA-3917 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b0c0faee Tree:

[5/5] git commit: Fix licenses and version for 1.1.0-beta1

2012-02-15 Thread jbellis
Fix licenses and version for 1.1.0-beta1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/7f4693da Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/7f4693da Diff:

[jira] [Commented] (CASSANDRA-3874) cqlsh: handle situation where data can't be deserialized as expected

2012-02-15 Thread paul cannon (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208983#comment-13208983 ] paul cannon commented on CASSANDRA-3874: updated the 3874-1.1 branch just now

[jira] [Created] (CASSANDRA-3921) Compaction doesn't clear out expired tombstones from SerializingCache

2012-02-15 Thread Jonathan Ellis (Created) (JIRA)
Compaction doesn't clear out expired tombstones from SerializingCache - Key: CASSANDRA-3921 URL: https://issues.apache.org/jira/browse/CASSANDRA-3921 Project: Cassandra

[jira] [Commented] (CASSANDRA-3921) Compaction doesn't clear out expired tombstones from SerializingCache

2012-02-15 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13208986#comment-13208986 ] Jonathan Ellis commented on CASSANDRA-3921: --- I'm not sure what the right fix

[jira] [Commented] (CASSANDRA-3921) Compaction doesn't clear out expired tombstones from SerializingCache

2012-02-15 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13209048#comment-13209048 ] Peter Schuller commented on CASSANDRA-3921: --- With a typical workload, not

[jira] [Issue Comment Edited] (CASSANDRA-3912) support incremental repair controlled by external agent

2012-02-15 Thread Peter Schuller (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13209117#comment-13209117 ] Peter Schuller edited comment on CASSANDRA-3912 at 2/16/12 5:22 AM:

[jira] [Commented] (CASSANDRA-3912) support incremental repair controlled by external agent

2012-02-15 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13209118#comment-13209118 ] Peter Schuller commented on CASSANDRA-3912: --- For the record the second patch

[jira] [Created] (CASSANDRA-3922) streaming from all (not one) neighbors during rebuild/bootstrap

2012-02-15 Thread Peter Schuller (Created) (JIRA)
streaming from all (not one) neighbors during rebuild/bootstrap --- Key: CASSANDRA-3922 URL: https://issues.apache.org/jira/browse/CASSANDRA-3922 Project: Cassandra Issue Type: Bug

[jira] [Updated] (CASSANDRA-3922) streaming from all (not one) neighbors during rebuild/bootstrap

2012-02-15 Thread Peter Schuller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller updated CASSANDRA-3922: -- Attachment: CASSANDRA-3922-1.1.txt streaming from all (not one) neighbors

[jira] [Updated] (CASSANDRA-3922) streaming from all (not one) neighbors during rebuild/bootstrap

2012-02-15 Thread Peter Schuller (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller updated CASSANDRA-3922: -- Fix Version/s: 1.1.0 streaming from all (not one) neighbors during

[jira] [Created] (CASSANDRA-3923) Cassandra Nodetool Cleanup causing sstable corruption.

2012-02-15 Thread Samarth Gahire (Created) (JIRA)
Cassandra Nodetool Cleanup causing sstable corruption. -- Key: CASSANDRA-3923 URL: https://issues.apache.org/jira/browse/CASSANDRA-3923 Project: Cassandra Issue Type: Bug

[jira] [Commented] (CASSANDRA-3903) Intermittent unexpected errors: possibly race condition around CQL parser?

2012-02-15 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13209195#comment-13209195 ] Sylvain Lebresne commented on CASSANDRA-3903: - bq. Isn't that array wholly