svn commit: r990809 - in /cassandra/site: publish/index.html src/content/index.html

2010-08-30 Thread eevans
Author: eevans Date: Mon Aug 30 14:16:11 2010 New Revision: 990809 URL: http://svn.apache.org/viewvc?rev=990809view=rev Log: link in new mailing list Modified: cassandra/site/publish/index.html cassandra/site/src/content/index.html Modified: cassandra/site/publish/index.html URL:

[Cassandra Wiki] Update of MultiTenant by jeremyhanna

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MultiTenant page has been changed by jeremyhanna. http://wiki.apache.org/cassandra/MultiTenant?action=diffrev1=14rev2=15 -- *

svn commit: r990887 - /cassandra/trunk/conf/cassandra-env.sh

2010-08-30 Thread jbellis
Author: jbellis Date: Mon Aug 30 18:14:10 2010 New Revision: 990887 URL: http://svn.apache.org/viewvc?rev=990887view=rev Log: mention -Djava.rmi.server.hostname in cassandra-env Modified: cassandra/trunk/conf/cassandra-env.sh Modified: cassandra/trunk/conf/cassandra-env.sh URL:

[Cassandra Wiki] Update of CassandraUsers by BenStand efer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The CassandraUsers page has been changed by BenStandefer. http://wiki.apache.org/cassandra/CassandraUsers?action=diffrev1=8rev2=9 --

[jira] Updated: (CASSANDRA-1320) Convert AccessLevel to SetPermission

2010-08-30 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-1320: -- Reviewer: urandom Convert AccessLevel to SetPermission

[jira] Updated: (CASSANDRA-1271) Improve permissions to allow control over creation/removal/listing of Keyspaces

2010-08-30 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-1271: -- Reviewer: urandom Improve permissions to allow control over creation/removal/listing of

[jira] Commented: (CASSANDRA-1329) make multiget take a set of keys instead of a list

2010-08-30 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904287#action_12904287 ] Jon Hermes commented on CASSANDRA-1329: --- Only from py code. It takes the keys in

[jira] Created: (CASSANDRA-1443) shell scripts are not posix compliant

2010-08-30 Thread Brandon Williams (JIRA)
shell scripts are not posix compliant - Key: CASSANDRA-1443 URL: https://issues.apache.org/jira/browse/CASSANDRA-1443 Project: Cassandra Issue Type: Bug Affects Versions: 0.6 Reporter:

[Cassandra Wiki] Trivial Update of CassandraUsers by jeremyhanna

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The CassandraUsers page has been changed by jeremyhanna. The comment on this change is: making SimpleGeo not a wiki link.

[jira] Commented: (CASSANDRA-1329) make multiget take a set of keys instead of a list

2010-08-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904303#action_12904303 ] Jonathan Ellis commented on CASSANDRA-1329: --- iow passing in duplicate keys

[jira] Commented: (CASSANDRA-1391) Allow Concurrent Schema Migrations

2010-08-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904304#action_12904304 ] Jonathan Ellis commented on CASSANDRA-1391: --- ISTM we can allow concurrent

[jira] Created: (CASSANDRA-1444) Exception when dropping keyspace

2010-08-30 Thread Dave Revell (JIRA)
Exception when dropping keyspace Key: CASSANDRA-1444 URL: https://issues.apache.org/jira/browse/CASSANDRA-1444 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 0.7 beta 1

[jira] Assigned: (CASSANDRA-1444) Exception when dropping keyspace

2010-08-30 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek reassigned CASSANDRA-1444: Assignee: Gary Dusbabek Exception when dropping keyspace

svn commit: r990943 - in /cassandra/trunk/interface: cassandra.thrift thrift/gen-java/org/apache/cassandra/thrift/AccessLevel.java

2010-08-30 Thread eevans
Author: eevans Date: Mon Aug 30 21:14:23 2010 New Revision: 990943 URL: http://svn.apache.org/viewvc?rev=990943view=rev Log: Remove AccessLevel from the client API Patch by Stu Hood; reviewed by eevans for CASSANDRA-1320 Removed:

svn commit: r990944 - in /cassandra/trunk/src/java/org/apache/cassandra: auth/AllowAllAuthority.java auth/IAuthority.java auth/Permission.java auth/SimpleAuthority.java service/ClientState.java

2010-08-30 Thread eevans
Author: eevans Date: Mon Aug 30 21:14:29 2010 New Revision: 990944 URL: http://svn.apache.org/viewvc?rev=990944view=rev Log: Convert AccessLevel to SetPermission Patch by Stu Hood; reviewed by eevans for CASSANDRA-1320 Added:

svn commit: r990945 - in /cassandra/trunk/src/java/org/apache/cassandra: avro/CassandraServer.java thrift/CassandraServer.java

2010-08-30 Thread eevans
Author: eevans Date: Mon Aug 30 21:14:34 2010 New Revision: 990945 URL: http://svn.apache.org/viewvc?rev=990945view=rev Log: Convert to Permission usage in Thrift/Avro servers Patch by Stu Hood; reviewed by eevans for CASSANDRA-1320 Modified:

[jira] Created: (CASSANDRA-1445) Make keys/rows cached more safe

2010-08-30 Thread Jeremy Hanna (JIRA)
Make keys/rows cached more safe --- Key: CASSANDRA-1445 URL: https://issues.apache.org/jira/browse/CASSANDRA-1445 Project: Cassandra Issue Type: Improvement Components: Core Reporter: Jeremy

[jira] Commented: (CASSANDRA-1293) add locking around row cache accesses

2010-08-30 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904373#action_12904373 ] Stu Hood commented on CASSANDRA-1293: - How much of a benefit do we get from the row

[jira] Updated: (CASSANDRA-1444) Exception when dropping keyspace

2010-08-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1444: -- Fix Version/s: 0.7 beta 2 Exception when dropping keyspace

[jira] Updated: (CASSANDRA-1435) CommitLogHeader raises an AssertionError during startup

2010-08-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1435: -- Attachment: (was: 1435-2.txt) CommitLogHeader raises an AssertionError during

[jira] Commented: (CASSANDRA-1329) make multiget take a set of keys instead of a list

2010-08-30 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904405#action_12904405 ] Jon Hermes commented on CASSANDRA-1329: --- Yes, there's no (good) way to tell

[jira] Commented: (CASSANDRA-1446) cassandra-cli still relies on cassandra.in.sh instead of cassandra-env.sh

2010-08-30 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904409#action_12904409 ] Eric Evans commented on CASSANDRA-1446: --- cassandra-cli never used the set of

[jira] Commented: (CASSANDRA-1329) make multiget take a set of keys instead of a list

2010-08-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904422#action_12904422 ] Jonathan Ellis commented on CASSANDRA-1329: --- can you rebase? make multiget

[jira] Commented: (CASSANDRA-1329) make multiget take a set of keys instead of a list

2010-08-30 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904432#action_12904432 ] Stu Hood commented on CASSANDRA-1329: - Is this really worth it? Set maintenance is

[jira] Commented: (CASSANDRA-1446) cassandra-cli still relies on cassandra.in.sh instead of cassandra-env.sh

2010-08-30 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904433#action_12904433 ] Brandon Williams commented on CASSANDRA-1446: - The specific problem I'm

[jira] Issue Comment Edited: (CASSANDRA-1329) make multiget take a set of keys instead of a list

2010-08-30 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904432#action_12904432 ] Stu Hood edited comment on CASSANDRA-1329 at 8/30/10 8:07 PM:

[jira] Created: (CASSANDRA-1447) SimpleAuthenticator MD5 support

2010-08-30 Thread Stu Hood (JIRA)
SimpleAuthenticator MD5 support --- Key: CASSANDRA-1447 URL: https://issues.apache.org/jira/browse/CASSANDRA-1447 Project: Cassandra Issue Type: Bug Reporter: Stu Hood Priority: Minor

[Cassandra Wiki] Update of StorageConfiguration by Fl ipKromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The StorageConfiguration page has been changed by FlipKromer. The comment on this change is: Changed confusing descriptions for concurrent_writes and disk_access_mode to match

[Cassandra Wiki] Update of MemtableThresholds by Flip Kromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MemtableThresholds page has been changed by FlipKromer. http://wiki.apache.org/cassandra/MemtableThresholds?action=diffrev1=10rev2=11

[Cassandra Wiki] Trivial Update of MemtableThresholds by FlipKromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MemtableThresholds page has been changed by FlipKromer. The comment on this change is: removed duplicate sentence.

[Cassandra Wiki] Update of MemtableThresholds by Flip Kromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MemtableThresholds page has been changed by FlipKromer. The comment on this change is: Much more conservative initial heap, via driftx sugg..

[Cassandra Wiki] Update of MemtableThresholds by Flip Kromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MemtableThresholds page has been changed by FlipKromer. http://wiki.apache.org/cassandra/MemtableThresholds?action=diffrev1=13rev2=14

[Cassandra Wiki] Update of StorageConfiguration by Fl ipKromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The StorageConfiguration page has been changed by FlipKromer. http://wiki.apache.org/cassandra/StorageConfiguration?action=diffrev1=42rev2=43

svn commit: r991062 - /cassandra/trunk/bin/cassandra-cli

2010-08-30 Thread eevans
Author: eevans Date: Tue Aug 31 02:47:53 2010 New Revision: 991062 URL: http://svn.apache.org/viewvc?rev=991062view=rev Log: more reasonable max heap for cassandra-cli Patch by eevans for CASSANDRA-1446 Modified: cassandra/trunk/bin/cassandra-cli Modified: cassandra/trunk/bin/cassandra-cli

[jira] Commented: (CASSANDRA-1446) cassandra-cli still relies on cassandra.in.sh instead of cassandra-env.sh

2010-08-30 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904504#action_12904504 ] Eric Evans commented on CASSANDRA-1446: --- {quote} The specific problem I'm seeing

[jira] Commented: (CASSANDRA-1446) cassandra-cli still relies on cassandra.in.sh instead of cassandra-env.sh

2010-08-30 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904505#action_12904505 ] Brandon Williams commented on CASSANDRA-1446: - 256M works for me, but let's

svn commit: r991065 - /cassandra/branches/cassandra-0.6/bin/cassandra-cli

2010-08-30 Thread eevans
Author: eevans Date: Tue Aug 31 03:13:07 2010 New Revision: 991065 URL: http://svn.apache.org/viewvc?rev=991065view=rev Log: more reasonable max heap for cassandra-cli Patch by eevans for CASSANDRA-1446 Modified: cassandra/branches/cassandra-0.6/bin/cassandra-cli Modified:

[jira] Resolved: (CASSANDRA-1446) cassandra-cli still relies on cassandra.in.sh instead of cassandra-env.sh

2010-08-30 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans resolved CASSANDRA-1446. --- Fix Version/s: 0.6.6 Resolution: Fixed committed new max heap to 0.6 and trunk

[Cassandra Wiki] Update of MemtableThresholds by Flip Kromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MemtableThresholds page has been changed by FlipKromer. http://wiki.apache.org/cassandra/MemtableThresholds?action=diffrev1=14rev2=15

[Cassandra Wiki] Update of MemtableThresholds by Flip Kromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MemtableThresholds page has been changed by FlipKromer. The comment on this change is: toc. http://wiki.apache.org/cassandra/MemtableThresholds?action=diffrev1=15rev2=16

[Cassandra Wiki] Update of MemtableThresholds by Flip Kromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MemtableThresholds page has been changed by FlipKromer. The comment on this change is: two tweaks, overall contents signed off by driftx.

[Cassandra Wiki] Update of PerformanceTuning by FlipK romer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The PerformanceTuning page has been changed by FlipKromer. http://wiki.apache.org/cassandra/PerformanceTuning?action=diffrev1=5rev2=6

[Cassandra Wiki] Update of MemtableThresholds by Flip Kromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The MemtableThresholds page has been changed by FlipKromer. http://wiki.apache.org/cassandra/MemtableThresholds?action=diffrev1=18rev2=19

[Cassandra Wiki] Update of FrontPage by FlipKromer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The FrontPage page has been changed by FlipKromer. http://wiki.apache.org/cassandra/FrontPage?action=diffrev1=49rev2=50 -- #language

[jira] Updated: (CASSANDRA-1448) PropertyFileEndPointSnitch can only be used once per configuration

2010-08-30 Thread David Viner (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Viner updated CASSANDRA-1448: --- Attachment: patch-for-mbean-error.patch This patch is against the 0.6.4 source tag.

[jira] Updated: (CASSANDRA-1448) PropertyFileEndPointSnitch can only be used once per configuration

2010-08-30 Thread David Viner (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Viner updated CASSANDRA-1448: --- Comment: was deleted (was: Simple patch to catch the exception)

[jira] Assigned: (CASSANDRA-1448) PropertyFileEndPointSnitch can only be used once per configuration

2010-08-30 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reassigned CASSANDRA-1448: --- Assignee: Brandon Williams PropertyFileEndPointSnitch can only be used

[Cassandra Wiki] Update of PerformanceTuning by FlipK romer

2010-08-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The PerformanceTuning page has been changed by FlipKromer. http://wiki.apache.org/cassandra/PerformanceTuning?action=diffrev1=6rev2=7

[jira] Commented: (CASSANDRA-1448) PropertyFileEndPointSnitch can only be used once per configuration

2010-08-30 Thread David Viner (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904519#action_12904519 ] David Viner commented on CASSANDRA-1448: hmm... good point. Perhaps the better

[jira] Commented: (CASSANDRA-1448) PropertyFileEndPointSnitch can only be used once per configuration

2010-08-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12904523#action_12904523 ] Jonathan Ellis commented on CASSANDRA-1448: --- probably the right solution is