[jira] Commented: (CASSANDRA-981) Dynamic endpoint snitch

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897747#action_12897747 ] Jonathan Ellis commented on CASSANDRA-981: -- +1 Dynamic endpoint snitch

[jira] Commented: (CASSANDRA-1350) DynamicEndpointSnitch is defeated by the caching done in Strategy

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897758#action_12897758 ] Jonathan Ellis commented on CASSANDRA-1350: --- +1 Gary's patch

[jira] Commented: (CASSANDRA-1378) add then drop Keyspace without putting anything in it causes exception

2010-08-12 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897760#action_12897760 ] Gary Dusbabek commented on CASSANDRA-1378: -- full error: ERROR

[jira] Updated: (CASSANDRA-1378) add then drop Keyspace without putting anything in it causes exception

2010-08-12 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1378: - Attachment: v1-0001-handle-graveyard-cleanups-gracefully-when-there-is-not.txt add

svn commit: r984806 - in /cassandra/trunk/src/java/org/apache/cassandra/locator: AbstractEndpointSnitch.java AbstractReplicationStrategy.java DynamicEndpointSnitch.java IEndpointSnitch.java PropertyFi

2010-08-12 Thread gdusbabek
Author: gdusbabek Date: Thu Aug 12 14:39:01 2010 New Revision: 984806 URL: http://svn.apache.org/viewvc?rev=984806view=rev Log: move endpoint cache from ARS to AES. patch by gdusbabek, reviewed by jbellis. CASSANDRA-1350 Modified:

[jira] Assigned: (CASSANDRA-1377) NPE aborts streaming operations for keyspaces with hyphens ('-') in their names

2010-08-12 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek reassigned CASSANDRA-1377: Assignee: Gary Dusbabek NPE aborts streaming operations for keyspaces with

buildbot failure in ASF Buildbot on cassandra-0.6

2010-08-12 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/126 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch

[jira] Updated: (CASSANDRA-1377) NPE aborts streaming operations for keyspaces with hyphens ('-') in their names

2010-08-12 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1377: - Attachment: 1377-0.6.txt 0001 is for trunk, 1377-0.6 is for 0.6. NPE aborts

[jira] Assigned: (CASSANDRA-1382) Race condition leads to FileNotFoundException on startup

2010-08-12 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek reassigned CASSANDRA-1382: Assignee: Gary Dusbabek Race condition leads to FileNotFoundException on

[jira] Commented: (CASSANDRA-1382) Race condition leads to FileNotFoundException on startup

2010-08-12 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897867#action_12897867 ] Gary Dusbabek commented on CASSANDRA-1382: -- When there are compacted files to

[jira] Commented: (CASSANDRA-1363) describe_keyspace should expose ColumDefs

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897878#action_12897878 ] Jonathan Ellis commented on CASSANDRA-1363: --- committed w/ cosmetic fixes

svn commit: r984900 - /cassandra/trunk/CHANGES.txt

2010-08-12 Thread jbellis
Author: jbellis Date: Thu Aug 12 18:29:34 2010 New Revision: 984900 URL: http://svn.apache.org/viewvc?rev=984900view=rev Log: CHANGES fixes Modified: cassandra/trunk/CHANGES.txt Modified: cassandra/trunk/CHANGES.txt URL:

svn commit: r984901 - in /cassandra/trunk: interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/cli/ src/java/org/apache/cassandra/hadoop/ src/java/org/apach

2010-08-12 Thread jbellis
Author: jbellis Date: Thu Aug 12 18:29:46 2010 New Revision: 984901 URL: http://svn.apache.org/viewvc?rev=984901view=rev Log: describe_keyspace includes CfDef information. patch by Jon Hermes; reviewed by jbellis for CASSANDRA-1363 Modified: cassandra/trunk/interface/cassandra.thrift

svn commit: r984904 - in /cassandra/trunk: ./ contrib/pig/ contrib/pig/bin/ contrib/pig/src/java/org/apache/cassandra/hadoop/pig/ contrib/word_count/ src/java/org/apache/cassandra/client/ src/java/org

2010-08-12 Thread jbellis
Author: jbellis Date: Thu Aug 12 18:32:12 2010 New Revision: 984904 URL: http://svn.apache.org/viewvc?rev=984904view=rev Log: Remove references to DatabaseDescriptor from Pig, RingCache, and CFRW, and remove it as a fallback from CFRR. cassandra.yaml is no longer needed by pig or word_count.

[jira] Updated: (CASSANDRA-1355) Log RPC exceptions and timing data

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1355: -- Fix Version/s: 0.7.1 (was: 0.7.0) Affects

[jira] Updated: (CASSANDRA-1371) replace createHardLink with JNA wrapper to link (posix) / CreateHardLink (windows)

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1371: -- Assignee: Jon Hermes Fix Version/s: 0.7 beta 2

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

2010-08-12 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 beta 2 (was: 0.7.0)

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

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897896#action_12897896 ] Jonathan Ellis commented on CASSANDRA-1315: --- committed 0001 looks like 0002

svn commit: r984917 - in /cassandra/trunk: src/ src/java/org/apache/cassandra/hadoop/ src/java/org/apache/cassandra/io/ test/unit/org/apache/cassandra/hadoop/

2010-08-12 Thread jbellis
Author: jbellis Date: Thu Aug 12 19:13:09 2010 New Revision: 984917 URL: http://svn.apache.org/viewvc?rev=984917view=rev Log: use Avro objects in ColumnFamilyOutputFormat. patch by Stu Hood; reviewed by jbellis for CASSANDRA-1315 Added: cassandra/trunk/src/cassandra.avpr Modified:

svn commit: r984921 - in /cassandra/trunk: src/ src/java/org/apache/cassandra/hadoop/ src/java/org/apache/cassandra/io/ test/unit/org/apache/cassandra/hadoop/

2010-08-12 Thread jbellis
Author: jbellis Date: Thu Aug 12 19:22:07 2010 New Revision: 984921 URL: http://svn.apache.org/viewvc?rev=984921view=rev Log: Revert use Avro objects in ColumnFamilyOutputFormat. Removed: cassandra/trunk/src/cassandra.avpr Modified:

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

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897906#action_12897906 ] Jonathan Ellis commented on CASSANDRA-1315: --- reverted commit of 0001 after

svn commit: r984924 - /cassandra/trunk/conf/cassandra.yaml

2010-08-12 Thread jbellis
Author: jbellis Date: Thu Aug 12 19:26:42 2010 New Revision: 984924 URL: http://svn.apache.org/viewvc?rev=984924view=rev Log: note that unframed mode is deprecated Modified: cassandra/trunk/conf/cassandra.yaml Modified: cassandra/trunk/conf/cassandra.yaml URL:

[jira] Updated: (CASSANDRA-1235) BytesType and batch mutate causes encoded bytes of non-printable characters to be dropped

2010-08-12 Thread Pierre Matri (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Matri updated CASSANDRA-1235: Attachment: TestByteKeys.py BytesType and batch mutate causes encoded bytes of

[jira] Commented: (CASSANDRA-1235) BytesType and batch mutate causes encoded bytes of non-printable characters to be dropped

2010-08-12 Thread Pierre Matri (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12897928#action_12897928 ] Pierre Matri commented on CASSANDRA-1235: - Still experiencing some problems

[jira] Reopened: (CASSANDRA-1235) BytesType and batch mutate causes encoded bytes of non-printable characters to be dropped

2010-08-12 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna reopened CASSANDRA-1235: - BytesType and batch mutate causes encoded bytes of non-printable characters to be

[jira] Updated: (CASSANDRA-1043) Faster UUID comparisons

2010-08-12 Thread Folke Behrens (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Folke Behrens updated CASSANDRA-1043: - Attachment: timestamp-byte-order-comparison.patch.txt Attached patch makes

[jira] Updated: (CASSANDRA-1382) Race condition leads to FileNotFoundException on startup

2010-08-12 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1382: - Attachment: v1-0001-separate-CFS-dir-cleanup-from-CFS-instantiation.txt Race

[jira] Created: (CASSANDRA-1383) Change describe_keyspace and describe_keyspaces to return hashed arrays or hashed maps instead of numerically indexed arrays

2010-08-12 Thread Arya Goudarzi (JIRA)
Change describe_keyspace and describe_keyspaces to return hashed arrays or hashed maps instead of numerically indexed arrays Key: CASSANDRA-1383

svn commit: r984986 - in /cassandra/branches/cassandra-0.6: CHANGES.txt src/java/org/apache/cassandra/config/DatabaseDescriptor.java

2010-08-12 Thread gdusbabek
Author: gdusbabek Date: Thu Aug 12 21:28:40 2010 New Revision: 984986 URL: http://svn.apache.org/viewvc?rev=984986view=rev Log: disallow a wider range of invalid keyspace and column family names. patch by gdusbabek, reviewed by jbellis. CASSANDRA-1377 Modified:

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

2010-08-12 Thread gdusbabek
Author: gdusbabek Date: Thu Aug 12 21:36:06 2010 New Revision: 984992 URL: http://svn.apache.org/viewvc?rev=984992view=rev Log: merge from 0.6 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt

svn commit: r984995 - in /cassandra/trunk: src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/migration/ src/java/org/apache/cassandra/service/ test/system/ test/unit/org/apache/ca

2010-08-12 Thread gdusbabek
Author: gdusbabek Date: Thu Aug 12 21:39:26 2010 New Revision: 984995 URL: http://svn.apache.org/viewvc?rev=984995view=rev Log: disallow invalid ks+cf names. patch by gdusbabek, reviewed by jbellis. CASSANDRA-1377 Modified:

[jira] Created: (CASSANDRA-1384) ERROR [MIGRATION-STAGE:1] Previous Version Mistmatch

2010-08-12 Thread Arya Goudarzi (JIRA)
ERROR [MIGRATION-STAGE:1] Previous Version Mistmatch Key: CASSANDRA-1384 URL: https://issues.apache.org/jira/browse/CASSANDRA-1384 Project: Cassandra Issue Type: Bug Components:

[jira] Updated: (CASSANDRA-1355) Log RPC exceptions and timing data

2010-08-12 Thread Folke Behrens (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Folke Behrens updated CASSANDRA-1355: - Attachment: ftrace.000.traces.bz2 Very nice reads. You really talked me into writing

[Cassandra Wiki] Update of LiveSchemaUpdates by EricE vans

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

[jira] Commented: (CASSANDRA-1043) Faster UUID comparisons

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1043?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12898069#action_12898069 ] Jonathan Ellis commented on CASSANDRA-1043: --- is there a bug in the original

[jira] Commented: (CASSANDRA-1383) Change describe_keyspace and describe_keyspaces to return hashed arrays or hashed maps instead of numerically indexed arrays

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12898071#action_12898071 ] Jonathan Ellis commented on CASSANDRA-1383: --- possibly splitting this into

[jira] Resolved: (CASSANDRA-1383) Change describe_keyspace and describe_keyspaces to return hashed arrays or hashed maps instead of numerically indexed arrays

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1383. --- Resolution: Won't Fix as noted in CASSANDRA-1363, the change was made because

[jira] Assigned: (CASSANDRA-1384) ERROR [MIGRATION-STAGE:1] Previous Version Mistmatch

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-1384: - Assignee: Gary Dusbabek ERROR [MIGRATION-STAGE:1] Previous Version

[jira] Updated: (CASSANDRA-1384) ERROR [MIGRATION-STAGE:1] Previous Version Mistmatch

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1384: -- Fix Version/s: 0.7 beta 2 ERROR [MIGRATION-STAGE:1] Previous Version Mistmatch

[jira] Updated: (CASSANDRA-1385) nodetool cfstats does not update after adding new cfs through API

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1385: -- Affects Version/s: 0.7 beta 1 nodetool cfstats does not update after adding new

[jira] Updated: (CASSANDRA-1385) nodetool cfstats does not update after adding new cfs through API

2010-08-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1385: -- Assignee: Gary Dusbabek Fix Version/s: 0.7 beta 2

[Cassandra Wiki] Update of Operations by JonathanElli s

2010-08-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The Operations page has been changed by JonathanEllis. The comment on this change is: r/m obsolete advice about flush-before-snapshot.