[jira] Updated: (CASSANDRA-1088) Enable cassandra-cli to list rows, and page through rows in a column family

2010-07-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1088: -- Fix Version/s: 0.7.0 (was: 0.7 beta 1) > Enable cassandra-cl

[jira] Updated: (CASSANDRA-1315) ColumnFamilyOutputFormat should use client API objects

2010-07-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1315: -- Fix Version/s: 0.7.0 (was: 0.7 beta 1) > ColumnFamilyOutputF

[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-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1313: -- Fix Version/s: 0.7.0 (was: 0.7 beta 1) > make cache sizes in

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

2010-07-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1061: -- Fix Version/s: 0.6.5 (was: 0.7 beta 1) can we commit this to

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

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

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

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

[jira] Commented: (CASSANDRA-1204) CliClient Support for add, drop, and rename should be added for keyspace and column family

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

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

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

svn commit: r980790 - /cassandra/branches/cassandra-0.6/src/java/org/apache/cassandra/service/GCInspector.java

2010-07-30 Thread gdusbabek
Author: gdusbabek Date: Fri Jul 30 13:46:50 2010 New Revision: 980790 URL: http://svn.apache.org/viewvc?rev=980790&view=rev Log: use reflection to avoid compile dependency on sun classes. do not start thread when sun classes are not present at runtime. patch by gdusbabek, reviewed by brandonwill

svn commit: r980791 - /cassandra/branches/cassandra-0.6/CHANGES.txt

2010-07-30 Thread gdusbabek
Author: gdusbabek Date: Fri Jul 30 13:47:36 2010 New Revision: 980791 URL: http://svn.apache.org/viewvc?rev=980791&view=rev Log: use reflection to avoid compile dependency on sun classes. do not start thread when sun classes are not present at runtime. patch by gdusbabek, reviewed by brandonwill

svn commit: r980796 - in /cassandra/trunk: ./ debian/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/service/

2010-07-30 Thread gdusbabek
Author: gdusbabek Date: Fri Jul 30 14:02:56 2010 New Revision: 980796 URL: http://svn.apache.org/viewvc?rev=980796&view=rev Log: merge from 0.6 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/debian/changelog cassandra/trunk/interface/thri

buildbot failure in ASF Buildbot on cassandra-0.6

2010-07-30 Thread buildbot
The Buildbot has detected a new failure of cassandra-0.6 on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-0.6/builds/120 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch cassandra/branche

[jira] Commented: (CASSANDRA-1072) Increment counters

2010-07-30 Thread SoftwareProjects (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894052#action_12894052 ] SoftwareProjects commented on CASSANDRA-1072: - Kelvin, thank you for puttin

[jira] Commented: (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-30 Thread Andrey Somov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894062#action_12894062 ] Andrey Somov commented on CASSANDRA-1313: - You do not need to patch SnakeYAML t

[jira] Commented: (CASSANDRA-1072) Increment counters

2010-07-30 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894066#action_12894066 ] Ryan King commented on CASSANDRA-1072: -- Mike- You might have a misunderstanding-

[jira] Commented: (CASSANDRA-1072) Increment counters

2010-07-30 Thread Mike Peters (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894084#action_12894084 ] Mike Peters commented on CASSANDRA-1072: Ah you're totally right Ryan! My bad.

[jira] Commented: (CASSANDRA-786) RPM Packages

2010-07-30 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894103#action_12894103 ] Nick Bailey commented on CASSANDRA-786: --- Any reason why this hasn't made it into t

[Cassandra Wiki] Update of "RunningCassandra" by AJosli n103

2010-07-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification. The "RunningCassandra" page has been changed by AJoslin103. The comment on this change is: added a .plist file to launch on startup on Mac OS X. http://wiki.apache.org/cassandra/Runn

[jira] Assigned: (CASSANDRA-1343) gossip throws IllegalStateException

2010-07-30 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek reassigned CASSANDRA-1343: Assignee: Gary Dusbabek > gossip throws IllegalStateException > ---

[jira] Created: (CASSANDRA-1343) gossip throws IllegalStateException

2010-07-30 Thread Gary Dusbabek (JIRA)
gossip throws IllegalStateException --- Key: CASSANDRA-1343 URL: https://issues.apache.org/jira/browse/CASSANDRA-1343 Project: Cassandra Issue Type: Bug Components: Core Reporter: Gary Du

[jira] Commented: (CASSANDRA-1343) gossip throws IllegalStateException

2010-07-30 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894125#action_12894125 ] Gary Dusbabek commented on CASSANDRA-1343: -- /System/Library/Frameworks/JavaVM.

[jira] Commented: (CASSANDRA-1191) Make Strategy classes fail if asked to fulfil an impossible replication request

2010-07-30 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894132#action_12894132 ] Gary Dusbabek commented on CASSANDRA-1191: -- This breaks SS.calculatePendingRan

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

2010-07-30 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894149#action_12894149 ] Eric Evans commented on CASSANDRA-1066: --- A few issues, some of which we discusse

svn commit: r980964 - in /cassandra/trunk/src/java/org/apache/cassandra/cli: CliClient.java CliMain.java CliOptions.java CliSessionState.java

2010-07-30 Thread eevans
Author: eevans Date: Fri Jul 30 21:06:01 2010 New Revision: 980964 URL: http://svn.apache.org/viewvc?rev=980964&view=rev Log: CASSANDRA-1340. cassandra-cli: batch processing mode Passing --batch on the command line causes normal output to be suppressed, and errors to be fatal. Useful for executin

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

2010-07-30 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894151#action_12894151 ] Eric Evans commented on CASSANDRA-1340: --- committed. > making cassandra-cli frien

[Cassandra Wiki] Update of "Avro" by StuHood

2010-07-30 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification. The "Avro" page has been changed by StuHood. http://wiki.apache.org/cassandra/Avro?action=diff&rev1=3&rev2=4 -- '''Issues'''||

[jira] Assigned: (CASSANDRA-1291) nodetool ring prints incorrect IP address

2010-07-30 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reassigned CASSANDRA-1291: --- Assignee: Brandon Williams > nodetool ring prints incorrect IP address >

[jira] Updated: (CASSANDRA-1291) nodetool ring prints incorrect IP address

2010-07-30 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1291: Attachment: 1291.txt Attachment with Jignesh's consolidated changes. > nodetoo

svn commit: r980983 - in /cassandra/trunk/src/java/org/apache/cassandra/locator: DatacenterShardStrategy.java RackAwareStrategy.java RackUnawareStrategy.java

2010-07-30 Thread brandonwilliams
Author: brandonwilliams Date: Fri Jul 30 22:16:02 2010 New Revision: 980983 URL: http://svn.apache.org/viewvc?rev=980983&view=rev Log: Use LinkedHashSet in location strategies to maintain order. Patch by Jignesh Dhruv reviewed by brandonwilliams for CASSANDRA-1291 Modified: cassandra/trunk

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

2010-07-30 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894179#action_12894179 ] Gary Dusbabek commented on CASSANDRA-1189: -- I'm still testing and looking at t

[jira] Commented: (CASSANDRA-1191) Make Strategy classes fail if asked to fulfil an impossible replication request

2010-07-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894180#action_12894180 ] Jonathan Ellis commented on CASSANDRA-1191: --- if you have a nonsensical RF how

[Cassandra Wiki] Update of "HowToContribute" by jeremyh anna

2010-07-30 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 jeremyhanna. The comment on this change is: adding directions to install the thrift python bindings.. http://wiki.apache.org/cassandra/

[jira] Commented: (CASSANDRA-1191) Make Strategy classes fail if asked to fulfil an impossible replication request

2010-07-30 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894182#action_12894182 ] Gary Dusbabek commented on CASSANDRA-1191: -- It worked before, and I don't thin

[jira] Commented: (CASSANDRA-1191) Make Strategy classes fail if asked to fulfil an impossible replication request

2010-07-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894184#action_12894184 ] Jonathan Ellis commented on CASSANDRA-1191: --- i dunno, when asked to do someth

[jira] Resolved: (CASSANDRA-1343) gossip throws IllegalStateException

2010-07-30 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek resolved CASSANDRA-1343. -- Resolution: Invalid solution: bring all nodes up, then load schema. > gossip throw

[jira] Reopened: (CASSANDRA-1343) gossip throws IllegalStateException

2010-07-30 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek reopened CASSANDRA-1343: -- On second thought, I think the right solution is to disallow KS creation when the numb

[jira] Updated: (CASSANDRA-1343) gossip throws IllegalStateException

2010-07-30 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1343: - Priority: Major (was: Critical) > gossip throws IllegalStateException >

[jira] Commented: (CASSANDRA-1308) Switch Migrations Serialization to Avro

2010-07-30 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894194#action_12894194 ] Stu Hood commented on CASSANDRA-1308: - Should be able to knock this out by mid Mond

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

2010-07-30 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-5.txt Had to rebase again because of CASSANDRA-1291 getting committed,

[jira] Created: (CASSANDRA-1344) Update CLI add keyspace usage to take into account replication strategy options

2010-07-30 Thread Jeremy Hanna (JIRA)
Update CLI add keyspace usage to take into account replication strategy options --- Key: CASSANDRA-1344 URL: https://issues.apache.org/jira/browse/CASSANDRA-1344 Project: Cass

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

2010-07-30 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1258: -- Attachment: 1258-v8.txt version that pushes CFMetadata into SSTable objects. tests

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

2010-07-30 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-update.txt As 1291 is being reverted, I am posting the changes to trun

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

2010-07-30 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12894247#action_12894247 ] Nate McCall commented on CASSANDRA-1258: SSTableReader.makeColumnFamily was sti

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

2010-07-30 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nate McCall updated CASSANDRA-1258: --- Attachment: 1258-sstr-test.txt adds coverage for recoverAndOpen > rebuild indexes after

svn commit: r981000 - in /cassandra/site: publish/download/index.html publish/index.html src/settings.py

2010-07-30 Thread eevans
Author: eevans Date: Sat Jul 31 05:04:02 2010 New Revision: 981000 URL: http://svn.apache.org/viewvc?rev=981000&view=rev Log: updated versioning for 0.6.4 release Modified: cassandra/site/publish/download/index.html cassandra/site/publish/index.html cassandra/site/src/settings.py Mod