[jira] [Updated] (CASSANDRA-3251) CassandraStorage uses comparator for both super column names and sub column names.

2012-01-31 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3251: Reviewer: xedin (was: rbranson) CassandraStorage uses comparator for

[cassandra-node] 0 new revisions pushed by gdusba...@gmail.com on 2012-01-31 17:33 GMT

2012-01-31 Thread cassandra-node . apache-extras . org
0 new revisions http://code.google.com/a/apache-extras.org/p/cassandra-node/source/list

[cassandra-node] push by gdusba...@gmail.com - CHANGES and version bump to 0.8.1 on 2012-01-31 17:32 GMT

2012-01-31 Thread cassandra-node . apache-extras . org
Revision: 982ef1dac128 Author: Gary Dusbabek gdusba...@gmail.com Date: Tue Jan 31 09:32:41 2012 Log: CHANGES and version bump to 0.8.1 http://code.google.com/a/apache-extras.org/p/cassandra-node/source/detail?r=982ef1dac128 Modified: /CHANGES /package.json

[cassandra-node] push by gdusba...@gmail.com - Always call the ConnectionPool.shutdown()-callback.... on 2012-01-31 17:30 GMT

2012-01-31 Thread cassandra-node . apache-extras . org
Revision: 54987ca7733d Author: Christoph Tavan d...@tavan.de Date: Mon Jan 30 13:54:09 2012 Log: Always call the ConnectionPool.shutdown()-callback. - If shutting down, the callback is being passed an error.

[jira] [Created] (CASSANDRA-3819) Cannot restart server after making schema changes to composite CFs

2012-01-31 Thread Huy Le (Created) (JIRA)
Cannot restart server after making schema changes to composite CFs -- Key: CASSANDRA-3819 URL: https://issues.apache.org/jira/browse/CASSANDRA-3819 Project: Cassandra Issue

[jira] [Commented] (CASSANDRA-3811) Empty rpc_address prevents running MapReduce job outside a cluster

2012-01-31 Thread Michael Frisch (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197149#comment-13197149 ] Michael Frisch commented on CASSANDRA-3811: --- Assuming you built this into

[jira] [Commented] (CASSANDRA-3251) CassandraStorage uses comparator for both super column names and sub column names.

2012-01-31 Thread Pavel Yaskevich (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197157#comment-13197157 ] Pavel Yaskevich commented on CASSANDRA-3251: isSub = 2 lead to

[jira] [Updated] (CASSANDRA-3251) CassandraStorage uses comparator for both super column names and sub column names.

2012-01-31 Thread Pavel Yaskevich (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-3251: --- Attachment: CASSANDRA-3251-v3.patch v3 with implements proposed parameter change

[jira] [Commented] (CASSANDRA-3371) Cassandra inferred schema and actual data don't match

2012-01-31 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197202#comment-13197202 ] Brandon Williams commented on CASSANDRA-3371: - I resolved PIG-2485 as

[jira] [Issue Comment Edited] (CASSANDRA-3371) Cassandra inferred schema and actual data don't match

2012-01-31 Thread Brandon Williams (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197202#comment-13197202 ] Brandon Williams edited comment on CASSANDRA-3371 at 1/31/12 9:25 PM:

[jira] [Commented] (CASSANDRA-3251) CassandraStorage uses comparator for both super column names and sub column names.

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

git commit: (Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251

2012-01-31 Thread xedin
Updated Branches: refs/heads/cassandra-0.8 9ecaa2a5c - dbd8ced10 (Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: (Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251

2012-01-31 Thread xedin
Updated Branches: refs/heads/cassandra-1.0 f4064b5ff - 6173fa9e3 (Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

git commit: fix CHANGES.txt

2012-01-31 Thread xedin
Updated Branches: refs/heads/cassandra-1.0 6173fa9e3 - 505e196d4 fix CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/505e196d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/505e196d Diff:

[3/3] git commit: (Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251

2012-01-31 Thread xedin
(Pig) fix CassandraStorage to use correct comparator in Super ColumnFamily case patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3251 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6173fa9e Tree:

[1/3] git commit: merge from 1.0

2012-01-31 Thread xedin
Updated Branches: refs/heads/trunk f0ec9e4ea - 3e0f09028 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/3e0f0902 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3e0f0902 Diff:

[2/3] git commit: fix CHANGES.txt

2012-01-31 Thread xedin
fix CHANGES.txt Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/505e196d Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/505e196d Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/505e196d

[jira] [Updated] (CASSANDRA-3371) Cassandra inferred schema and actual data don't match

2012-01-31 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3371: Attachment: 3371-v5-rebased.txt Rebased v5 after CASSANDRA-3251

[jira] [Updated] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Jason Harvey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Harvey updated CASSANDRA-3820: Summary: Columns missing after upgrade from 0.8.5 to 1.0.7. (was: Columns missing

[jira] [Created] (CASSANDRA-3820) Columns missing after upgrade from 0.8 to 1.0.7.

2012-01-31 Thread Jason Harvey (Created) (JIRA)
Columns missing after upgrade from 0.8 to 1.0.7. Key: CASSANDRA-3820 URL: https://issues.apache.org/jira/browse/CASSANDRA-3820 Project: Cassandra Issue Type: Bug Affects Versions: 1.0.7

[jira] [Updated] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Jason Harvey (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Harvey updated CASSANDRA-3820: Description: After an upgrade, one of our CFs had a lot of rows with missing columns.

[jira] [Commented] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197496#comment-13197496 ] Peter Schuller commented on CASSANDRA-3820: --- Check whether the .bf files

[jira] [Issue Comment Edited] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Peter Schuller (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197496#comment-13197496 ] Peter Schuller edited comment on CASSANDRA-3820 at 2/1/12 1:53 AM:

[jira] [Commented] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197501#comment-13197501 ] Peter Schuller commented on CASSANDRA-3820: --- To be clear, if this is indeed

[jira] [Commented] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197498#comment-13197498 ] Peter Schuller commented on CASSANDRA-3820: --- And to be clear, I also

[jira] [Issue Comment Edited] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Brandon Williams (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197525#comment-13197525 ] Brandon Williams edited comment on CASSANDRA-3820 at 2/1/12 2:46 AM:

[jira] [Commented] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197525#comment-13197525 ] Brandon Williams commented on CASSANDRA-3820: - ISTM a bloom filter problem

[jira] [Commented] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Jason Harvey (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197573#comment-13197573 ] Jason Harvey commented on CASSANDRA-3820: - Peter: You're right! All zeroes on

[jira] [Created] (CASSANDRA-3821) Counters in super columns don't preserve correct values after cluster restart

2012-01-31 Thread Tyler Patterson (Created) (JIRA)
Counters in super columns don't preserve correct values after cluster restart - Key: CASSANDRA-3821 URL: https://issues.apache.org/jira/browse/CASSANDRA-3821 Project:

[jira] [Created] (CASSANDRA-3822) JdbcDate.getString(ByteBuffer) appears to not be multithreaded safe

2012-01-31 Thread Dave Brosius (Created) (JIRA)
JdbcDate.getString(ByteBuffer) appears to not be multithreaded safe --- Key: CASSANDRA-3822 URL: https://issues.apache.org/jira/browse/CASSANDRA-3822 Project: Cassandra Issue

[jira] [Created] (CASSANDRA-3823) [patch] remove bogus assert - never false

2012-01-31 Thread Dave Brosius (Created) (JIRA)
[patch] remove bogus assert - never false - Key: CASSANDRA-3823 URL: https://issues.apache.org/jira/browse/CASSANDRA-3823 Project: Cassandra Issue Type: Improvement Components: Core

[jira] [Updated] (CASSANDRA-3823) [patch] remove bogus assert - never false

2012-01-31 Thread Dave Brosius (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3823?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated CASSANDRA-3823: Attachment: remove_bogus_assert.diff [patch] remove bogus assert - never false

[jira] [Updated] (CASSANDRA-3824) [patch] add missing break in nodecmd's command dispatching for SETSTREAMTHROUGHPUT

2012-01-31 Thread Dave Brosius (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dave Brosius updated CASSANDRA-3824: Attachment: add_missing_break.diff [patch] add missing break in nodecmd's command

[jira] [Created] (CASSANDRA-3824) [patch] add missing break in nodecmd's command dispatching for SETSTREAMTHROUGHPUT

2012-01-31 Thread Dave Brosius (Created) (JIRA)
[patch] add missing break in nodecmd's command dispatching for SETSTREAMTHROUGHPUT -- Key: CASSANDRA-3824 URL: https://issues.apache.org/jira/browse/CASSANDRA-3824

[jira] [Commented] (CASSANDRA-3820) Columns missing after upgrade from 0.8.5 to 1.0.7.

2012-01-31 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197636#comment-13197636 ] Peter Schuller commented on CASSANDRA-3820: --- @Brandon - Yes, the implicit

git commit: Add missing break in NodeCmd

2012-01-31 Thread slebresne
Updated Branches: refs/heads/cassandra-1.1 f0ec9e4ea - e6b3cbbe2 Add missing break in NodeCmd patch by Dave Brosius; reviewed by slebresne for CASSANDRA-3824 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/2] git commit: Add missing break in NodeCmd

2012-01-31 Thread slebresne
Add missing break in NodeCmd patch by Dave Brosius; reviewed by slebresne for CASSANDRA-3824 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e6b3cbbe Tree:

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

2012-01-31 Thread slebresne
Updated Branches: refs/heads/trunk 3e0f09028 - e36926b8b 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/e36926b8 Tree:

[jira] [Resolved] (CASSANDRA-3824) [patch] add missing break in nodecmd's command dispatching for SETSTREAMTHROUGHPUT

2012-01-31 Thread Sylvain Lebresne (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3824?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-3824. - Resolution: Fixed Fix Version/s: 1.1 Reviewer: slebresne