[jira] Updated: (CASSANDRA-1075) Thrift interface call to query whether all live nodes agree on the schema id

2010-05-18 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1075: - Attachment: 0001-service-call-to-check-for-schema-agreement.patch

[jira] Updated: (CASSANDRA-1062) update contrib/bmt_example to work post-CASSANDRA-44

2010-05-18 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1062: - Attachment: 0001-make-CassandraBulkLoader-compile.patch update contrib/bmt_example

[jira] Commented: (CASSANDRA-1028) NPE in AntiEntropyService.getNeighbors

2010-05-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1028?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868641#action_12868641 ] Hudson commented on CASSANDRA-1028: --- Integrated in Cassandra #439 (See

[jira] Commented: (CASSANDRA-1094) Use get_range_slices in stress.py

2010-05-18 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868643#action_12868643 ] Hudson commented on CASSANDRA-1094: --- Integrated in Cassandra #439 (See

[jira] Commented: (CASSANDRA-1042) ColumnFamilyRecordReader returns duplicate rows

2010-05-18 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868674#action_12868674 ] Jeremy Hanna commented on CASSANDRA-1042: - Jonathan: Inputs to

[Cassandra Wiki] Update of API by gdusbabek

2010-05-18 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 gdusbabek. The comment on this change is: Documented the system_* calls and structures.. http://wiki.apache.org/cassandra/API?action=diffrev1=57rev2=58

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

2010-05-18 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868694#action_12868694 ] Jeremy Hanna commented on CASSANDRA-1066: - Because of the work with

[jira] Updated: (CASSANDRA-1073) EOFException with Cassandra.Client.get_range_slices() API

2010-05-18 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1073: -- Fix Version/s: 0.6.2 (was: 0.7) Affects

[jira] Updated: (CASSANDRA-1103) DSS rack-awareness doesn't really work

2010-05-18 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1103: -- Attachment: 0001-clean-up-DSS-inline-getNaturalEndpointsInternal-remove.txt

[jira] Commented: (CASSANDRA-1103) DSS rack-awareness doesn't really work

2010-05-18 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868744#action_12868744 ] Jonathan Ellis commented on CASSANDRA-1103: --- 03 fix DSS to generate

[Cassandra Wiki] Update of FAQ by StuHood

2010-05-18 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The FAQ page has been changed by StuHood. http://wiki.apache.org/cassandra/FAQ?action=diffrev1=64rev2=65 -- *

[jira] Commented: (CASSANDRA-1101) A Hadoop Output Format That Targets Cassandra

2010-05-18 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12868772#action_12868772 ] Stu Hood commented on CASSANDRA-1101: - Hey Karthick, thanks a lot for the

svn commit: r945845 - in /cassandra/trunk: interface/cassandra.avpr interface/cassandra.genavro src/java/org/apache/cassandra/avro/CassandraServer.java test/system/test_avro_server.py

2010-05-18 Thread eevans
Author: eevans Date: Tue May 18 19:44:37 2010 New Revision: 945845 URL: http://svn.apache.org/viewvc?rev=945845view=rev Log: avro implementation of describe_cluster_name() Patch by eevans Modified: cassandra/trunk/interface/cassandra.avpr cassandra/trunk/interface/cassandra.genavro

svn commit: r945911 - in /cassandra/trunk: src/java/org/apache/cassandra/locator/DatacenterShardStrategy.java test/unit/org/apache/cassandra/locator/DatacenterShardStrategyTest.java

2010-05-18 Thread jbellis
Author: jbellis Date: Tue May 18 21:50:52 2010 New Revision: 945911 URL: http://svn.apache.org/viewvc?rev=945911view=rev Log: clean up DSS: inline getNaturalEndpointsInternal, remove reload-on-every-call, r/m redundant dcEndpints variable patch by jbellis; reviewed by Jeremy Hanna for

svn commit: r945912 - /cassandra/trunk/src/java/org/apache/cassandra/locator/DatacenterShardStrategy.java

2010-05-18 Thread jbellis
Author: jbellis Date: Tue May 18 21:53:21 2010 New Revision: 945912 URL: http://svn.apache.org/viewvc?rev=945912view=rev Log: simplify out doneDataCenterIter variable patch by jbellis; reviewed by Jeremy Hanna for CASSANDRA-1103 Modified:

svn commit: r945914 - /cassandra/trunk/src/java/org/apache/cassandra/locator/DatacenterShardStrategy.java

2010-05-18 Thread jbellis
Author: jbellis Date: Tue May 18 21:54:43 2010 New Revision: 945914 URL: http://svn.apache.org/viewvc?rev=945914view=rev Log: fix DSS to generate unique racks when possible patch by jbellis; reviewed by Jeremy Hanna for CASSANDRA-1103 Modified:

[jira] Created: (CASSANDRA-1105) Create timers to reload cassandra-rack.properties and datacenters.properties

2010-05-18 Thread Jonathan Ellis (JIRA)
Create timers to reload cassandra-rack.properties and datacenters.properties Key: CASSANDRA-1105 URL: https://issues.apache.org/jira/browse/CASSANDRA-1105 Project: Cassandra

[jira] Commented: (CASSANDRA-1101) A Hadoop Output Format That Targets Cassandra

2010-05-18 Thread Karthick Sankarachary (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869008#action_12869008 ] Karthick Sankarachary commented on CASSANDRA-1101: -- Thanks Stu, I look