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

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869012#action_12869012 ] Jonathan Ellis commented on CASSANDRA-1075: --- (+1 on 02) Thrift interface

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

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869011#action_12869011 ] Jonathan Ellis commented on CASSANDRA-1075: --- on 01, minor points:

[jira] Created: (CASSANDRA-1106) Use Scanner API for all reads

2010-05-19 Thread Stu Hood (JIRA)
Use Scanner API for all reads - Key: CASSANDRA-1106 URL: https://issues.apache.org/jira/browse/CASSANDRA-1106 Project: Cassandra Issue Type: Sub-task Reporter: Stu Hood Priority: Minor

[jira] Updated: (CASSANDRA-1106) Use Scanner API for all reads

2010-05-19 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1106: Attachment: 0004-Remove-IColumnIterator-and-other-stale-I-Filter-code.patch

[jira] Updated: (CASSANDRA-1092) Add Slice API, and replace CF and SC for compaction reads

2010-05-19 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1092: Attachment: (was: 0003-Refactor-Scanner-interface-into-filtering-and-filter.patch) Add

[jira] Updated: (CASSANDRA-1092) Add Slice API, and replace CF and SC for compaction reads

2010-05-19 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1092: Attachment: 0002-Refactor-Scanner-interface-into-filtering-and-filter.patch

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

2010-05-19 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869063#action_12869063 ] Jeremy Hanna commented on CASSANDRA-1105: - Might be related to what I'm trying

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

2010-05-19 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869092#action_12869092 ] Gary Dusbabek commented on CASSANDRA-1075: -- why not just use

[jira] Updated: (CASSANDRA-749) Secondary indices for column families

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-749?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-749: - Attachment: 0001-add-rowpredicate-keypredicate-keycount-multiget.txt

[jira] Commented: (CASSANDRA-749) Secondary indices for column families

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869121#action_12869121 ] Jonathan Ellis commented on CASSANDRA-749: -- attached what I think the thrift

[Cassandra Wiki] Update of HadoopSupport by JonathanE llis

2010-05-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The HadoopSupport page has been changed by JonathanEllis. The comment on this change is: explain location-aware. http://wiki.apache.org/cassandra/HadoopSupport?action=diffrev1=5rev2=6

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

2010-05-19 Thread jbellis
Author: jbellis Date: Wed May 19 14:03:53 2010 New Revision: 946192 URL: http://svn.apache.org/viewvc?rev=946192view=rev Log: add back localEndpoints variable to track endpoints in this DC separately from total endpoints selected so far. fixes regression introduced in CASSANDRA-1103. patch by

[jira] Commented: (CASSANDRA-749) Secondary indices for column families

2010-05-19 Thread Schubert Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869140#action_12869140 ] Schubert Zhang commented on CASSANDRA-749: -- I think the cassandra project

[jira] Commented: (CASSANDRA-749) Secondary indices for column families

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869143#action_12869143 ] Jonathan Ellis commented on CASSANDRA-749: -- To the degree that there is project

[jira] Created: (CASSANDRA-1107) DatacenterShardStrategyTest.testProperties fails

2010-05-19 Thread Johan Oskarsson (JIRA)
DatacenterShardStrategyTest.testProperties fails Key: CASSANDRA-1107 URL: https://issues.apache.org/jira/browse/CASSANDRA-1107 Project: Cassandra Issue Type: Bug Components: Core

[jira] Commented: (CASSANDRA-749) Secondary indices for column families

2010-05-19 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869160#action_12869160 ] Stu Hood commented on CASSANDRA-749: RE: 0002: How do you specify the index to match

[jira] Updated: (CASSANDRA-1081) Thrift sockets leak in 0.6 hadoop interface

2010-05-19 Thread Johan Oskarsson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johan Oskarsson updated CASSANDRA-1081: --- Attachment: CASSANDRA-1081.patch Simple patch that makes sure the socket is

[jira] Commented: (CASSANDRA-749) Secondary indices for column families

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869164#action_12869164 ] Jonathan Ellis commented on CASSANDRA-749: -- You're right, IndexClause needs

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

2010-05-19 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: (was: 0002-modify-system_-methods-to-return-UUID.patch) Thrift

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

2010-05-19 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] Commented: (CASSANDRA-1075) Thrift interface call to query whether all live nodes agree on the schema id

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869174#action_12869174 ] Jonathan Ellis commented on CASSANDRA-1075: --- +assert

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

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869181#action_12869181 ] Jonathan Ellis commented on CASSANDRA-981: -- I think what we want to do is have

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

2010-05-19 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869182#action_12869182 ] Gary Dusbabek commented on CASSANDRA-1075: -- yes, I check for that in the

[jira] Created: (CASSANDRA-1109) Cassandra does not expire data after setting timeToLive argument for each value

2010-05-19 Thread Jignesh Dhruv (JIRA)
Cassandra does not expire data after setting timeToLive argument for each value --- Key: CASSANDRA-1109 URL: https://issues.apache.org/jira/browse/CASSANDRA-1109 Project:

[jira] Updated: (CASSANDRA-1109) Cassandra does not expire data after setting timeToLive argument for each value

2010-05-19 Thread Jignesh Dhruv (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jignesh Dhruv updated CASSANDRA-1109: - Attachment: CASSANDRA-1109.patch Patch Submitted. Cassandra does not expire data

[jira] Updated: (CASSANDRA-1109) Cassandra does not expire data after setting timeToLive argument for each value

2010-05-19 Thread Jignesh Dhruv (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jignesh Dhruv updated CASSANDRA-1109: - Description: Hello, I downloaded latest cassandra source code from svn trunk. I

[jira] Updated: (CASSANDRA-1109) Cassandra does not expire data after setting timeToLive argument for each value

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

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

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869197#action_12869197 ] Jonathan Ellis commented on CASSANDRA-1075: --- good catch, but synchronizedmap

[jira] Commented: (CASSANDRA-1051) Create sstable2json.bat and json2sstable.bat for working on windows

2010-05-19 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869227#action_12869227 ] Gary Dusbabek commented on CASSANDRA-1051: -- +1 dopsun, care to work up a

[jira] Commented: (CASSANDRA-1081) Thrift sockets leak in 0.6 hadoop interface

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869274#action_12869274 ] Jonathan Ellis commented on CASSANDRA-1081: --- +1 Thrift sockets leak in 0.6

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

2010-05-19 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869279#action_12869279 ] Jeremy Hanna commented on CASSANDRA-1066: - Based on conversations in IRC with

[jira] Commented: (CASSANDRA-699) Add (optional) expiration time for column

2010-05-19 Thread Omer van der Horst Jansen (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869292#action_12869292 ] Omer van der Horst Jansen commented on CASSANDRA-699: - I've applied

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

2010-05-19 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869330#action_12869330 ] Jon Hermes commented on CASSANDRA-1105: --- Would it be better to reload based

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

2010-05-19 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869342#action_12869342 ] Jon Hermes commented on CASSANDRA-1105: --- Also, the manual-reload code is required

[jira] Commented: (CASSANDRA-932) Use cfids instead of cfnames for major operations.

2010-05-19 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869359#action_12869359 ] Gary Dusbabek commented on CASSANDRA-932: - I'd prefer for this ticket to

[jira] Commented: (CASSANDRA-932) Use cfids instead of cfnames for major operations.

2010-05-19 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869364#action_12869364 ] Gary Dusbabek commented on CASSANDRA-932: - scratch that. I think it is too much

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

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869370#action_12869370 ] Jonathan Ellis commented on CASSANDRA-1105: --- Would it be better to reload

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

2010-05-19 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1105: -- Attachment: CASSANDRA-1105.patch Create timers to reload cassandra-rack.properties and

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

2010-05-19 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869472#action_12869472 ] Jon Hermes commented on CASSANDRA-1105: --- Yeah, I should be able to do that by

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

2010-05-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869473#action_12869473 ] Jonathan Ellis commented on CASSANDRA-981: -- Once the other nodes come back up