svn commit: r946564 - /cassandra/branches/cassandra-0.6/src/java/org/apache/cassandra/hadoop/ColumnFamilyRecordReader.java

2010-05-20 Thread johan
Author: johan Date: Thu May 20 08:20:35 2010 New Revision: 946564 URL: http://svn.apache.org/viewvc?rev=946564view=rev Log: Close thrift connections properly in the Hadoop record reader. Patch by johan, review by jbellis. CASSANDRA-1081 Modified:

[jira] Updated: (CASSANDRA-1070) Update interface to use a wrapper for various clock types

2010-05-20 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-1070: Attachment: 0001-v2-Introduces-wrapper-for-clock-types-generalizing-time.patch

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

2010-05-20 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-699: --- Attachment: (was:

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

2010-05-20 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-699: --- Attachment: 699-1-cassandra_0.6.1-Add-DeletedColumn-class.patch

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

2010-05-20 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-699: --- Attachment: 699-4-cassandra_0.6.1-Changes-to-thrift-generated-files.patch Add

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

2010-05-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869593#action_12869593 ] Hudson commented on CASSANDRA-1103: --- Integrated in Cassandra #441 (See

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

2010-05-20 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869592#action_12869592 ] Hudson commented on CASSANDRA-1109: --- Integrated in Cassandra #441 (See

[jira] Updated: (CASSANDRA-1111) describe_ring() throws on single node clusters and/or probably clusters without a replication factor

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

[jira] Updated: (CASSANDRA-1113) Please include a windows batch file to execute the node tool

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

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

2010-05-20 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-932: Attachment: 0004-modify-unit-tests-to-use-CFM.getId-and-to-lookup-CFS.patch Uses

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

2010-05-20 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-20 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-1088) Enable cassandra-cli to list rows, and page through rows in a column family

2010-05-20 Thread Frank Du (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869669#action_12869669 ] Frank Du commented on CASSANDRA-1088: - Hi Eric, An important update: The patch

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

2010-05-20 Thread Frank Du (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Du updated CASSANDRA-1088: Comment: was deleted (was: Link to CASSANDRA-1073: After users insert some data and restart

[jira] Updated: (CASSANDRA-1070) Update interface to use a wrapper for various clock types

2010-05-20 Thread Kelvin Kakugawa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Kakugawa updated CASSANDRA-1070: --- Attachment: 0001-v3-Introduces-wrapper-for-clock-types-generalizing-time.patch

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

2010-05-20 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869675#action_12869675 ] Jonathan Ellis commented on CASSANDRA-1075: --- +1 on these patches Thrift

svn commit: r946717 - in /cassandra/trunk: interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/avro/ src/java/org/apache/cassandra/config/ src/java/org/apac

2010-05-20 Thread gdusbabek
Author: gdusbabek Date: Thu May 20 17:13:17 2010 New Revision: 946717 URL: http://svn.apache.org/viewvc?rev=946717view=rev Log: service call to check for schema agreement. patch by gdusbabek, reviewed by jbellis. CASSANDRA-1075 Added:

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

2010-05-20 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869685#action_12869685 ] Ryan King commented on CASSANDRA-981: - I think what we want to do is have the

[jira] Updated: (CASSANDRA-1070) Update interface to use a wrapper for various clock types

2010-05-20 Thread Kelvin Kakugawa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Kakugawa updated CASSANDRA-1070: --- Attachment: 0001-v4-Introduces-wrapper-for-clock-types-generalizing-time.patch

[jira] Updated: (CASSANDRA-1070) Update interface to use a wrapper for various clock types

2010-05-20 Thread Kelvin Kakugawa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Kakugawa updated CASSANDRA-1070: --- Attachment: (was:

[jira] Created: (CASSANDRA-1114) start script occasionally causes flapping when used with runit

2010-05-20 Thread Cliff Moon (JIRA)
start script occasionally causes flapping when used with runit -- Key: CASSANDRA-1114 URL: https://issues.apache.org/jira/browse/CASSANDRA-1114 Project: Cassandra Issue Type:

[jira] Updated: (CASSANDRA-1114) start script occasionally causes flapping when used with runit

2010-05-20 Thread Cliff Moon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cliff Moon updated CASSANDRA-1114: -- Attachment: start_script.patch Patch to the cassandra start script start script

[jira] Assigned: (CASSANDRA-1099) make CFS.flushWriter_ size configurable

2010-05-20 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams reassigned CASSANDRA-1099: --- Assignee: Brandon Williams make CFS.flushWriter_ size configurable

[jira] Updated: (CASSANDRA-1099) make CFS.flushWriter_ size configurable

2010-05-20 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-1099: Attachment: 1099.txt Patch adds a memtable_flush_writers config option. make

[jira] Updated: (CASSANDRA-1114) start script occasionally causes flapping when used with runit

2010-05-20 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1114: -- Assignee: Eric Evans Fix Version/s: 0.6.2 start script occasionally

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

2010-05-20 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12869716#action_12869716 ] Jonathan Ellis commented on CASSANDRA-1075: --- (Gary points out that later

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

2010-05-20 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-2.patch Status after second patch: M

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

2010-05-20 Thread Karthick Sankarachary (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karthick Sankarachary updated CASSANDRA-1101: - Attachment: (was: CASSANDRA-1101.patch) A Hadoop Output Format