[jira] [Updated] (CASSANDRA-4269) Setting column metadata for non-string comparator CFs breaks

2012-05-22 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-4269: Attachment: 4269.txt Patch attached. The column names == utf8 assumption was a

[Cassandra Wiki] Update of Committers by DaveBrosius

2012-05-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Committers page has been changed by DaveBrosius: http://wiki.apache.org/cassandra/Committers?action=diffrev1=20rev2=21 ||Pavel Yaskevich||Aug 2011||Datastax||PMC member||

[Cassandra Wiki] Update of Committers by DaveBrosius

2012-05-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Committers page has been changed by DaveBrosius: http://wiki.apache.org/cassandra/Committers?action=diffrev1=21rev2=22 ||Pavel Yaskevich||Aug 2011||Datastax||PMC member||

[jira] [Commented] (CASSANDRA-2478) Custom CQL protocol/transport

2012-05-22 Thread Rick Shaw (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13280986#comment-13280986 ] Rick Shaw commented on CASSANDRA-2478: -- Please consider returning the KS (schema)

[jira] [Commented] (CASSANDRA-4269) Setting column metadata for non-string comparator CFs breaks

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13280995#comment-13280995 ] Jonathan Ellis commented on CASSANDRA-4269: --- I assumed Tyler was referring

[jira] [Commented] (CASSANDRA-2478) Custom CQL protocol/transport

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13280997#comment-13280997 ] Jonathan Ellis commented on CASSANDRA-2478: --- How does this matter? As far

[jira] [Comment Edited] (CASSANDRA-2478) Custom CQL protocol/transport

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13280997#comment-13280997 ] Jonathan Ellis edited comment on CASSANDRA-2478 at 5/22/12 2:35 PM:

[Cassandra Wiki] Update of Committers by yukim

2012-05-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Committers page has been changed by yukim: http://wiki.apache.org/cassandra/Committers?action=diffrev1=22rev2=23 ||Vijay Parthasarathy||Jan 2012||Netflix|| || ||Aaron

[jira] [Commented] (CASSANDRA-4269) Setting column metadata for non-string comparator CFs breaks

2012-05-22 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281005#comment-13281005 ] Sylvain Lebresne commented on CASSANDRA-4269: - Agreed. The problem here is

[jira] [Created] (CASSANDRA-4272) Keyspace name case sensitivity

2012-05-22 Thread Claudio Atzori (JIRA)
Claudio Atzori created CASSANDRA-4272: - Summary: Keyspace name case sensitivity Key: CASSANDRA-4272 URL: https://issues.apache.org/jira/browse/CASSANDRA-4272 Project: Cassandra Issue

[jira] [Commented] (CASSANDRA-2478) Custom CQL protocol/transport

2012-05-22 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281014#comment-13281014 ] Eric Evans commented on CASSANDRA-2478: --- I haven't had a chance to do much more

[jira] [Commented] (CASSANDRA-4269) Setting column metadata for non-string comparator CFs breaks

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281015#comment-13281015 ] Jonathan Ellis commented on CASSANDRA-4269: --- +1 Setting

[jira] [Commented] (CASSANDRA-4272) Keyspace name case sensitivity

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281017#comment-13281017 ] Jonathan Ellis commented on CASSANDRA-4272: --- Can you reproduce this with an

[jira] [Updated] (CASSANDRA-4115) UNREACHABLE schema after decommissioning a non-seed node

2012-05-22 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-4115: Attachment: 4115-v2.txt Hmm, you're right. v2 instead filters dead states out

git commit: Fix setting column metadata for CF with non-string comparator

2012-05-22 Thread slebresne
Updated Branches: refs/heads/cassandra-1.1 2236b1533 - a7ed01cc2 Fix setting column metadata for CF with non-string comparator patch by slebresne; reviewed by jbellis for CASSANDRA-4269 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[2/2] git commit: Fix setting column metadata for CF with non-string comparator

2012-05-22 Thread slebresne
Fix setting column metadata for CF with non-string comparator patch by slebresne; reviewed by jbellis for CASSANDRA-4269 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a7ed01cc Tree:

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

2012-05-22 Thread slebresne
Updated Branches: refs/heads/trunk 2ed977a3c - 09ff86140 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/09ff8614 Tree:

[jira] [Commented] (CASSANDRA-4267) cassandra-stress.bat can't find o.a.c.stress.Stress

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281028#comment-13281028 ] Jonathan Ellis commented on CASSANDRA-4267: --- I get this after applying the

[jira] [Comment Edited] (CASSANDRA-4267) cassandra-stress.bat can't find o.a.c.stress.Stress

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281028#comment-13281028 ] Jonathan Ellis edited comment on CASSANDRA-4267 at 5/22/12 3:20 PM:

[jira] [Comment Edited] (CASSANDRA-4267) cassandra-stress.bat can't find o.a.c.stress.Stress

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281028#comment-13281028 ] Jonathan Ellis edited comment on CASSANDRA-4267 at 5/22/12 3:19 PM:

[jira] [Commented] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281030#comment-13281030 ] Jonathan Ellis commented on CASSANDRA-4227: --- So the situation is, I've

[Cassandra Wiki] Update of Committers by jeremyhanna

2012-05-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Committers page has been changed by jeremyhanna: http://wiki.apache.org/cassandra/Committers?action=diffrev1=23rev2=24 ||Sylvain Lebresne||Mar 2011||Datastax||PMC member,

[jira] [Commented] (CASSANDRA-3974) Per-CF TTL

2012-05-22 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281036#comment-13281036 ] Sylvain Lebresne commented on CASSANDRA-3974: - I does indeed seem that

[jira] [Commented] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281049#comment-13281049 ] Brandon Williams commented on CASSANDRA-4227: - I believe the more common

[4/6] git commit: fix long-test xml patch by Tyler Patterson; reviewed by jbellis for CASSANDRA-4270

2012-05-22 Thread jbellis
fix long-test xml patch by Tyler Patterson; reviewed by jbellis for CASSANDRA-4270 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f89b9aec Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f89b9aec Diff:

[6/6] git commit: fix long-test xml patch by Tyler Patterson; reviewed by jbellis for CASSANDRA-4270

2012-05-22 Thread jbellis
fix long-test xml patch by Tyler Patterson; reviewed by jbellis for CASSANDRA-4270 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/f89b9aec Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/f89b9aec Diff:

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

2012-05-22 Thread jbellis
Merge branch 'cassandra-1.0' into cassandra-1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a1386f96 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a1386f96 Diff:

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

2012-05-22 Thread jbellis
Updated Branches: refs/heads/cassandra-1.0 641b021d3 - f89b9aecc refs/heads/cassandra-1.1 a7ed01cc2 - a1386f96c refs/heads/trunk 09ff86140 - 92cf527f8 Merge branch 'cassandra-1.1' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

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

2012-05-22 Thread jbellis
Merge branch 'cassandra-1.0' into cassandra-1.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a1386f96 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a1386f96 Diff:

[jira] [Updated] (CASSANDRA-4270) long-test broken due to incorrect config option

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-4270: -- Reviewer: jbellis Component/s: (was: Core)

[jira] [Commented] (CASSANDRA-2478) Custom CQL protocol/transport

2012-05-22 Thread Rick Shaw (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281064#comment-13281064 ] Rick Shaw commented on CASSANDRA-2478: -- re: KS/CF meetadata. As you say, JDBC/SQL

[Cassandra Wiki] Update of Committers by jeremyhanna

2012-05-22 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Committers page has been changed by jeremyhanna: http://wiki.apache.org/cassandra/Committers?action=diffrev1=24rev2=25 Comment: reordered by date ||Sylvain Lebresne||Mar

[jira] [Commented] (CASSANDRA-4115) UNREACHABLE schema after decommissioning a non-seed node

2012-05-22 Thread Vijay (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281076#comment-13281076 ] Vijay commented on CASSANDRA-4115: -- +1 UNREACHABLE schema after

[jira] [Updated] (CASSANDRA-4266) Validate compression parameters

2012-05-22 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-4266: Attachment: 4266.txt Attaching patch that does 2 things: # Refuse unknown

[3/3] git commit: Don't convict dead states. Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-4115.

2012-05-22 Thread brandonwilliams
Don't convict dead states. Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-4115. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b5f99a33 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b5f99a33

[2/3] git commit: Don't convict dead states. Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-4115.

2012-05-22 Thread brandonwilliams
Don't convict dead states. Patch by brandonwilliams, reviewed by Vijay for CASSANDRA-4115. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/b5f99a33 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/b5f99a33

[1/3] git commit: Merge from 1.1

2012-05-22 Thread brandonwilliams
Updated Branches: refs/heads/cassandra-1.1 a1386f96c - b5f99a336 refs/heads/trunk 92cf527f8 - 669025cf2 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/commit/669025cf Tree:

[jira] [Comment Edited] (CASSANDRA-2478) Custom CQL protocol/transport

2012-05-22 Thread Rick Shaw (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281064#comment-13281064 ] Rick Shaw edited comment on CASSANDRA-2478 at 5/22/12 5:42 PM:

[jira] [Updated] (CASSANDRA-1974) PFEPS-like snitch that uses gossip instead of a property file

2012-05-22 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1974: Attachment: 1974.txt Adds a GossipingPropertyFileSnitch that enables defining

[jira] [Commented] (CASSANDRA-4219) Problem with creating keyspace after drop

2012-05-22 Thread Douglas Muth (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281148#comment-13281148 ] Douglas Muth commented on CASSANDRA-4219: - Good Afternoon, It turns out that

[jira] [Commented] (CASSANDRA-4219) Problem with creating keyspace after drop

2012-05-22 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281154#comment-13281154 ] Pavel Yaskevich commented on CASSANDRA-4219: Hi Doug, I think that the

[jira] [Commented] (CASSANDRA-4264) live ratio limit 64.0 is way too low

2012-05-22 Thread Radim Kolar (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281185#comment-13281185 ] Radim Kolar commented on CASSANDRA-4264: i am using openjdk 6, any known

[jira] [Commented] (CASSANDRA-4264) live ratio limit 64.0 is way too low

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281192#comment-13281192 ] Jonathan Ellis commented on CASSANDRA-4264: --- You mean like this? {code} #

[jira] [Commented] (CASSANDRA-4266) Validate compression parameters

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281199#comment-13281199 ] Jonathan Ellis commented on CASSANDRA-4266: --- +1 Validate

[jira] [Updated] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-4227: -- Attachment: 4227_drop_hints.txt StorageProxy throws NPEs for when there's no hostids

[jira] [Commented] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281237#comment-13281237 ] Eric Evans commented on CASSANDRA-4227: --- bq. We should just drop the hint in

[jira] [Commented] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281249#comment-13281249 ] Jonathan Ellis commented on CASSANDRA-4227: --- Hints are supposed to be

git commit: StorageProxy throws NPEs for when there's no hostids for a target patch by dbrosius reviewed by jbellis for CASSANDRA-4227

2012-05-22 Thread dbrosius
Updated Branches: refs/heads/trunk 669025cf2 - bd32d4f0b StorageProxy throws NPEs for when there's no hostids for a target patch by dbrosius reviewed by jbellis for CASSANDRA-4227 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281323#comment-13281323 ] Dave Brosius commented on CASSANDRA-4227: - committed as

[jira] [Comment Edited] (CASSANDRA-3885) Support multiple ranges in SliceQueryFilter

2012-05-22 Thread Vijay (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281330#comment-13281330 ] Vijay edited comment on CASSANDRA-3885 at 5/23/12 12:24 AM:

[jira] [Commented] (CASSANDRA-3885) Support multiple ranges in SliceQueryFilter

2012-05-22 Thread Vijay (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281330#comment-13281330 ] Vijay commented on CASSANDRA-3885: -- Hi David, Thanks for the patch, (Needs a rebase

git commit: Revert StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread eevans
Updated Branches: refs/heads/trunk bd32d4f0b - 03ea58a94 Revert StorageProxy throws NPEs for when there's no hostids for a target This reverts commit bd32d4f0b9f0f88fed97e8ddf2ee41b5b048d31d. Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281336#comment-13281336 ] Eric Evans commented on CASSANDRA-4227: --- I reverted this. I'm not sure which

[jira] [Reopened] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans reopened CASSANDRA-4227: --- StorageProxy throws NPEs for when there's no hostids for a target

[jira] [Commented] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Dave Brosius (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281351#comment-13281351 ] Dave Brosius commented on CASSANDRA-4227: - ok, but what ever the reason for a

[jira] [Commented] (CASSANDRA-3882) avoid distributed deadlock in migration stage

2012-05-22 Thread Peter Schuller (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281374#comment-13281374 ] Peter Schuller commented on CASSANDRA-3882: --- I will try to look at it more

[jira] [Commented] (CASSANDRA-3882) avoid distributed deadlock in migration stage

2012-05-22 Thread Peter Schuller (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281373#comment-13281373 ] Peter Schuller commented on CASSANDRA-3882: --- Yes, that is the issue I'm

[jira] [Commented] (CASSANDRA-4227) StorageProxy throws NPEs for when there's no hostids for a target

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281382#comment-13281382 ] Jonathan Ellis commented on CASSANDRA-4227: --- Sorry for the confusion, I was

[jira] [Updated] (CASSANDRA-4261) [patch] Support consistency-latency prediction in nodetool

2012-05-22 Thread Peter Bailis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Bailis updated CASSANDRA-4261: Attachment: demo-pbs.sh [patch] Support consistency-latency prediction in

[jira] [Commented] (CASSANDRA-4261) [patch] Support consistency-latency prediction in nodetool

2012-05-22 Thread Peter Bailis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281391#comment-13281391 ] Peter Bailis commented on CASSANDRA-4261: - I've provided a bash script that

[jira] [Commented] (CASSANDRA-4264) live ratio limit 64.0 is way too low

2012-05-22 Thread Radim Kolar (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281405#comment-13281405 ] Radim Kolar commented on CASSANDRA-4264: Is there some way to test if JAMM

[jira] [Commented] (CASSANDRA-4264) live ratio limit 64.0 is way too low

2012-05-22 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-4264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13281412#comment-13281412 ] Jonathan Ellis commented on CASSANDRA-4264: ---