[jira] Commented: (CASSANDRA-1428) Rejecting keyspace creation when RF N is incorrect

2010-08-25 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1428?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902430#action_12902430 ] Gary Dusbabek commented on CASSANDRA-1428: -- Most dynamo style systems allow RF

[jira] Updated: (CASSANDRA-1429) The dynamic snitch can't be used with network topology strategies

2010-08-25 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-1429: Attachment: 0001-Make-DynamicEndpointSnitch-a-subclass-of-AbstractNet.patch

svn commit: r989105 - in /cassandra/trunk: CHANGES.txt conf/cassandra-env.sh

2010-08-25 Thread jbellis
Author: jbellis Date: Wed Aug 25 13:47:14 2010 New Revision: 989105 URL: http://svn.apache.org/viewvc?rev=989105view=rev Log: add XX:CMSInitiatingOccupancyFraction=80 to default GC options; add comments to thread priority options. patch by jbellis Modified: cassandra/trunk/CHANGES.txt

svn commit: r989109 - in /cassandra/trunk/src/java/org/apache/cassandra/db/columniterator: SSTableNamesIterator.java SSTableSliceIterator.java

2010-08-25 Thread jbellis
Author: jbellis Date: Wed Aug 25 13:55:52 2010 New Revision: 989109 URL: http://svn.apache.org/viewvc?rev=989109view=rev Log: clean up SSTableNamesIterator and SSTableSliceIterator. patch by jbellis Modified:

[jira] Updated: (CASSANDRA-1429) The dynamic snitch can't be used with network topology strategies

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1429: -- Attachment: 1429-v2.txt this breaks DES, the whole point is that it uses a

[jira] Updated: (CASSANDRA-1429) The dynamic snitch can't be used with network topology strategies

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1429: -- Attachment: 1429-v2.txt The dynamic snitch can't be used with network topology

svn commit: r989120 - /cassandra/trunk/src/java/org/apache/cassandra/config/CFMetaData.java

2010-08-25 Thread jbellis
Author: jbellis Date: Wed Aug 25 14:11:39 2010 New Revision: 989120 URL: http://svn.apache.org/viewvc?rev=989120view=rev Log: extract newSystemTable method and r/m unused code in CFMetaData. patch by jbellis Modified: cassandra/trunk/src/java/org/apache/cassandra/config/CFMetaData.java

[jira] Commented: (CASSANDRA-1216) removetoken drops node from ring before re-replicating its data is finished

2010-08-25 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902468#action_12902468 ] Gary Dusbabek commented on CASSANDRA-1216: -- Do you think the

[jira] Commented: (CASSANDRA-1429) The dynamic snitch can't be used with network topology strategies

2010-08-25 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902475#action_12902475 ] Sylvain Lebresne commented on CASSANDRA-1429: - I agree the second patch is

[jira] Created: (CASSANDRA-1430) Intermittent CL test failures in trunk.

2010-08-25 Thread Gary Dusbabek (JIRA)
Intermittent CL test failures in trunk. --- Key: CASSANDRA-1430 URL: https://issues.apache.org/jira/browse/CASSANDRA-1430 Project: Cassandra Issue Type: Test Affects Versions: 0.7 beta 1

[jira] Commented: (CASSANDRA-1364) Consolidate cassandra commands in bin/

2010-08-25 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902482#action_12902482 ] Eric Evans commented on CASSANDRA-1364: --- I'm sure there is common boilerplate

[jira] Updated: (CASSANDRA-1415) Allow creating indexes on existing data

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1415: -- Attachment: 0001-Table.rebuildIndex.txt

[jira] Commented: (CASSANDRA-1364) Consolidate cassandra commands in bin/

2010-08-25 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902483#action_12902483 ] Nick Bailey commented on CASSANDRA-1364: The problem that led to creating this

[jira] Commented: (CASSANDRA-1415) Allow creating indexes on existing data

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902485#action_12902485 ] Jonathan Ellis commented on CASSANDRA-1415: --- 01 changes the index creation

[jira] Resolved: (CASSANDRA-1429) The dynamic snitch can't be used with network topology strategies

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1429. --- Assignee: Jonathan Ellis (was: Sylvain Lebresne) Reviewer: slebresne

svn commit: r989190 - in /cassandra/trunk: ./ src/java/org/apache/cassandra/locator/ src/java/org/apache/cassandra/service/

2010-08-25 Thread jbellis
Author: jbellis Date: Wed Aug 25 16:02:30 2010 New Revision: 989190 URL: http://svn.apache.org/viewvc?rev=989190view=rev Log: replace casts to ANTS with IEndpointSnitch, which incorporates all the rack/dc methods now. patch by jbellis; reviewed by Sylvain Lebresne for CASSANDRA-1429 Modified:

[jira] Updated: (CASSANDRA-1429) The dynamic snitch can't be used with network topology strategies

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1429: -- Fix Version/s: 0.6.6 Affects Version/s: 0.6.5 Description: also

[jira] Assigned: (CASSANDRA-1427) Optimize loadbalance/move for moves within the current range

2010-08-25 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Bailey reassigned CASSANDRA-1427: -- Assignee: Nick Bailey Optimize loadbalance/move for moves within the current

[Cassandra Wiki] Update of StorageConfiguration by Jo nHermes

2010-08-25 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 JonHermes. http://wiki.apache.org/cassandra/StorageConfiguration?action=diffrev1=35rev2=36

[jira] Commented: (CASSANDRA-1216) removetoken drops node from ring before re-replicating its data is finished

2010-08-25 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902503#action_12902503 ] Gary Dusbabek commented on CASSANDRA-1216: -- I see this in RemoveTest:

[jira] Commented: (CASSANDRA-1216) removetoken drops node from ring before re-replicating its data is finished

2010-08-25 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902509#action_12902509 ] Nick Bailey commented on CASSANDRA-1216: Re: timeouts Yes I'm just not sure

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

2010-08-25 Thread jbellis
Author: jbellis Date: Wed Aug 25 16:39:59 2010 New Revision: 989209 URL: http://svn.apache.org/viewvc?rev=989209view=rev Log: merge from 0.6 Modified: cassandra/trunk/ (props changed) cassandra/trunk/interface/thrift/gen-java/org/apache/cassandra/thrift/Cassandra.java (props

[Cassandra Wiki] Update of StorageConfiguration by Jo nHermes

2010-08-25 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 JonHermes. http://wiki.apache.org/cassandra/StorageConfiguration?action=diffrev1=36rev2=37

[jira] Commented: (CASSANDRA-1216) removetoken drops node from ring before re-replicating its data is finished

2010-08-25 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902511#action_12902511 ] Gary Dusbabek commented on CASSANDRA-1216: -- Some questions about the

[jira] Assigned: (CASSANDRA-1412) Internal error processing batch_mutate

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-1412: - Assignee: Matthew F. Dennis Internal error processing batch_mutate

[jira] Commented: (CASSANDRA-891) Add ValidateWith to CF definitions

2010-08-25 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902513#action_12902513 ] Jon Hermes commented on CASSANDRA-891: -- Sorry, the change is in the getValidator

[jira] Assigned: (CASSANDRA-1417) add cache save/load

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-1417: - Assignee: Matthew F. Dennis add cache save/load ---

[jira] Issue Comment Edited: (CASSANDRA-891) Add ValidateWith to CF definitions

2010-08-25 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902513#action_12902513 ] Jon Hermes edited comment on CASSANDRA-891 at 8/25/10 12:49 PM:

[jira] Commented: (CASSANDRA-891) Add ValidateWith to CF definitions

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-891?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902514#action_12902514 ] Jonathan Ellis commented on CASSANDRA-891: -- can you rebase to trunk? Add

[jira] Updated: (CASSANDRA-1412) Internal error processing batch_mutate

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1412: -- Affects Version/s: (was: 0.7 beta 2) Internal error processing batch_mutate

[jira] Commented: (CASSANDRA-1216) removetoken drops node from ring before re-replicating its data is finished

2010-08-25 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902523#action_12902523 ] Nick Bailey commented on CASSANDRA-1216: I believe the only consequences of

[jira] Created: (CASSANDRA-1431) Unable to upgrade 0.6.1 to 0.6.4

2010-08-25 Thread Aleksey Pesternikov (JIRA)
Unable to upgrade 0.6.1 to 0.6.4 Key: CASSANDRA-1431 URL: https://issues.apache.org/jira/browse/CASSANDRA-1431 Project: Cassandra Issue Type: Bug Affects Versions: 0.6.4 Environment: 0.6.1,

[jira] Updated: (CASSANDRA-1431) Unable to upgrade 0.6.1 to 0.6.4

2010-08-25 Thread Aleksey Pesternikov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Pesternikov updated CASSANDRA-1431: --- Attachment: system.tgz Unable to upgrade 0.6.1 to 0.6.4

[Cassandra Wiki] Update of StorageConfiguration by Jo nHermes

2010-08-25 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 JonHermes. http://wiki.apache.org/cassandra/StorageConfiguration?action=diffrev1=37rev2=38

[jira] Commented: (CASSANDRA-1431) Unable to upgrade 0.6.1 to 0.6.4

2010-08-25 Thread Aleksey Pesternikov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902527#action_12902527 ] Aleksey Pesternikov commented on CASSANDRA-1431: There are some

[jira] Updated: (CASSANDRA-891) Add ValidateWith to CF definitions

2010-08-25 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-891: - Attachment: 891-rebased.txt Rebased. Add ValidateWith to CF definitions

[Cassandra Wiki] Update of StorageConfiguration by Jo nHermes

2010-08-25 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 JonHermes. http://wiki.apache.org/cassandra/StorageConfiguration?action=diffrev1=38rev2=39

[Cassandra Wiki] Update of StorageConfiguration by Jo nHermes

2010-08-25 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 JonHermes. http://wiki.apache.org/cassandra/StorageConfiguration?action=diffrev1=39rev2=40

[Cassandra Wiki] Update of StorageConfiguration by Jo nHermes

2010-08-25 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 JonHermes. http://wiki.apache.org/cassandra/StorageConfiguration?action=diffrev1=40rev2=41

[jira] Commented: (CASSANDRA-1427) Optimize loadbalance/move for moves within the current range

2010-08-25 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902546#action_12902546 ] Nick Bailey commented on CASSANDRA-1427: Currently a move is just decommission

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

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

[jira] Assigned: (CASSANDRA-1431) Unable to upgrade 0.6.1 to 0.6.4

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-1431: - Assignee: Gary Dusbabek Unable to upgrade 0.6.1 to 0.6.4

[jira] Commented: (CASSANDRA-1431) Unable to upgrade 0.6.1 to 0.6.4

2010-08-25 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902605#action_12902605 ] Gary Dusbabek commented on CASSANDRA-1431: -- This is bizarre. The column bloom

[jira] Issue Comment Edited: (CASSANDRA-1431) Unable to upgrade 0.6.1 to 0.6.4

2010-08-25 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902605#action_12902605 ] Gary Dusbabek edited comment on CASSANDRA-1431 at 8/25/10 4:01 PM:

svn commit: r989344 - in /cassandra/trunk: ./ conf/ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/avro/ src/java/org/apache/cassandra/avro/ src/java/org/apache/cassandra/config

2010-08-25 Thread jbellis
Author: jbellis Date: Wed Aug 25 20:25:49 2010 New Revision: 989344 URL: http://svn.apache.org/viewvc?rev=989344view=rev Log: Add CfDef.default_validation_class. patch by jhermes; reviewed by jbellis for CASSANDRA-891 Modified: cassandra/trunk/CHANGES.txt

svn commit: r989352 - in /cassandra/trunk: CHANGES.txt src/java/org/apache/cassandra/io/sstable/SSTable.java src/java/org/apache/cassandra/utils/EstimatedHistogram.java test/unit/org/apache/cassandra/

2010-08-25 Thread jbellis
Author: jbellis Date: Wed Aug 25 20:35:15 2010 New Revision: 989352 URL: http://svn.apache.org/viewvc?rev=989352view=rev Log: fix EH.max. patch by jbellis and brandonwilliams for CASSANDRA-1413 Modified: cassandra/trunk/CHANGES.txt

buildbot failure in ASF Buildbot on cassandra-trunk

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

svn commit: r989361 - in /cassandra/trunk/interface: cassandra.genavro cassandra.thrift thrift/gen-java/org/apache/cassandra/thrift/AuthenticationRequest.java thrift/gen-java/org/apache/cassandra/thri

2010-08-25 Thread eevans
Author: eevans Date: Wed Aug 25 20:41:10 2010 New Revision: 989361 URL: http://svn.apache.org/viewvc?rev=989361view=rev Log: Remove AccessLevel return value from login, since authorization will be moving to call-time Patch by Stu Hood; reviewed by eevans for CASSANDRA-1237 Modified:

svn commit: r989362 - in /cassandra/trunk/src/java/org/apache/cassandra: auth/ thrift/

2010-08-25 Thread eevans
Author: eevans Date: Wed Aug 25 20:41:18 2010 New Revision: 989362 URL: http://svn.apache.org/viewvc?rev=989362view=rev Log: Add IAuthority, and split login into authenticate/authorize Patch by Stu Hood; reviewed by eevans for CASSANDRA-1237 Added:

[jira] Commented: (CASSANDRA-1430) Intermittent CL test failures in trunk.

2010-08-25 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902619#action_12902619 ] Gary Dusbabek commented on CASSANDRA-1430: -- To prove that I'm not

svn commit: r989363 - in /cassandra/trunk/src/java/org/apache/cassandra: config/DatabaseDescriptor.java hadoop/ConfigHelper.java locator/AbstractReplicationStrategy.java utils/FBUtilities.java

2010-08-25 Thread eevans
Author: eevans Date: Wed Aug 25 20:41:24 2010 New Revision: 989363 URL: http://svn.apache.org/viewvc?rev=989363view=rev Log: Factor out reflection-based class construction. Patch by Stu Hood; reviewed by eevans for CASSANDRA-1237 Modified:

svn commit: r989364 - in /cassandra/trunk: conf/cassandra.yaml src/java/org/apache/cassandra/config/Config.java src/java/org/apache/cassandra/config/Converter.java src/java/org/apache/cassandra/config

2010-08-25 Thread eevans
Author: eevans Date: Wed Aug 25 20:41:30 2010 New Revision: 989364 URL: http://svn.apache.org/viewvc?rev=989364view=rev Log: Add configuration for IAuthority, and handle SimpleAuthenticator upgraders Patch by Stu Hood; reviewed by eevans for CASSANDRA-1237 Modified:

svn commit: r989365 - in /cassandra/trunk/src/java/org/apache/cassandra: avro/CassandraServer.java service/ClientState.java thrift/CassandraDaemon.java thrift/CassandraServer.java

2010-08-25 Thread eevans
Author: eevans Date: Wed Aug 25 20:41:37 2010 New Revision: 989365 URL: http://svn.apache.org/viewvc?rev=989365view=rev Log: Separate authentication and authorization into ClientState object Patch by Stu Hood; reviewed by eevans for CASSANDRA-1237 Added:

svn commit: r989371 - /cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyRecordWriter.java

2010-08-25 Thread jbellis
Author: jbellis Date: Wed Aug 25 20:51:04 2010 New Revision: 989371 URL: http://svn.apache.org/viewvc?rev=989371view=rev Log: Allow multiple mutations per key to arrive during individual write calls. patch by Stu Hood; reviewed by jbellis for CASSANDRA-1315 Modified:

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

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1315. --- Reviewer: jbellis Resolution: Fixed Stu convinced me that due to the

[jira] Commented: (CASSANDRA-1368) Add output support for Hadoop Streaming

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902630#action_12902630 ] Jonathan Ellis commented on CASSANDRA-1368: --- can you add an example using

[jira] Commented: (CASSANDRA-1368) Add output support for Hadoop Streaming

2010-08-25 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902632#action_12902632 ] Stu Hood commented on CASSANDRA-1368: - can you add an example using streaming on

[jira] Resolved: (CASSANDRA-1423) Cassandra's internal state broke by getting column slices. Error org.apache.thrift.TApplicationException: Internal error processing get_slice afterwards.

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1423. --- Resolution: Duplicate Cassandra's internal state broke by getting column

[jira] Created: (CASSANDRA-1432) java.util.NoSuchElementException when returning a node to the cluster

2010-08-25 Thread Aaron Morton (JIRA)
java.util.NoSuchElementException when returning a node to the cluster - Key: CASSANDRA-1432 URL: https://issues.apache.org/jira/browse/CASSANDRA-1432 Project: Cassandra

[jira] Created: (CASSANDRA-1433) nodetool cfstats broken on TRUNK

2010-08-25 Thread Jeremiah Jordan (JIRA)
nodetool cfstats broken on TRUNK Key: CASSANDRA-1433 URL: https://issues.apache.org/jira/browse/CASSANDRA-1433 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 0.7 beta 2

[jira] Commented: (CASSANDRA-1433) nodetool cfstats broken on TRUNK

2010-08-25 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902660#action_12902660 ] Jon Hermes commented on CASSANDRA-1433: --- Confirmed this does not work on head

[jira] Updated: (CASSANDRA-1433) nodetool cfstats broken on TRUNK

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1433: -- Fix Version/s: 0.7 beta 2 nodetool cfstats broken on TRUNK

[jira] Commented: (CASSANDRA-1368) Add output support for Hadoop Streaming

2010-08-25 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902667#action_12902667 ] Stu Hood commented on CASSANDRA-1368: - Is this likely to come up in practice or

[jira] Commented: (CASSANDRA-1368) Add output support for Hadoop Streaming

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902669#action_12902669 ] Jonathan Ellis commented on CASSANDRA-1368: --- but we're okay if we change the

svn commit: r989392 - /cassandra/trunk/build.xml

2010-08-25 Thread eevans
Author: eevans Date: Wed Aug 25 22:27:34 2010 New Revision: 989392 URL: http://svn.apache.org/viewvc?rev=989392view=rev Log: relocate src/cassandra.avpr to build/internode.avpr Patch by eevans Modified: cassandra/trunk/build.xml Modified: cassandra/trunk/build.xml URL:

[jira] Commented: (CASSANDRA-1368) Add output support for Hadoop Streaming

2010-08-25 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902681#action_12902681 ] Stu Hood commented on CASSANDRA-1368: - but we're okay if we change the avro client

[jira] Updated: (CASSANDRA-1368) Add output support for Hadoop Streaming

2010-08-25 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1368: Comment: was deleted (was: but we're okay if we change the avro client api in

[jira] Created: (CASSANDRA-1434) ColumnFamilyOutputFormat performs blocking writes for large batches

2010-08-25 Thread Stu Hood (JIRA)
ColumnFamilyOutputFormat performs blocking writes for large batches --- Key: CASSANDRA-1434 URL: https://issues.apache.org/jira/browse/CASSANDRA-1434 Project: Cassandra Issue

[Cassandra Wiki] Update of API by JonHermes

2010-08-25 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The API page has been changed by JonHermes. http://wiki.apache.org/cassandra/API?action=diffrev1=64rev2=65 -- ||`start_key`

[jira] Commented: (CASSANDRA-1431) Unable to upgrade 0.6.1 to 0.6.4

2010-08-25 Thread Aleksey Pesternikov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902714#action_12902714 ] Aleksey Pesternikov commented on CASSANDRA-1431: The described

[jira] Commented: (CASSANDRA-1431) Unable to upgrade 0.6.1 to 0.6.4

2010-08-25 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12902741#action_12902741 ] Jonathan Ellis commented on CASSANDRA-1431: --- did you make sure the compaction