[jira] Commented: (CASSANDRA-1324) Update thrift API to support ByteBuffer based allocation

2010-07-29 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893544#action_12893544 ] Nate McCall commented on CASSANDRA-1324: See my comment on THRIFT-830 for detai

[Cassandra Wiki] Trivial Update of "FAQ_JP" by teruro u

2010-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification. The "FAQ_JP" page has been changed by terurou. http://wiki.apache.org/cassandra/FAQ_JP?action=diff&rev1=56&rev2=57 -- <> == Java恧

[jira] Commented: (CASSANDRA-1292) Multiple migrations might run at once

2010-07-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893605#action_12893605 ] Hudson commented on CASSANDRA-1292: --- Integrated in Cassandra #503 (See [http://hudso

[jira] Commented: (CASSANDRA-1258) rebuild indexes after streaming

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893606#action_12893606 ] Jonathan Ellis commented on CASSANDRA-1258: --- thanks but now it occurs to me,

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893608#action_12893608 ] Hudson commented on CASSANDRA-1237: --- Integrated in Cassandra #503 (See [http://hudso

[jira] Commented: (CASSANDRA-1317) StorageProxy ignores snitch when determining whether to do a local read

2010-07-29 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893609#action_12893609 ] Hudson commented on CASSANDRA-1317: --- Integrated in Cassandra #503 (See [http://hudso

[jira] Updated: (CASSANDRA-1061) GCInspector uses com.sun.management - Exception under IBM JDK

2010-07-29 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1061: - Attachment: 0001-use-reflection-so-GCInspector-can-build-on-non-sun-j.patch As discus

[jira] Reopened: (CASSANDRA-1061) GCInspector uses com.sun.management - Exception under IBM JDK

2010-07-29 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reopened CASSANDRA-1061: - Assignee: Gary Dusbabek (was: Davanum Srinivas) > GCInspector uses com.sun

[jira] Updated: (CASSANDRA-1061) GCInspector uses com.sun.management - Exception under IBM JDK

2010-07-29 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1061: Fix Version/s: 0.7 beta 1 (was: 0.6.2) > GCInspector use

[jira] Updated: (CASSANDRA-1189) Refactor streaming

2010-07-29 Thread Nirmal Ranganathan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nirmal Ranganathan updated CASSANDRA-1189: -- Attachment: (was: 0001-Refactored-streaming-to-make-it-more-streamlined

[jira] Updated: (CASSANDRA-1189) Refactor streaming

2010-07-29 Thread Nirmal Ranganathan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nirmal Ranganathan updated CASSANDRA-1189: -- Attachment: (was: 0002-Test-cases-for-Streaming-Messages.patch) > Refac

[jira] Updated: (CASSANDRA-1189) Refactor streaming

2010-07-29 Thread Nirmal Ranganathan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nirmal Ranganathan updated CASSANDRA-1189: -- Attachment: 0002-Test-cases-for-Streaming-Messages.patch 000

[jira] Commented: (CASSANDRA-1061) GCInspector uses com.sun.management - Exception under IBM JDK

2010-07-29 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893668#action_12893668 ] Gary Dusbabek commented on CASSANDRA-1061: -- The other approach is to move GCIn

[jira] Commented: (CASSANDRA-1263) Push replication factor down to the replication strategy

2010-07-29 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893673#action_12893673 ] Jeremy Hanna commented on CASSANDRA-1263: - This would make it a lot easier/natu

svn commit: r980491 - /cassandra/trunk/src/java/org/apache/cassandra/thrift/CassandraServer.java

2010-07-29 Thread gdusbabek
Author: gdusbabek Date: Thu Jul 29 15:58:19 2010 New Revision: 980491 URL: http://svn.apache.org/viewvc?rev=980491&view=rev Log: check for ks/cf keyspace name agreement. Patch by Nate McCall, reviewed by Gary Dusbabek. CASSANDRA-1310 Modified: cassandra/trunk/src/java/org/apache/cassandra/th

svn commit: r980492 - /cassandra/trunk/src/java/org/apache/cassandra/tools/NodeCmd.java

2010-07-29 Thread gdusbabek
Author: gdusbabek Date: Thu Jul 29 15:58:29 2010 New Revision: 980492 URL: http://svn.apache.org/viewvc?rev=980492&view=rev Log: print a more friendly error when printRing gets IllegalState. Patch by Nate McCall, reviewed by Gary Dusbabek. CASSANDRA-1310 Modified: cassandra/trunk/src/java/or

[jira] Resolved: (CASSANDRA-1310) Disallow KS definition with RF > # of nodes

2010-07-29 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek resolved CASSANDRA-1310. -- Fix Version/s: 0.7 beta 1 (was: 0.7.0) Resolution: Fix

[jira] Commented: (CASSANDRA-1066) DatacenterShardStrategy needs enforceable and keyspace based RF

2010-07-29 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893685#action_12893685 ] Stu Hood commented on CASSANDRA-1066: - * Comment in conf/cassandra.yaml refers to I

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893689#action_12893689 ] Eric Evans commented on CASSANDRA-1237: --- On the one hand, decoupling access level

[jira] Issue Comment Edited: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893689#action_12893689 ] Eric Evans edited comment on CASSANDRA-1237 at 7/29/10 12:31 PM:

[jira] Reopened: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans reopened CASSANDRA-1237: --- > Store AccessLevels externally to IAuthenticator > -

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893690#action_12893690 ] Eric Evans commented on CASSANDRA-1237: --- {quote} Attached patch shows a simple I

[jira] Updated: (CASSANDRA-1327) page within a single row during hinted handoff

2010-07-29 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1327: Attachment: (was: 1327.txt) > page within a single row during hinted handof

[jira] Updated: (CASSANDRA-1327) page within a single row during hinted handoff

2010-07-29 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1327: Attachment: 1327.txt > page within a single row during hinted handoff > ---

[jira] Commented: (CASSANDRA-1061) GCInspector uses com.sun.management - Exception under IBM JDK

2010-07-29 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893696#action_12893696 ] Brandon Williams commented on CASSANDRA-1061: - +1 > GCInspector uses com.s

[jira] Assigned: (CASSANDRA-1322) allow configuring Pig without cassandra.yaml

2010-07-29 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Bailey reassigned CASSANDRA-1322: -- Assignee: Nick Bailey > allow configuring Pig without cassandra.yaml >

[jira] Issue Comment Edited: (CASSANDRA-1061) GCInspector uses com.sun.management - Exception under IBM JDK

2010-07-29 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893696#action_12893696 ] Brandon Williams edited comment on CASSANDRA-1061 at 7/29/10 12:55 PM: --

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893699#action_12893699 ] Stu Hood commented on CASSANDRA-1237: - > the approach of pluggable authenticators t

[jira] Commented: (CASSANDRA-1258) rebuild indexes after streaming

2010-07-29 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893712#action_12893712 ] Nate McCall commented on CASSANDRA-1258: Initially I was hesitant to mess with

[jira] Commented: (CASSANDRA-1322) allow configuring Pig without cassandra.yaml

2010-07-29 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893716#action_12893716 ] Jeremy Hanna commented on CASSANDRA-1322: - I think Jonathan I were talking abou

[jira] Updated: (CASSANDRA-1066) DatacenterShardStrategy needs enforceable and keyspace based RF

2010-07-29 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-1066: Attachment: 1066-3.txt Rebased and modified with updates based on Stu's comments. > Da

[jira] Commented: (CASSANDRA-1332) Scan results out of order

2010-07-29 Thread Dave Revell (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893725#action_12893725 ] Dave Revell commented on CASSANDRA-1332: Bisecting the SVN history shows that t

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893730#action_12893730 ] Eric Evans commented on CASSANDRA-1237: --- bq. ...the reasoning behind this ticket

[jira] Commented: (CASSANDRA-1066) DatacenterShardStrategy needs enforceable and keyspace based RF

2010-07-29 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893747#action_12893747 ] Stu Hood commented on CASSANDRA-1066: - +1 Looks good to me, although the committer

[jira] Updated: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Folke Behrens (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Folke Behrens updated CASSANDRA-1237: - Attachment: simple-jaas-authenticator.patch I'm sorry I deleted my patch too early. I

[jira] Commented: (CASSANDRA-1324) Update thrift API to support ByteBuffer based allocation

2010-07-29 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893763#action_12893763 ] Nate McCall commented on CASSANDRA-1324: Ok, got inserts working. Per #1 above,

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893766#action_12893766 ] Jonathan Ellis commented on CASSANDRA-1237: --- I agree that committing this was

[jira] Commented: (CASSANDRA-1258) rebuild indexes after streaming

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893768#action_12893768 ] Jonathan Ellis commented on CASSANDRA-1258: --- going through DD is a wart, not

[jira] Commented: (CASSANDRA-1327) page within a single row during hinted handoff

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893771#action_12893771 ] Jonathan Ellis commented on CASSANDRA-1327: --- +1 that was simpler than i thou

[jira] Created: (CASSANDRA-1334) cfstats shows deleted cfs

2010-07-29 Thread Arya Goudarzi (JIRA)
cfstats shows deleted cfs - Key: CASSANDRA-1334 URL: https://issues.apache.org/jira/browse/CASSANDRA-1334 Project: Cassandra Issue Type: Bug Affects Versions: 0.7 beta 1 Environment: CentOS 5.2 trunk

svn commit: r980542 - in /cassandra/trunk: CHANGES.txt src/java/org/apache/cassandra/db/HintedHandOffManager.java

2010-07-29 Thread brandonwilliams
Author: brandonwilliams Date: Thu Jul 29 19:05:24 2010 New Revision: 980542 URL: http://svn.apache.org/viewvc?rev=980542&view=rev Log: page within a single row during hinted handoff. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1327 Modified: cassandra/trunk/CHANGES.txt c

[jira] Updated: (CASSANDRA-1334) cfstats shows deleted cfs

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1334: -- Fix Version/s: 0.7 beta 1 > cfstats shows deleted cfs > - >

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893780#action_12893780 ] Stu Hood commented on CASSANDRA-1237: - > If authorization should be pluggable (I've

[jira] Assigned: (CASSANDRA-1334) cfstats shows deleted cfs

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1334?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-1334: - Assignee: Gary Dusbabek > cfstats shows deleted cfs > ---

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893784#action_12893784 ] Gary Dusbabek commented on CASSANDRA-1237: -- >> If authorization should be plug

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-07-29 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: snakeyaml-percentToFloat.txt snakeyaml-r1131-dev1.jar > make ca

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-07-29 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: (was: snakeyaml-percentToFloat.txt) > make cache sizes in CfDef Strings aga

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-07-29 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: (was: snakeyaml-r1131-dev1.jar) > make cache sizes in CfDef Strings again s

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893787#action_12893787 ] Stu Hood commented on CASSANDRA-1237: - > Separation of concerns. I tried to make th

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893794#action_12893794 ] Eric Evans commented on CASSANDRA-1237: --- {quote} > If authorization should be plu

svn commit: r980554 [2/2] - in /cassandra/trunk: conf/ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/auth/ src/java/org/apache/cassandra/avro/ src/jav

2010-07-29 Thread gdusbabek
Modified: cassandra/trunk/src/java/org/apache/cassandra/db/migration/RenameColumnFamily.java URL: http://svn.apache.org/viewvc/cassandra/trunk/src/java/org/apache/cassandra/db/migration/RenameColumnFamily.java?rev=980554&r1=980553&r2=980554&view=diff ==

[Cassandra Wiki] Update of "HowToContribute" by JonHerm es

2010-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification. The "HowToContribute" page has been changed by JonHermes. http://wiki.apache.org/cassandra/HowToContribute?action=diff&rev1=27&rev2=28 ---

[Cassandra Wiki] Update of "HowToContribute" by JonHerm es

2010-07-29 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification. The "HowToContribute" page has been changed by JonHermes. http://wiki.apache.org/cassandra/HowToContribute?action=diff&rev1=28&rev2=29 ---

svn commit: r980559 - /cassandra/trunk/src/java/org/apache/cassandra/cli/CliClient.java

2010-07-29 Thread eevans
Author: eevans Date: Thu Jul 29 20:22:14 2010 New Revision: 980559 URL: http://svn.apache.org/viewvc?rev=980559&view=rev Log: minor grammatical and formatting nits w/ help text Patch by eevans for CASSANDRA-1204 Modified: cassandra/trunk/src/java/org/apache/cassandra/cli/CliClient.java Modi

svn commit: r980558 - in /cassandra/trunk/src/java/org/apache/cassandra: cli/Cli.g cli/CliClient.java cli/CliCompleter.java cli/CliMain.java thrift/CassandraServer.java

2010-07-29 Thread eevans
Author: eevans Date: Thu Jul 29 20:22:08 2010 New Revision: 980558 URL: http://svn.apache.org/viewvc?rev=980558&view=rev Log: cli support for keyspace/cf add, drop, and rename Patch by Mason Bryant; review by eevans for CASSANDRA-1204 Modified: cassandra/trunk/src/java/org/apache/cassandra/c

svn commit: r980560 - /cassandra/trunk/src/java/org/apache/cassandra/cli/CliMain.java

2010-07-29 Thread eevans
Author: eevans Date: Thu Jul 29 20:22:19 2010 New Revision: 980560 URL: http://svn.apache.org/viewvc?rev=980560&view=rev Log: don't assume cli err stream is System.err This is a non-change, but protects a future where the cli's error stream is substituted for something else. Patch by eevans Mod

[jira] Commented: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-29 Thread Folke Behrens (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893806#action_12893806 ] Folke Behrens commented on CASSANDRA-1237: -- I don't think you can make authori

[jira] Created: (CASSANDRA-1335) Add Consistency Level for Schema Creation Operations

2010-07-29 Thread Arya Goudarzi (JIRA)
Add Consistency Level for Schema Creation Operations Key: CASSANDRA-1335 URL: https://issues.apache.org/jira/browse/CASSANDRA-1335 Project: Cassandra Issue Type: Improvement Comp

svn commit: r980564 - in /cassandra/branches/cassandra-0.6: CHANGES.txt src/java/org/apache/cassandra/db/HintedHandOffManager.java

2010-07-29 Thread brandonwilliams
Author: brandonwilliams Date: Thu Jul 29 20:36:19 2010 New Revision: 980564 URL: http://svn.apache.org/viewvc?rev=980564&view=rev Log: page within a single row during hinted handoff. Patch by brandonwilliams, reviewed by jbellis for CASSANDRA-1327 Modified: cassandra/branches/cassandra-0.6/C

[jira] Updated: (CASSANDRA-1066) DatacenterShardStrategy needs enforceable and keyspace based RF

2010-07-29 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-1066: Description: Currently, the DatacenterShardStrategy reads in a properties file - datac

CassandraLimitations reverted to revision 13 on Cassandra Wiki

2010-07-29 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page "Cassandra Wiki" for change notification. The page CassandraLimitations has been reverted to revision 13 by BenjaminBlack. The comment on this change is: Reverting the change to Chinese.. http://wiki.apache.org/cassandra/CassandraLimitations?acti

[jira] Commented: (CASSANDRA-1335) Add Consistency Level for Schema Creation Operations

2010-07-29 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893820#action_12893820 ] Gary Dusbabek commented on CASSANDRA-1335: -- It wouldn't be that difficult to m

[jira] Created: (CASSANDRA-1336) Update to new Log4j version

2010-07-29 Thread Folke Behrens (JIRA)
Update to new Log4j version --- Key: CASSANDRA-1336 URL: https://issues.apache.org/jira/browse/CASSANDRA-1336 Project: Cassandra Issue Type: Improvement Components: Packaging Affects Versions: 0.7 beta 1

svn commit: r980582 - /cassandra/trunk/contrib/py_stress/stress.py

2010-07-29 Thread brandonwilliams
Author: brandonwilliams Date: Thu Jul 29 21:17:07 2010 New Revision: 980582 URL: http://svn.apache.org/viewvc?rev=980582&view=rev Log: Fix range slices of supercolumns in stress.py Modified: cassandra/trunk/contrib/py_stress/stress.py Modified: cassandra/trunk/contrib/py_stress/stress.py URL

svn commit: r980583 - in /cassandra/trunk/src/java/org/apache/cassandra/db: ColumnFamilyStore.java RowIteratorFactory.java

2010-07-29 Thread jbellis
Author: jbellis Date: Thu Jul 29 21:18:23 2010 New Revision: 980583 URL: http://svn.apache.org/viewvc?rev=980583&view=rev Log: r/m unnecessary `final` from local variables, clean up gcbefore in RowIteratorFactory. patch by jbellis Modified: cassandra/trunk/src/java/org/apache/cassandra/db/C

svn commit: r980586 - /cassandra/branches/cassandra-0.6/contrib/py_stress/stress.py

2010-07-29 Thread brandonwilliams
Author: brandonwilliams Date: Thu Jul 29 21:21:23 2010 New Revision: 980586 URL: http://svn.apache.org/viewvc?rev=980586&view=rev Log: Allow more than 255 columns in stress.py Modified: cassandra/branches/cassandra-0.6/contrib/py_stress/stress.py Modified: cassandra/branches/cassandra-0.6/co

[jira] Updated: (CASSANDRA-1066) DatacenterShardStrategy needs enforceable and keyspace based RF

2010-07-29 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-1066: Description: (Updated to reflect the true scope of this improvement along with decision

[jira] Updated: (CASSANDRA-1156) support querying multiple nodes for index scan

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1156: -- Attachment: 0001-update-thrift.txt 0002-handle-index-scans-across-mu

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

2010-07-29 Thread Jonathan Ellis (JIRA)
parallelize fetching rows for low-cardinality indexes - Key: CASSANDRA-1337 URL: https://issues.apache.org/jira/browse/CASSANDRA-1337 Project: Cassandra Issue Type: Improvement

[jira] Commented: (CASSANDRA-1156) support querying multiple nodes for index scan

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893837#action_12893837 ] Jonathan Ellis commented on CASSANDRA-1156: --- pushed fancy statistics-based pa

[jira] Updated: (CASSANDRA-1066) DatacenterShardStrategy needs enforceable and keyspace based RF

2010-07-29 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-1066: Attachment: 1066-4.txt Rebased with current trunk. > DatacenterShardStrategy needs enf

[jira] Commented: (CASSANDRA-1338) optimize forward slices starting with '' by skipping the column index

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893841#action_12893841 ] Jonathan Ellis commented on CASSANDRA-1338: --- (this will be more important sin

[jira] Created: (CASSANDRA-1338) optimize forward slices starting with '' by skipping the column index

2010-07-29 Thread Jonathan Ellis (JIRA)
optimize forward slices starting with '' by skipping the column index - Key: CASSANDRA-1338 URL: https://issues.apache.org/jira/browse/CASSANDRA-1338 Project: Cassandra Issu

[jira] Created: (CASSANDRA-1339) add support for GT, GTE index expressions

2010-07-29 Thread Jonathan Ellis (JIRA)
add support for GT, GTE index expressions - Key: CASSANDRA-1339 URL: https://issues.apache.org/jira/browse/CASSANDRA-1339 Project: Cassandra Issue Type: New Feature Components: Core

[jira] Commented: (CASSANDRA-1335) Add Consistency Level for Schema Creation Operations

2010-07-29 Thread Arya Goudarzi (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893843#action_12893843 ] Arya Goudarzi commented on CASSANDRA-1335: -- I am waiting 1 second for the same

[jira] Updated: (CASSANDRA-1340) making cassandra-cli friendlier to scripts

2010-07-29 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-1340: -- Attachment: v1-0001-CASSANDRA-1340.-cassandra-cli-batch-processing-mode.txt > making cassan

[jira] Created: (CASSANDRA-1340) making cassandra-cli friendlier to scripts

2010-07-29 Thread Eric Evans (JIRA)
making cassandra-cli friendlier to scripts -- Key: CASSANDRA-1340 URL: https://issues.apache.org/jira/browse/CASSANDRA-1340 Project: Cassandra Issue Type: Bug Components: Tools Re

[jira] Updated: (CASSANDRA-1341) Duplicate nodes showing on the ring when starting 3 nodes on empty cluster

2010-07-29 Thread Arya Goudarzi (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arya Goudarzi updated CASSANDRA-1341: - Component/s: Core > Duplicate nodes showing on the ring when starting 3 nodes on empt

[jira] Created: (CASSANDRA-1341) Duplicate nodes showing on the ring when starting 3 nodes on empty cluster

2010-07-29 Thread Arya Goudarzi (JIRA)
Duplicate nodes showing on the ring when starting 3 nodes on empty cluster -- Key: CASSANDRA-1341 URL: https://issues.apache.org/jira/browse/CASSANDRA-1341 Project: Cassandra

[jira] Updated: (CASSANDRA-1341) Duplicate nodes showing on the ring when starting 3 nodes on empty cluster

2010-07-29 Thread Arya Goudarzi (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arya Goudarzi updated CASSANDRA-1341: - Description: When bringing a cluster of 3 nodes up, if user does not boot up the node

[jira] Created: (CASSANDRA-1342) Have the word_count contrib example use the new baked in hadoop outputwriter and such

2010-07-29 Thread Jeremy Hanna (JIRA)
Have the word_count contrib example use the new baked in hadoop outputwriter and such - Key: CASSANDRA-1342 URL: https://issues.apache.org/jira/browse/CASSANDRA-1342

[jira] Updated: (CASSANDRA-1342) Have the word_count contrib example use the new baked in hadoop outputwriter and such

2010-07-29 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-1342: Fix Version/s: 0.7.0 Making a target of 0.7.0 as it would be nice to showcase this new

[jira] Commented: (CASSANDRA-1340) making cassandra-cli friendlier to scripts

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893861#action_12893861 ] Jonathan Ellis commented on CASSANDRA-1340: --- +1 > making cassandra-cli frien

[jira] Resolved: (CASSANDRA-1341) Duplicate nodes showing on the ring when starting 3 nodes on empty cluster

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1341. --- Resolution: Duplicate same as CASSANDRA-1291 > Duplicate nodes showing on the ri

[jira] Updated: (CASSANDRA-1342) Have the word_count contrib example use the new baked in hadoop ColumnFamilyRecordWriter and such

2010-07-29 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-1342: Summary: Have the word_count contrib example use the new baked in hadoop ColumnFami

[jira] Commented: (CASSANDRA-1258) rebuild indexes after streaming

2010-07-29 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893870#action_12893870 ] Nate McCall commented on CASSANDRA-1258: I would like to stick with the approac

[jira] Commented: (CASSANDRA-1258) rebuild indexes after streaming

2010-07-29 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12893896#action_12893896 ] Jonathan Ellis commented on CASSANDRA-1258: --- Let's table this for now like yo