[jira] Reopened: (CASSANDRA-2340) Easy means to set Maven repository locations

2011-03-17 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jürgen Hermann reopened CASSANDRA-2340: --- Assignee: Jonathan Ellis (was: Jürgen Hermann) Cutpaste error correction.

[jira] Issue Comment Edited: (CASSANDRA-2340) Easy means to set Maven repository locations

2011-03-17 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007892#comment-13007892 ] Jürgen Hermann edited comment on CASSANDRA-2340 at 3/17/11 11:36 AM:

[jira] Updated: (CASSANDRA-2340) Easy means to set Maven repository locations

2011-03-17 Thread JIRA
[ https://issues.apache.org/jira/browse/CASSANDRA-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jürgen Hermann updated CASSANDRA-2340: -- Attachment: trunk-2340-r1082447.diff Easy means to set Maven repository locations

svn commit: r1082479 - /cassandra/trunk/build.properties.default

2011-03-17 Thread jbellis
Author: jbellis Date: Thu Mar 17 13:04:42 2011 New Revision: 1082479 URL: http://svn.apache.org/viewvc?rev=1082479view=rev Log: fix build.properites.default typo Modified: cassandra/trunk/build.properties.default Modified: cassandra/trunk/build.properties.default URL:

[jira] Created: (CASSANDRA-2348) Allow periods in secondary index column names

2011-03-17 Thread David Semeria (JIRA)
Allow periods in secondary index column names - Key: CASSANDRA-2348 URL: https://issues.apache.org/jira/browse/CASSANDRA-2348 Project: Cassandra Issue Type: Wish Components: API

[jira] Created: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Sylvain Lebresne (JIRA)
Expring columns can expire between the two phase of LazilyCompactedRow. --- Key: CASSANDRA-2349 URL: https://issues.apache.org/jira/browse/CASSANDRA-2349 Project: Cassandra

[jira] Commented: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007932#comment-13007932 ] Sylvain Lebresne commented on CASSANDRA-2349: - This could be fixed by

[Cassandra Wiki] Update of HadoopSupport by jeremyhanna

2011-03-17 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 jeremyhanna. The comment on this change is: Adding a bit of info on the pig storefunc..

svn commit: r1082510 [2/2] - in /cassandra/trunk: bin/ drivers/java/test/org/apache/cassandra/cql/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/cql/ src/java/org/apache/cassandr

2011-03-17 Thread gdusbabek
Modified: cassandra/trunk/test/unit/org/apache/cassandra/SchemaLoader.java URL: http://svn.apache.org/viewvc/cassandra/trunk/test/unit/org/apache/cassandra/SchemaLoader.java?rev=1082510r1=1082509r2=1082510view=diff == ---

svn commit: r1082511 - in /cassandra/trunk: src/java/org/apache/cassandra/config/CFMetaData.java test/unit/org/apache/cassandra/SchemaLoader.java

2011-03-17 Thread gdusbabek
Author: gdusbabek Date: Thu Mar 17 14:50:56 2011 New Revision: 1082511 URL: http://svn.apache.org/viewvc?rev=1082511view=rev Log: fix jdbc test. patch by gdusbabek. CASSANDRA-1906 Modified: cassandra/trunk/src/java/org/apache/cassandra/config/CFMetaData.java

buildbot failure in ASF Buildbot on cassandra-trunk

2011-03-17 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/1139 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch

buildbot success in ASF Buildbot on cassandra-trunk

2011-03-17 Thread buildbot
The Buildbot has detected a restored build of cassandra-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-trunk/builds/1140 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch

[jira] Commented: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007945#comment-13007945 ] Sylvain Lebresne commented on CASSANDRA-2349: - Actually, this won't work

svn commit: r1082525 - in /cassandra/trunk/drivers/java: src/org/apache/cassandra/cql/jdbc/ test/org/apache/cassandra/cql/

2011-03-17 Thread gdusbabek
Author: gdusbabek Date: Thu Mar 17 15:13:39 2011 New Revision: 1082525 URL: http://svn.apache.org/viewvc?rev=1082525view=rev Log: expose CassandraResultSetMetaData to inspect type information of column names and values Modified:

svn commit: r1082524 - in /cassandra/trunk: drivers/java/src/org/apache/cassandra/cql/jdbc/ drivers/java/test/org/apache/cassandra/cql/ src/java/org/apache/cassandra/db/marshal/

2011-03-17 Thread gdusbabek
Author: gdusbabek Date: Thu Mar 17 15:13:33 2011 New Revision: 1082524 URL: http://svn.apache.org/viewvc?rev=1082524view=rev Log: implement a real ResultSetMetaData Added: cassandra/trunk/drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraResultSetMetaData.java

svn commit: r1082527 - in /cassandra/trunk/drivers/java: src/org/apache/cassandra/cql/jdbc/CassandraResultSet.java test/org/apache/cassandra/cql/JdbcDriverTest.java

2011-03-17 Thread gdusbabek
Author: gdusbabek Date: Thu Mar 17 15:13:51 2011 New Revision: 1082527 URL: http://svn.apache.org/viewvc?rev=1082527view=rev Log: oh yeah. RSMD column index all need to be off-by-one Modified: cassandra/trunk/drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraResultSet.java

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

2011-03-17 Thread gdusbabek
Author: gdusbabek Date: Thu Mar 17 15:14:01 2011 New Revision: 1082529 URL: http://svn.apache.org/viewvc?rev=1082529view=rev Log: changes.txt Modified: cassandra/trunk/CHANGES.txt Modified: cassandra/trunk/CHANGES.txt URL:

svn commit: r1082528 - in /cassandra/trunk/drivers/java/src/org/apache/cassandra/cql/jdbc: CassandraResultSet.java ColumnDecoder.java TypedColumn.java

2011-03-17 Thread gdusbabek
Author: gdusbabek Date: Thu Mar 17 15:13:59 2011 New Revision: 1082528 URL: http://svn.apache.org/viewvc?rev=1082528view=rev Log: cache comparator and validator in the resultset Modified: cassandra/trunk/drivers/java/src/org/apache/cassandra/cql/jdbc/CassandraResultSet.java

[Cassandra Wiki] Trivial Update of HadoopSupport by jeremyhanna

2011-03-17 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 jeremyhanna. http://wiki.apache.org/cassandra/HadoopSupport?action=diffrev1=29rev2=30 --

[jira] Updated: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2349: Attachment: 0001-Don-t-transform-expired-tombstone-in-LazilyCompacted.patch

[jira] Updated: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2349: Remaining Estimate: 2h (was: 8h) Original Estimate: 2h (was: 8h)

[jira] Commented: (CASSANDRA-2319) Promote row index

2011-03-17 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007965#comment-13007965 ] T Jake Luciani commented on CASSANDRA-2319: --- This would make the key cache

[jira] Commented: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007971#comment-13007971 ] Jonathan Ellis commented on CASSANDRA-2349: --- don't we need forceKeepExpired

[jira] Commented: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007972#comment-13007972 ] Jonathan Ellis commented on CASSANDRA-2349: --- Or: should we have an

[jira] Commented: (CASSANDRA-2319) Promote row index

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007977#comment-13007977 ] Sylvain Lebresne commented on CASSANDRA-2319: - bq. The important thing to

[jira] Commented: (CASSANDRA-2022) Twisted driver for CQL

2011-03-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007980#comment-13007980 ] Hudson commented on CASSANDRA-2022: --- Integrated in Cassandra #789 (See

[jira] Commented: (CASSANDRA-2272) Refactor Key and Row caches handling code

2011-03-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007978#comment-13007978 ] Hudson commented on CASSANDRA-2272: --- Integrated in Cassandra #789 (See

[jira] Commented: (CASSANDRA-2340) Easy means to set Maven repository locations

2011-03-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007981#comment-13007981 ] Hudson commented on CASSANDRA-2340: --- Integrated in Cassandra #789 (See

[jira] Commented: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007982#comment-13007982 ] Sylvain Lebresne commented on CASSANDRA-2349: - bq. don't we need

[jira] Issue Comment Edited: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007982#comment-13007982 ] Sylvain Lebresne edited comment on CASSANDRA-2349 at 3/17/11 4:36 PM:

[jira] Commented: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007992#comment-13007992 ] Jonathan Ellis commented on CASSANDRA-2349: --- bq. There is no opposite

[jira] Commented: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13007999#comment-13007999 ] Sylvain Lebresne commented on CASSANDRA-2349: - bq. But you can have an

[jira] Updated: (CASSANDRA-2284) Make changes to the set of memtables and sstables of a cfstore atomic

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2284: Attachment: 0001-Make-memtable-and-sstable-switches-atomic-v2.patch v2 patch

[jira] Commented: (CASSANDRA-2124) JDBC driver for CQL

2011-03-17 Thread Vivek Mishra (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008010#comment-13008010 ] Vivek Mishra commented on CASSANDRA-2124: - Support for addBatch() and

[jira] Updated: (CASSANDRA-2284) Make changes to the set of memtables and sstables of a cfstore atomic

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2284: Attachment: (was: 0001-Make-memtable-and-sstable-switches-atomic-v2.patch)

[jira] Commented: (CASSANDRA-2124) JDBC driver for CQL

2011-03-17 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008014#comment-13008014 ] Gary Dusbabek commented on CASSANDRA-2124: -- IMO, that falls under

[jira] Commented: (CASSANDRA-2124) JDBC driver for CQL

2011-03-17 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008018#comment-13008018 ] Gary Dusbabek commented on CASSANDRA-2124: -- bq. I believe CassandraStatement

[jira] Updated: (CASSANDRA-2349) Expring columns can expire between the two phase of LazilyCompactedRow.

2011-03-17 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2349: Attachment: 0001-Introduce-expireBefore-and-keep-it-constant-all-thro.patch

[jira] Commented: (CASSANDRA-2124) JDBC driver for CQL

2011-03-17 Thread Vivek Mishra (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008023#comment-13008023 ] Vivek Mishra commented on CASSANDRA-2124: - Is it worth adding support for

[jira] Commented: (CASSANDRA-2302) JDBC driver needs ResultSet.getMetaData()

2011-03-17 Thread Vivek Mishra (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008026#comment-13008026 ] Vivek Mishra commented on CASSANDRA-2302: - CassandraResultSetMetaData cmd =

[jira] Created: (CASSANDRA-2350) Races between schema changes and StorageService operations

2011-03-17 Thread Jeffrey Wang (JIRA)
Races between schema changes and StorageService operations -- Key: CASSANDRA-2350 URL: https://issues.apache.org/jira/browse/CASSANDRA-2350 Project: Cassandra Issue Type: Bug

[jira] Updated: (CASSANDRA-2350) Races between schema changes and StorageService operations

2011-03-17 Thread Jeffrey Wang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeffrey Wang updated CASSANDRA-2350: Description: I only tested this on 0.7.0, but it judging by the 0.7.3 code (latest

[jira] Resolved: (CASSANDRA-2080) Upgrade to release of Whirr 0.3.0

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood resolved CASSANDRA-2080. - Resolution: Invalid Superceded by CASSANDRA-2265 Upgrade to release of Whirr 0.3.0

[jira] Commented: (CASSANDRA-2261) During Compaction, Corrupt SSTables with rows that cause failures should be identified and blacklisted.

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008082#comment-13008082 ] Stu Hood commented on CASSANDRA-2261: - * Are the changes to the example config

[jira] Resolved: (CASSANDRA-1869) Read and Write latencies should include stage queue time

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood resolved CASSANDRA-1869. - Resolution: Invalid Stale. Read and Write latencies should include stage queue time

[jira] Commented: (CASSANDRA-2006) Serverwide caps on memtable thresholds

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008087#comment-13008087 ] Stu Hood commented on CASSANDRA-2006: - HBase accomplishes this by keeping a

[jira] Commented: (CASSANDRA-2316) NoSuchElement exception on node which is streaming a repair

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008094#comment-13008094 ] Stu Hood commented on CASSANDRA-2316: - Invalid ranges in the tree are ranges that

[jira] Commented: (CASSANDRA-2316) NoSuchElement exception on node which is streaming a repair

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008096#comment-13008096 ] Stu Hood commented on CASSANDRA-2316: - I wonder if this is a keys-out-of-order

svn commit: r1082660 - in /cassandra/trunk/drivers/py: cql/marshal.py test/test_query_preparation.py

2011-03-17 Thread eevans
Author: eevans Date: Thu Mar 17 19:40:46 2011 New Revision: 1082660 URL: http://svn.apache.org/viewvc?rev=1082660view=rev Log: escape single quotes in strings Patch by eevans Modified: cassandra/trunk/drivers/py/cql/marshal.py cassandra/trunk/drivers/py/test/test_query_preparation.py

svn commit: r1082661 - /cassandra/trunk/drivers/py/cql/results.py

2011-03-17 Thread eevans
Author: eevans Date: Thu Mar 17 19:40:50 2011 New Revision: 1082661 URL: http://svn.apache.org/viewvc?rev=1082661view=rev Log: Row should be iterable (iterate columns) Patch by eevans Modified: cassandra/trunk/drivers/py/cql/results.py Modified: cassandra/trunk/drivers/py/cql/results.py

svn commit: r1082662 - in /cassandra/trunk: src/java/org/apache/cassandra/cql/Cql.g src/java/org/apache/cassandra/cql/QueryProcessor.java test/system/test_cql.py

2011-03-17 Thread eevans
Author: eevans Date: Thu Mar 17 19:40:56 2011 New Revision: 1082662 URL: http://svn.apache.org/viewvc?rev=1082662view=rev Log: working slice-all queries (SELECT *) Patch by eevans Modified: cassandra/trunk/src/java/org/apache/cassandra/cql/Cql.g

[jira] Commented: (CASSANDRA-2129) removetoken after removetoken rf error fails to work

2011-03-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008105#comment-13008105 ] Brandon Williams commented on CASSANDRA-2129: - Because it calls

[jira] Created: (CASSANDRA-2351) Null CF comments should be allowed

2011-03-17 Thread Gary Dusbabek (JIRA)
Null CF comments should be allowed -- Key: CASSANDRA-2351 URL: https://issues.apache.org/jira/browse/CASSANDRA-2351 Project: Cassandra Issue Type: Bug Components: Core Affects Versions: 0.8

[jira] Updated: (CASSANDRA-2351) Null CF comments should be allowed

2011-03-17 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-2351: - Attachment: null_cf_comment_test_case.patch Attached a test case that demonstrates

[jira] Updated: (CASSANDRA-2352) zero-length strings should result in zero-length ByteBuffers

2011-03-17 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2352: -- Attachment: v1-0001-CASSANDRA-2352-AT.fromString-should-return-empty-BB-fo.txt

[jira] Created: (CASSANDRA-2352) zero-length strings should result in zero-length ByteBuffers

2011-03-17 Thread Eric Evans (JIRA)
zero-length strings should result in zero-length ByteBuffers Key: CASSANDRA-2352 URL: https://issues.apache.org/jira/browse/CASSANDRA-2352 Project: Cassandra Issue Type: Bug

[jira] Updated: (CASSANDRA-2351) Null CF comments should be allowed

2011-03-17 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-2351: -- Attachment: 2351.txt Enforces comment never null, also includes this test for further

[jira] Reopened: (CASSANDRA-2080) Upgrade to release of Whirr 0.3.0

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood reopened CASSANDRA-2080: - Reopening: it's hard to say when whirr-0.4.0 will be released, but whirr-0.3.0 is available,

svn commit: r1082701 - in /cassandra/trunk: src/java/org/apache/cassandra/config/CFMetaData.java test/unit/org/apache/cassandra/db/DefsTest.java

2011-03-17 Thread gdusbabek
Author: gdusbabek Date: Thu Mar 17 21:14:37 2011 New Revision: 1082701 URL: http://svn.apache.org/viewvc?rev=1082701view=rev Log: allow null CF comments. patch by Jon Hermes, reviewed by gdusbabek. CASSANDRA-2351 Modified: cassandra/trunk/src/java/org/apache/cassandra/config/CFMetaData.java

[jira] Commented: (CASSANDRA-2352) zero-length strings should result in zero-length ByteBuffers

2011-03-17 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008143#comment-13008143 ] Gary Dusbabek commented on CASSANDRA-2352: -- +1 zero-length strings should

[jira] Commented: (CASSANDRA-2338) C* consistency level needs to be pluggable

2011-03-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008147#comment-13008147 ] Edward Capriolo commented on CASSANDRA-2338: I was thinking that the

[jira] Commented: (CASSANDRA-2319) Promote row index

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008150#comment-13008150 ] Stu Hood commented on CASSANDRA-2319: - I'm not saying anything else. What I'm

[jira] Issue Comment Edited: (CASSANDRA-2319) Promote row index

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008150#comment-13008150 ] Stu Hood edited comment on CASSANDRA-2319 at 3/17/11 9:29 PM:

svn commit: r1082712 - in /cassandra/trunk/src/java/org/apache/cassandra/db/marshal: IntegerType.java LexicalUUIDType.java LongType.java TimeUUIDType.java

2011-03-17 Thread eevans
Author: eevans Date: Thu Mar 17 21:37:51 2011 New Revision: 1082712 URL: http://svn.apache.org/viewvc?rev=1082712view=rev Log: AT.fromString() should return empty BB for empty String Patch by eevans; reviewed by gdusbabek for CASSANDRA-2352 Modified:

[jira] Resolved: (CASSANDRA-2352) zero-length strings should result in zero-length ByteBuffers

2011-03-17 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans resolved CASSANDRA-2352. --- Resolution: Fixed committed zero-length strings should result in zero-length

[jira] Updated: (CASSANDRA-2080) Upgrade to release of Whirr 0.3.0

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-2080: Attachment: 0001-Fetch-whirr-from-Maven-central.txt Patch for trunk/0.7 Upgrade to release

[jira] Commented: (CASSANDRA-2338) C* consistency level needs to be pluggable

2011-03-17 Thread Matthew F. Dennis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008164#comment-13008164 ] Matthew F. Dennis commented on CASSANDRA-2338: -- That's a good point and I

[jira] Commented: (CASSANDRA-2319) Promote row index

2011-03-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008169#comment-13008169 ] Edward Capriolo commented on CASSANDRA-2319: Is the plan to let users

[jira] Commented: (CASSANDRA-2352) zero-length strings should result in zero-length ByteBuffers

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008176#comment-13008176 ] Jonathan Ellis commented on CASSANDRA-2352: --- we actually keep

[jira] Commented: (CASSANDRA-2319) Promote row index

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008180#comment-13008180 ] Stu Hood commented on CASSANDRA-2319: - What is the definition of a narrow row? I

[jira] Commented: (CASSANDRA-2338) C* consistency level needs to be pluggable

2011-03-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008189#comment-13008189 ] Brandon Williams commented on CASSANDRA-2338: - And when your ETL cluster

[jira] Created: (CASSANDRA-2353) JMX call StorageService.Operations.getNaturalEndpoints returns an NPE

2011-03-17 Thread Karl Mueller (JIRA)
JMX call StorageService.Operations.getNaturalEndpoints returns an NPE - Key: CASSANDRA-2353 URL: https://issues.apache.org/jira/browse/CASSANDRA-2353 Project: Cassandra

[jira] Updated: (CASSANDRA-2353) JMX call StorageService.Operations.getNaturalEndpoints returns an NPE

2011-03-17 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2353: Fix Version/s: 0.7.5 JMX call StorageService.Operations.getNaturalEndpoints

[jira] Commented: (CASSANDRA-2265) Fix distributed tests after updating Guava to 08

2011-03-17 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008212#comment-13008212 ] Stu Hood commented on CASSANDRA-2265: - A release candidate for 0.4.0 is available:

svn commit: r1082757 - /cassandra/trunk/src/java/org/apache/cassandra/cql/QueryProcessor.java

2011-03-17 Thread eevans
Author: eevans Date: Thu Mar 17 23:56:55 2011 New Revision: 1082757 URL: http://svn.apache.org/viewvc?rev=1082757view=rev Log: remove unused validation method Patch by eevans Modified: cassandra/trunk/src/java/org/apache/cassandra/cql/QueryProcessor.java Modified:

svn commit: r1082758 - /cassandra/trunk/src/java/org/apache/cassandra/cql/QueryProcessor.java

2011-03-17 Thread eevans
Author: eevans Date: Thu Mar 17 23:57:00 2011 New Revision: 1082758 URL: http://svn.apache.org/viewvc?rev=1082758view=rev Log: avoid unnecessary String - BB conversions Patch by eevans Modified: cassandra/trunk/src/java/org/apache/cassandra/cql/QueryProcessor.java Modified:

[jira] Commented: (CASSANDRA-2338) C* consistency level needs to be pluggable

2011-03-17 Thread Peter Schuller (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008237#comment-13008237 ] Peter Schuller commented on CASSANDRA-2338: --- I definitely agree that

[jira] Commented: (CASSANDRA-2353) JMX call StorageService.Operations.getNaturalEndpoints returns an NPE

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008271#comment-13008271 ] Jonathan Ellis commented on CASSANDRA-2353: --- What stacktrace do you get with

[jira] Created: (CASSANDRA-2354) CLI should allow users to chose consistency level

2011-03-17 Thread Edward Capriolo (JIRA)
CLI should allow users to chose consistency level - Key: CASSANDRA-2354 URL: https://issues.apache.org/jira/browse/CASSANDRA-2354 Project: Cassandra Issue Type: New Feature Affects

[jira] Updated: (CASSANDRA-2354) CLI should allow users to chose consistency level

2011-03-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Edward Capriolo updated CASSANDRA-2354: --- Attachment: cassandra-2354-1.patch.txt CLI should allow users to chose

[jira] Updated: (CASSANDRA-2354) CLI should allow users to chose consistency level

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2354: -- Reviewer: xedin Component/s: Tools Affects Version/s:

svn commit: r1082795 - in /cassandra/trunk: build.properties.default build.xml

2011-03-17 Thread jbellis
Author: jbellis Date: Fri Mar 18 02:24:39 2011 New Revision: 1082795 URL: http://svn.apache.org/viewvc?rev=1082795view=rev Log: Upgrade to release of Whirr 0.3.0 patch by Stu Hood for CASSANDRA-2080 Modified: cassandra/trunk/build.properties.default cassandra/trunk/build.xml Modified:

svn commit: r1082796 - /cassandra/branches/cassandra-0.7/build.xml

2011-03-17 Thread jbellis
Author: jbellis Date: Fri Mar 18 02:26:14 2011 New Revision: 1082796 URL: http://svn.apache.org/viewvc?rev=1082796view=rev Log: Upgrade to release of Whirr 0.3.0 Modified: cassandra/branches/cassandra-0.7/build.xml Modified: cassandra/branches/cassandra-0.7/build.xml URL:

svn commit: r1082799 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/ src/java/org/apac

2011-03-17 Thread jbellis
Author: jbellis Date: Fri Mar 18 02:31:48 2011 New Revision: 1082799 URL: http://svn.apache.org/viewvc?rev=1082799view=rev Log: merge from 0.7 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

svn commit: r1082801 - in /cassandra/trunk/src/java/org/apache/cassandra/db/marshal: IntegerType.java LexicalUUIDType.java LongType.java TimeUUIDType.java

2011-03-17 Thread jbellis
Author: jbellis Date: Fri Mar 18 02:37:54 2011 New Revision: 1082801 URL: http://svn.apache.org/viewvc?rev=1082801view=rev Log: use EMPTY_BYTE_BUFFER in AT.fromString patch by jbellis Modified: cassandra/trunk/src/java/org/apache/cassandra/db/marshal/IntegerType.java

[jira] Commented: (CASSANDRA-2129) removetoken after removetoken rf error fails to work

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008290#comment-13008290 ] Jonathan Ellis commented on CASSANDRA-2129: --- what purpose does leaving the

[jira] Commented: (CASSANDRA-2352) zero-length strings should result in zero-length ByteBuffers

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008289#comment-13008289 ] Jonathan Ellis commented on CASSANDRA-2352: --- went ahead and did this.

[jira] Commented: (CASSANDRA-2316) NoSuchElement exception on node which is streaming a repair

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008291#comment-13008291 ] Jonathan Ellis commented on CASSANDRA-2316: --- Since we iterate over each key

[jira] Updated: (CASSANDRA-2335) Windows: Test org.apache.cassandra.streaming.SerializationsTest FAILED

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2335: -- Reviewer: bcoverston Fix Version/s: 0.7.5 Windows: Test

[jira] Updated: (CASSANDRA-1600) Merge get_indexed_slices with get_range_slices

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1600: -- Fix Version/s: (was: 0.8) 0.7.5 Assignee: Jonathan

[jira] Commented: (CASSANDRA-2231) Add CompositeType comparer to the comparers provided in org.apache.cassandra.db.marshal

2011-03-17 Thread Todd Nine (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008302#comment-13008302 ] Todd Nine commented on CASSANDRA-2231: -- Since this is primarily needed for

[jira] Commented: (CASSANDRA-2354) CLI should allow users to chose consistency level

2011-03-17 Thread Edward Capriolo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008303#comment-13008303 ] Edward Capriolo commented on CASSANDRA-2354: Not very attached. With the

[jira] Commented: (CASSANDRA-2343) Allow configured ports to be overridden with system properties

2011-03-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008313#comment-13008313 ] Hudson commented on CASSANDRA-2343: --- Integrated in Cassandra-0.7 #391 (See

[jira] Commented: (CASSANDRA-1954) Double-check or replace RRW memtable lock

2011-03-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008314#comment-13008314 ] Hudson commented on CASSANDRA-1954: --- Integrated in Cassandra-0.7 #391 (See

[jira] Commented: (CASSANDRA-2337) Windows: CliTest broken because of /r/n

2011-03-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008315#comment-13008315 ] Hudson commented on CASSANDRA-2337: --- Integrated in Cassandra-0.7 #391 (See

[jira] Commented: (CASSANDRA-2347) index scan uses incorrect comparator on non-indexed expressions

2011-03-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008317#comment-13008317 ] Hudson commented on CASSANDRA-2347: --- Integrated in Cassandra-0.7 #391 (See

[jira] Commented: (CASSANDRA-2328) Index predicate values used in get_indexed_slice() are not validated

2011-03-17 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008316#comment-13008316 ] Hudson commented on CASSANDRA-2328: --- Integrated in Cassandra-0.7 #391 (See

[jira] Commented: (CASSANDRA-2352) zero-length strings should result in zero-length ByteBuffers

2011-03-17 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13008318#comment-13008318 ] Eric Evans commented on CASSANDRA-2352: --- Thanks Jonathan! zero-length strings

[jira] Updated: (CASSANDRA-2350) Races between schema changes and StorageService operations

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2350: -- Attachment: 2350.txt make Table.columnFamilyStores a ConcurrentHashMap (and make

[jira] Updated: (CASSANDRA-2350) Races between schema changes and StorageService operations

2011-03-17 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2350: -- Priority: Minor (was: Major) Races between schema changes and StorageService

  1   2   >