[jira] [Commented] (CASSANDRA-1337) parallelize fetching rows for low-cardinality indexes

2012-07-26 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13422986#comment-13422986 ] Sylvain Lebresne commented on CASSANDRA-1337: - The patch almost move the c

[jira] [Updated] (CASSANDRA-4436) Counters in columns don't preserve correct values after cluster restart

2012-07-26 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-4436: Attachment: 4436-1.1-2.txt 4436-1.0-2.txt You're completely rig

git commit: fix String.format parameter type for enum value

2012-07-26 Thread dbrosius
Updated Branches: refs/heads/trunk d96e813e0 -> 732d83b75 fix String.format parameter type for enum value Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/732d83b7 Tree: http://git-wip-us.apache.org/repos/asf/cassan

[jira] [Updated] (CASSANDRA-1337) parallelize fetching rows for low-cardinality indexes

2012-07-26 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-1337: Priority: Major (was: Minor) (changing the priority to major because basically

git commit: fix String.format parameter type for UUID

2012-07-26 Thread dbrosius
Updated Branches: refs/heads/trunk 732d83b75 -> fae7a23b5 fix String.format parameter type for UUID Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fae7a23b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tr

[2/2] cleanup unused import warnings, and trailing whitespace

2012-07-26 Thread dbrosius
http://git-wip-us.apache.org/repos/asf/cassandra/blob/f650d3e8/src/java/org/apache/cassandra/service/MigrationTask.java -- diff --git a/src/java/org/apache/cassandra/service/MigrationTask.java b/src/java/org/apache/cassandra/servi

[jira] [Reopened] (CASSANDRA-1337) parallelize fetching rows for low-cardinality indexes

2012-07-26 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne reopened CASSANDRA-1337: - This broke range slices as shown by the following test added to dtests: https://

[jira] [Commented] (CASSANDRA-4411) Assertion with LCS compaction

2012-07-26 Thread Mina Naguib (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423108#comment-13423108 ] Mina Naguib commented on CASSANDRA-4411: Quick follow-up All the problematic

[jira] [Commented] (CASSANDRA-4436) Counters in columns don't preserve correct values after cluster restart

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423110#comment-13423110 ] Jonathan Ellis commented on CASSANDRA-4436: --- +1 > Counters

git commit: Ensure compacted sstables are never used

2012-07-26 Thread slebresne
Updated Branches: refs/heads/cassandra-1.1 cc0be1b40 -> 6a6b7ec1f Ensure compacted sstables are never used patch by slebresne; reviewed by jbellis for CASSANDRA-4436 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit

[2/2] git commit: Ensure compacted sstables are never used

2012-07-26 Thread slebresne
Ensure compacted sstables are never used patch by slebresne; reviewed by jbellis for CASSANDRA-4436 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6a6b7ec1 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/

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

2012-07-26 Thread slebresne
Updated Branches: refs/heads/trunk f650d3e82 -> 111f6c939 Merge branch 'cassandra-1.1' into trunk Conflicts: src/java/org/apache/cassandra/db/ColumnFamilyStore.java src/java/org/apache/cassandra/io/sstable/Descriptor.java src/java/org/apache/cassandra/io/sstable/SSTable

git commit: Fix comments

2012-07-26 Thread slebresne
Updated Branches: refs/heads/cassandra-1.1 6a6b7ec1f -> bb37a0f25 Fix comments Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bb37a0f2 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bb37a0f2 Diff: htt

[2/2] git commit: Fix comments

2012-07-26 Thread slebresne
Fix comments Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bb37a0f2 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bb37a0f2 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bb37a0f2 Branch: r

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

2012-07-26 Thread slebresne
Updated Branches: refs/heads/trunk 111f6c939 -> 1507ce8cd Merge branch 'cassandra-1.1' into trunk Conflicts: src/java/org/apache/cassandra/io/sstable/Descriptor.java Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandr

[jira] [Updated] (CASSANDRA-4021) CFS.scrubDataDirectories tries to delete nonexistent orphans

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4021: -- Fix Version/s: (was: 1.0.11) > CFS.scrubDataDirectories tries to delete non

[jira] [Commented] (CASSANDRA-4462) upgradesstables strips active data from sstables

2012-07-26 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423231#comment-13423231 ] Sylvain Lebresne commented on CASSANDRA-4462: - Best way to make sure would

[jira] [Updated] (CASSANDRA-3841) long-test timing out

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3841: -- Fix Version/s: (was: 1.1.3) 1.1.4 Assignee: David Al

[jira] [Updated] (CASSANDRA-4410) BulkOutputFormat and CompositeColumn results in java.lang.AssertionError: Added column does not sort as the last column

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4410: -- Fix Version/s: (was: 1.1.3) 1.1.4 > BulkOutputFormat and

[jira] [Updated] (CASSANDRA-4240) Only check the size of indexed column values when they are of type KEYS

2012-07-26 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-4240: -- Reviewer: tjake Fix Version/s: 1.0.11 > Only check the size of indexed

[jira] [Commented] (CASSANDRA-4462) upgradesstables strips active data from sstables

2012-07-26 Thread Mike Heffner (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423249#comment-13423249 ] Mike Heffner commented on CASSANDRA-4462: - Fair enough, though we are not quit

[jira] [Commented] (CASSANDRA-4462) upgradesstables strips active data from sstables

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423252#comment-13423252 ] Jonathan Ellis commented on CASSANDRA-4462: --- +1 on the basic fix, but I'm no

[jira] [Updated] (CASSANDRA-4462) upgradesstables strips active data from sstables

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4462: -- Reviewer: jbellis Affects Version/s: (was: 1.1.2)

[jira] [Updated] (CASSANDRA-4240) Only check the size of indexed column values when they are of type KEYS

2012-07-26 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-4240: -- Assignee: Alex Liu > Only check the size of indexed column values when they are

git commit: cqlsh: fix problem describing pre-cql3 CFs that are case-sensitive Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4385

2012-07-26 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 bb37a0f25 -> 10372c20d cqlsh: fix problem describing pre-cql3 CFs that are case-sensitive Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4385 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apa

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

2012-07-26 Thread brandonwilliams
Updated Branches: refs/heads/trunk 1507ce8cd -> 94e413f5a 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/94e413f5 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree

[2/2] git commit: cqlsh: fix problem describing pre-cql3 CFs that are case-sensitive Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4385

2012-07-26 Thread brandonwilliams
cqlsh: fix problem describing pre-cql3 CFs that are case-sensitive Patch by paul cannon reviewed by brandonwilliams for CASSANDRA-4385 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/10372c20 Tree: http://git-wip-us.ap

git commit: Push the validation of secondary index values to the secondary index manager

2012-07-26 Thread jake
Updated Branches: refs/heads/cassandra-1.0 787e0e648 -> bce2d6c35 Push the validation of secondary index values to the secondary index manager Patch by Alex Liu, Reviewed by tjake for CASSANDRA-4240 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apac

git commit: remove poorly mocked test in favor of new test

2012-07-26 Thread jake
Updated Branches: refs/heads/cassandra-1.0 bce2d6c35 -> 27cd2bfda remove poorly mocked test in favor of new test Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27cd2bfd Tree: http://git-wip-us.apache.org/repos/asf

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

2012-07-26 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.txt Attaching patch for review. * Removed EndpointMetrics because

[4/13] git commit: fix typo in SICST class name

2012-07-26 Thread jbellis
fix typo in SICST class name Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1ad710b6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1ad710b6 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1ad

[2/13] git commit: merge from 1.0

2012-07-26 Thread jbellis
merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/070c1d8d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/070c1d8d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/070c1d8d Branch:

[5/13] git commit: fix typo in SICST class name

2012-07-26 Thread jbellis
fix typo in SICST class name Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1ad710b6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1ad710b6 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1ad

[12/13] git commit: Push the validation of secondary index values to the secondary index manager

2012-07-26 Thread jbellis
Push the validation of secondary index values to the secondary index manager Patch by Alex Liu, Reviewed by tjake for CASSANDRA-4240 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bce2d6c3 Tree: http://git-wip-us.apa

[1/13] git commit: merge from 1.1

2012-07-26 Thread jbellis
Updated Branches: refs/heads/cassandra-1.0 27cd2bfda -> 1ad710b6e refs/heads/cassandra-1.1 10372c20d -> 070c1d8dd refs/heads/trunk 94e413f5a -> 80baefddc merge from 1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/

[3/13] git commit: merge from 1.0

2012-07-26 Thread jbellis
merge from 1.0 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/070c1d8d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/070c1d8d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/070c1d8d Branch:

[8/13] git commit: cleanup

2012-07-26 Thread jbellis
cleanup Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bcc7f7b0 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bcc7f7b0 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bcc7f7b0 Branch: refs/h

[7/13] git commit: cleanup

2012-07-26 Thread jbellis
cleanup Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bcc7f7b0 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bcc7f7b0 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bcc7f7b0 Branch: refs/h

[13/13] git commit: Push the validation of secondary index values to the secondary index manager

2012-07-26 Thread jbellis
Push the validation of secondary index values to the secondary index manager Patch by Alex Liu, Reviewed by tjake for CASSANDRA-4240 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bce2d6c3 Tree: http://git-wip-us.apa

[9/13] git commit: cleanup

2012-07-26 Thread jbellis
cleanup Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/bcc7f7b0 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/bcc7f7b0 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/bcc7f7b0 Branch: refs/h

[10/13] git commit: remove poorly mocked test in favor of new test

2012-07-26 Thread jbellis
remove poorly mocked test in favor of new test Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27cd2bfd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/27cd2bfd Diff: http://git-wip-us.apache.org/repos/asf/

[11/13] git commit: remove poorly mocked test in favor of new test

2012-07-26 Thread jbellis
remove poorly mocked test in favor of new test Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/27cd2bfd Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/27cd2bfd Diff: http://git-wip-us.apache.org/repos/asf/

[6/13] git commit: fix typo in SICST class name

2012-07-26 Thread jbellis
fix typo in SICST class name Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/1ad710b6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/1ad710b6 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/1ad

[jira] [Updated] (CASSANDRA-4443) shuffle utility for vnodes

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4443: -- Assignee: Eric Evans Eric has some notes up at http://wiki.apache.org/cassandra/Vir

[jira] [Commented] (CASSANDRA-4049) Add generic way of adding SSTable components required custom compaction strategy

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423513#comment-13423513 ] Jonathan Ellis commented on CASSANDRA-4049: --- Sorry for the delay, would you

[Cassandra Wiki] Update of "VirtualNodes/Balance" by EricEvans

2012-07-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification. The "VirtualNodes/Balance" page has been changed by EricEvans: http://wiki.apache.org/cassandra/VirtualNodes/Balance?action=diff&rev1=4&rev2=5 <> == Implementation (Draft) == =

[jira] [Commented] (CASSANDRA-4443) shuffle utility for vnodes

2012-07-26 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423519#comment-13423519 ] Eric Evans commented on CASSANDRA-4443: --- bq. Eric has some notes up at http://w

[jira] [Updated] (CASSANDRA-2858) make request dropping more accurate

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2858: -- Description: Based on the discussion in CASSANDRA-2819, we can make the bookkeeping

[jira] [Commented] (CASSANDRA-4443) shuffle utility for vnodes

2012-07-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423550#comment-13423550 ] Jonathan Ellis commented on CASSANDRA-4443: --- Thanks! > shuf

git commit: fix compile

2012-07-26 Thread dbrosius
Updated Branches: refs/heads/trunk 80baefddc -> dc071e702 fix compile Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/dc071e70 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/dc071e70 Diff: http://git-w

[jira] [Updated] (CASSANDRA-2116) Separate out filesystem errors from generic IOErrors

2012-07-26 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-2116: - Attachment: CASSANDRA-2116-v6.patch > Separate out filesystem errors from

[jira] [Commented] (CASSANDRA-2116) Separate out filesystem errors from generic IOErrors

2012-07-26 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13423645#comment-13423645 ] Aleksey Yeschenko commented on CASSANDRA-2116: -- The patch is getting larg