[jira] Commented: (CASSANDRA-2289) Replicate on write NPE for empty row

2011-03-09 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004403#comment-13004403 ] Sylvain Lebresne commented on CASSANDRA-2289: - +1 to the errata too.

[jira] Commented: (CASSANDRA-2296) Scrub resulting in bloom filter claims to be longer than entire row size error

2011-03-09 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1300#comment-1300 ] Sylvain Lebresne commented on CASSANDRA-2296: - In the retry part, the

[jira] Updated: (CASSANDRA-2297) UnsupportedOperationException: Overflow in bytesPastMark(..)

2011-03-09 Thread Muga Nishizawa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Muga Nishizawa updated CASSANDRA-2297: -- Summary: UnsupportedOperationException: Overflow in bytesPastMark(..) (was:

[jira] Created: (CASSANDRA-2297) UnsupportedOperationException: Overflow is Unfriendly Message

2011-03-09 Thread Muga Nishizawa (JIRA)
UnsupportedOperationException: Overflow is Unfriendly Message --- Key: CASSANDRA-2297 URL: https://issues.apache.org/jira/browse/CASSANDRA-2297 Project: Cassandra Issue Type: Bug

[jira] Created: (CASSANDRA-2298) Allow running the build with test failures ignored

2011-03-09 Thread Stephen Connolly (JIRA)
Allow running the build with test failures ignored -- Key: CASSANDRA-2298 URL: https://issues.apache.org/jira/browse/CASSANDRA-2298 Project: Cassandra Issue Type: Improvement

[jira] Updated: (CASSANDRA-2298) Allow running the build with test failures ignored

2011-03-09 Thread Stephen Connolly (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Connolly updated CASSANDRA-2298: Attachment: CASSANDRA-2298.patch Attached patch will effect the request if the

[jira] Updated: (CASSANDRA-2285) Reading an empty commit log throw an exception

2011-03-09 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2285: Description: Start a one node cluster, shutdown within 10 seconds but

[jira] Updated: (CASSANDRA-2285) Reading an empty commit log throw an exception

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

[jira] Updated: (CASSANDRA-2290) Repair hangs if one of the neighbor is dead

2011-03-09 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2290: Description: Repair don't cope well with dead/dying neighbors. There is

[jira] Updated: (CASSANDRA-2290) Repair hangs if one of the neighbor is dead

2011-03-09 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2290: Attachment: 0001-Don-t-start-repair-if-a-neighbor-is-dead.patch Attaching

[jira] Updated: (CASSANDRA-2295) memory pressure flusher should include secondary index CFs

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2295: -- Attachment: 2295-v4.txt v4 fixes the parent CF marked frozen but never switched

[jira] Commented: (CASSANDRA-1902) Migrate cached pages during compaction

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004568#comment-13004568 ] Jonathan Ellis commented on CASSANDRA-1902: --- I'm not comfortable w/ the

svn commit: r1079815 - in /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra: db/ColumnFamilyStore.java service/StorageService.java

2011-03-09 Thread jbellis
Author: jbellis Date: Wed Mar 9 14:32:25 2011 New Revision: 1079815 URL: http://svn.apache.org/viewvc?rev=1079815view=rev Log: revert prematurely-applied patch for #2295 Modified: cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/db/ColumnFamilyStore.java

[jira] Commented: (CASSANDRA-1938) Use UUID as node identifiers in counters instead of IP addresses

2011-03-09 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004574#comment-13004574 ] T Jake Luciani commented on CASSANDRA-1938: --- I'm interested in seeing more

svn commit: r1079816 - in /cassandra/branches/cassandra-0.7: CHANGES.txt src/java/org/apache/cassandra/db/CompactionManager.java

2011-03-09 Thread jbellis
Author: jbellis Date: Wed Mar 9 14:36:59 2011 New Revision: 1079816 URL: http://svn.apache.org/viewvc?rev=1079816view=rev Log: avoid writing empty rows when scrubbing tombstoned rows patch by jbellis; reviewed by slebresne for CASSANDRA-2296 Modified:

[jira] Commented: (CASSANDRA-2296) Scrub resulting in bloom filter claims to be longer than entire row size error

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004576#comment-13004576 ] Jonathan Ellis commented on CASSANDRA-2296: --- committed w/ ++ fix Scrub

[jira] Resolved: (CASSANDRA-2296) Scrub resulting in bloom filter claims to be longer than entire row size error

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2296. --- Resolution: Fixed Scrub resulting in bloom filter claims to be longer than

[jira] Commented: (CASSANDRA-2283) Streaming Old Format Data Fails in 0.7.3 after upgrade from 0.6.8

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004580#comment-13004580 ] Jonathan Ellis commented on CASSANDRA-2283: --- CASSANDRA-2296 is going to

[jira] Commented: (CASSANDRA-2282) ReadCallback AssertionError: resolver.getMessageCount() = endpoints.size()

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004581#comment-13004581 ] Jonathan Ellis commented on CASSANDRA-2282: --- bq. My client still gets

svn commit: r1079821 - /cassandra/branches/cassandra-0.7/CHANGES.txt

2011-03-09 Thread jbellis
Author: jbellis Date: Wed Mar 9 14:58:22 2011 New Revision: 1079821 URL: http://svn.apache.org/viewvc?rev=1079821view=rev Log: update CHANGES for CASSANDRA-2282 that got committed already (in r1079812 I think) Modified: cassandra/branches/cassandra-0.7/CHANGES.txt Modified:

[jira] Resolved: (CASSANDRA-2282) ReadCallback AssertionError: resolver.getMessageCount() = endpoints.size()

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2282. --- Resolution: Fixed Reviewer: thobbs Assignee: Jonathan Ellis

[jira] Commented: (CASSANDRA-2296) Scrub resulting in bloom filter claims to be longer than entire row size error

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

[jira] Commented: (CASSANDRA-2282) ReadCallback AssertionError: resolver.getMessageCount() = endpoints.size()

2011-03-09 Thread Shotaro Kamio (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004593#comment-13004593 ] Shotaro Kamio commented on CASSANDRA-2282: -- I'm trying to find out when the

[jira] Commented: (CASSANDRA-2282) ReadCallback AssertionError: resolver.getMessageCount() = endpoints.size()

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

[jira] Commented: (CASSANDRA-2282) ReadCallback AssertionError: resolver.getMessageCount() = endpoints.size()

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

svn commit: r1079833 - /cassandra/trunk/src/java/org/apache/cassandra/db/CounterMutation.java

2011-03-09 Thread jbellis
Author: jbellis Date: Wed Mar 9 15:24:24 2011 New Revision: 1079833 URL: http://svn.apache.org/viewvc?rev=1079833view=rev Log: fix #2 for counter replication NPE patch by Stu Hood; reviewed by slebresne for CASSANDRA-2289 Modified:

[jira] Resolved: (CASSANDRA-2289) Replicate on write NPE for empty row

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2289. --- Resolution: Fixed committed Replicate on write NPE for empty row

[jira] Reopened: (CASSANDRA-1902) Migrate cached pages during compaction

2011-03-09 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani reopened CASSANDRA-1902: --- Ok. well It's merged to trunk so we'll keep it there... Migrate cached pages

svn commit: r1079882 - in /cassandra/branches/cassandra-0.7: src/java/org/apache/cassandra/db/CompactionManager.java test/unit/org/apache/cassandra/db/ScrubTest.java

2011-03-09 Thread jbellis
Author: jbellis Date: Wed Mar 9 16:57:14 2011 New Revision: 1079882 URL: http://svn.apache.org/viewvc?rev=1079882view=rev Log: add test for #2296 Modified: cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/db/CompactionManager.java

[jira] Commented: (CASSANDRA-2296) Scrub resulting in bloom filter claims to be longer than entire row size error

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004648#comment-13004648 ] Jonathan Ellis commented on CASSANDRA-2296: --- also added test in r1079882

[jira] Updated: (CASSANDRA-2290) Repair hangs if one of the neighbor is dead

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2290: -- Reviewer: stuhood Priority: Minor (was: Major) Affects

[jira] Commented: (CASSANDRA-2283) Streaming Old Format Data Fails in 0.7.3 after upgrade from 0.6.8

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004658#comment-13004658 ] Jonathan Ellis commented on CASSANDRA-2283: --- bq. scrub won't fix this that

[jira] Commented: (CASSANDRA-2170) Load spikes

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004665#comment-13004665 ] Jonathan Ellis commented on CASSANDRA-2170: --- (I.e. memory pressure caused by

[jira] Commented: (CASSANDRA-2170) Load spikes

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004663#comment-13004663 ] Jonathan Ellis commented on CASSANDRA-2170: --- I wonder if this could have

[Cassandra Wiki] Update of FAQ by JonathanEllis

2011-03-09 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 JonathanEllis. The comment on this change is: add mmap. http://wiki.apache.org/cassandra/FAQ?action=diffrev1=104rev2=105

[jira] Commented: (CASSANDRA-1902) Migrate cached pages during compaction

2011-03-09 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004695#comment-13004695 ] T Jake Luciani commented on CASSANDRA-1902: --- Removing from trunk too...

[jira] Commented: (CASSANDRA-2289) Replicate on write NPE for empty row

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

[jira] Updated: (CASSANDRA-1902) Migrate cached pages during compaction

2011-03-09 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-1902: -- Comment: was deleted (was: Ok. well It's merged to trunk so we'll keep it there...

[jira] Updated: (CASSANDRA-1902) Migrate cached pages during compaction

2011-03-09 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1902?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-1902: -- Description: Post CASSANDRA-1470 there is an opportunity to migrate cached pages

[jira] Commented: (CASSANDRA-2290) Repair hangs if one of the neighbor is dead

2011-03-09 Thread Aaron Morton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004707#comment-13004707 ] Aaron Morton commented on CASSANDRA-2290: - Not sure if this helps. I found a

[jira] Issue Comment Edited: (CASSANDRA-2290) Repair hangs if one of the neighbor is dead

2011-03-09 Thread Aaron Morton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004707#comment-13004707 ] Aaron Morton edited comment on CASSANDRA-2290 at 3/9/11 6:32 PM:

[jira] Issue Comment Edited: (CASSANDRA-2290) Repair hangs if one of the neighbor is dead

2011-03-09 Thread Aaron Morton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004707#comment-13004707 ] Aaron Morton edited comment on CASSANDRA-2290 at 3/9/11 6:45 PM:

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

2011-03-09 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-2124: - Attachment: (was:

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

2011-03-09 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-2124: - Attachment: (was: v2-0004-more-comments-in-ColumnDecoder.txt) JDBC driver for

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

2011-03-09 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-2124: - Attachment: v3-0004-more-comments-in-ColumnDecoder.txt

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

2011-03-09 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-2124: - Attachment: (was: v2-0001-first-pass-at-column-decoding.txt) JDBC driver for

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

2011-03-09 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-2124: - Attachment: (was: v2-0002-clean-up-JdbcDriverTest.txt) JDBC driver for CQL

[jira] Created: (CASSANDRA-2300) Enhance Node Bootstrapping, while adding more than 1 nodes to the cluster

2011-03-09 Thread Vijay (JIRA)
Enhance Node Bootstrapping, while adding more than 1 nodes to the cluster - Key: CASSANDRA-2300 URL: https://issues.apache.org/jira/browse/CASSANDRA-2300 Project: Cassandra

[jira] Updated: (CASSANDRA-2301) OOM on repair with many inconsistent ranges

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2301: -- Reviewer: jbellis Description: Repair can OOM when lots of

[jira] Commented: (CASSANDRA-2298) Allow running the build with test failures ignored

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004765#comment-13004765 ] Jonathan Ellis commented on CASSANDRA-2298: --- shouldn't codecoverage task

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

2011-03-09 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-2124: - Attachment: v3-0005-move-all-java-cql-into-jdbc-package-and-only-expose-.patch

[jira] Updated: (CASSANDRA-2233) Add unified UUIDType

2011-03-09 Thread Ed Anuff (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Anuff updated CASSANDRA-2233: Attachment: (was: UUIDType.java) Add unified UUIDType

[jira] Updated: (CASSANDRA-2233) Add unified UUIDType

2011-03-09 Thread Ed Anuff (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Anuff updated CASSANDRA-2233: Attachment: UUIDType.java Add unified UUIDType Key:

[jira] Commented: (CASSANDRA-2298) Allow running the build with test failures ignored

2011-03-09 Thread Stephen Connolly (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004768#comment-13004768 ] Stephen Connolly commented on CASSANDRA-2298: - perhaps... but i prefer not

[jira] Updated: (CASSANDRA-2301) OOM on repair with many inconsistent ranges

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2301: -- Attachment: 2301-v2.txt I'm actually not sure how this could help -- dfile.close()

[jira] Updated: (CASSANDRA-2233) Add unified UUIDType

2011-03-09 Thread Ed Anuff (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ed Anuff updated CASSANDRA-2233: Attachment: UUIDTypeTest.java Add unified UUIDType

[jira] Commented: (CASSANDRA-2298) Allow running the build with test failures ignored

2011-03-09 Thread Stephen Connolly (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004771#comment-13004771 ] Stephen Connolly commented on CASSANDRA-2298: - @Gary. Nope it does not

[jira] Updated: (CASSANDRA-2301) OOM on repair with many inconsistent ranges

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2301: -- Attachment: 2301-v3.txt v2 overcomplicated the problem. v3 attached w/o extra

[jira] Commented: (CASSANDRA-2233) Add unified UUIDType

2011-03-09 Thread Ed Anuff (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004773#comment-13004773 ] Ed Anuff commented on CASSANDRA-2233: - Attached new version and test case. It now

[jira] Issue Comment Edited: (CASSANDRA-2233) Add unified UUIDType

2011-03-09 Thread Ed Anuff (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004773#comment-13004773 ] Ed Anuff edited comment on CASSANDRA-2233 at 3/9/11 8:17 PM:

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

2011-03-09 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004774#comment-13004774 ] Eric Evans commented on CASSANDRA-2124: --- lgtm. +1 JDBC driver for CQL

[jira] Commented: (CASSANDRA-2233) Add unified UUIDType

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004775#comment-13004775 ] Jonathan Ellis commented on CASSANDRA-2233: --- so UUIDT will compare

[jira] Resolved: (CASSANDRA-1710) Java driver for CQL

2011-03-09 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans resolved CASSANDRA-1710. --- Resolution: Fixed Java driver for CQL --- Key:

[jira] Commented: (CASSANDRA-1710) Java driver for CQL

2011-03-09 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004776#comment-13004776 ] Eric Evans commented on CASSANDRA-1710: --- This work has been folded into the JDBC

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

2011-03-09 Thread gdusbabek
Author: gdusbabek Date: Wed Mar 9 20:22:45 2011 New Revision: 1079973 URL: http://svn.apache.org/viewvc?rev=1079973view=rev Log: first pass at column decoding. patch by gdusbabek, reviewed by eevans. CASSANDRA-2124 Added:

svn commit: r1079974 - /cassandra/trunk/drivers/java/test/org/apache/cassandra/cql/driver/jdbc/JdbcDriverTest.java

2011-03-09 Thread gdusbabek
Author: gdusbabek Date: Wed Mar 9 20:22:55 2011 New Revision: 1079974 URL: http://svn.apache.org/viewvc?rev=1079974view=rev Log: clean up JdbcDriverTest. patch by gdusbabek, reviewed by eevans. CASSANDRA-2124 Modified:

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

2011-03-09 Thread gdusbabek
Author: gdusbabek Date: Wed Mar 9 20:23:10 2011 New Revision: 1079975 URL: http://svn.apache.org/viewvc?rev=1079975view=rev Log: implements getXXX methods to return values of the correct types. rearranges the JdbcDriverTest. renames SchemaDecoder. patch by gdusbabek, reviewed by eevans.

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

2011-03-09 Thread gdusbabek
Author: gdusbabek Date: Wed Mar 9 20:23:40 2011 New Revision: 1079977 URL: http://svn.apache.org/viewvc?rev=1079977view=rev Log: move all java cql into jdbc package and only expose a few bits. patch by gdusbabek, reviewed by eevans. CASSANDRA-2124 Added:

[jira] Commented: (CASSANDRA-2233) Add unified UUIDType

2011-03-09 Thread Ed Anuff (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004780#comment-13004780 ] Ed Anuff commented on CASSANDRA-2233: - Yes, that is correct. Add unified

svn commit: r1079976 - /cassandra/trunk/drivers/java/src/org/apache/cassandra/cql/driver/ColumnDecoder.java

2011-03-09 Thread gdusbabek
Author: gdusbabek Date: Wed Mar 9 20:23:23 2011 New Revision: 1079976 URL: http://svn.apache.org/viewvc?rev=1079976view=rev Log: more comments in ColumnDecoder. patch by gdusbabek, reviewed by eevans. CASSANDRA-2124 Modified:

[jira] Updated: (CASSANDRA-2280) Request specific column families using StreamIn

2011-03-09 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-2280: Attachment: 0001-Allow-specific-column-families-to-be-requested-for-str.txt Attaching a patch

svn commit: r1079984 - in /cassandra/branches/cassandra-0.7: build.xml src/java/org/apache/cassandra/db/CompactionManager.java src/java/org/apache/cassandra/io/sstable/SSTableWriter.java

2011-03-09 Thread jbellis
Author: jbellis Date: Wed Mar 9 20:43:55 2011 New Revision: 1079984 URL: http://svn.apache.org/viewvc?rev=1079984view=rev Log: add ant.test.failure.ignore property to optionally allow codecoverage to complete even if tests error out patch by Stephen Connolly; tested by jbellis for

svn commit: r1079985 - in /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra: db/CompactionManager.java io/sstable/SSTableWriter.java

2011-03-09 Thread jbellis
Author: jbellis Date: Wed Mar 9 20:44:34 2011 New Revision: 1079985 URL: http://svn.apache.org/viewvc?rev=1079985view=rev Log: revert un-revied SSTableWriter changes Modified: cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/db/CompactionManager.java

[jira] Reopened: (CASSANDRA-2298) Allow running the build with test failures ignored

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reopened CASSANDRA-2298: --- Assignee: Stephen Connolly Allow running the build with test failures ignored

[jira] Updated: (CASSANDRA-2285) Reading an empty commit log throw an exception

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2285: -- Reviewer: jbellis Priority: Minor (was: Major) Affects

[jira] Resolved: (CASSANDRA-2298) Allow running the build with test failures ignored

2011-03-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2298. --- Resolution: Fixed Fix Version/s: 0.7.4 Reviewer: jbellis

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

2011-03-09 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004791#comment-13004791 ] Stu Hood commented on CASSANDRA-2284: - It was only defining the View abstraction

svn commit: r1079989 - in /cassandra/branches/cassandra-0.7: CHANGES.txt conf/cassandra.yaml src/java/org/apache/cassandra/db/commitlog/CommitLog.java test/unit/org/apache/cassandra/db/CommitLogTest.j

2011-03-09 Thread jbellis
Author: jbellis Date: Wed Mar 9 20:52:03 2011 New Revision: 1079989 URL: http://svn.apache.org/viewvc?rev=1079989view=rev Log: fix commitlog replaywhen flush position refers to data thatdidnt Modified: cassandra/branches/cassandra-0.7/CHANGES.txt

[jira] Commented: (CASSANDRA-2171) Record and expose flush rate per CF

2011-03-09 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004794#comment-13004794 ] Stu Hood commented on CASSANDRA-2171: - It's not clear to me what kind of data is

[Cassandra Wiki] Update of CassandraHardware by JonathanEllis

2011-03-09 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The CassandraHardware page has been changed by JonathanEllis. The comment on this change is: link eonnen's EBS explanation.

[jira] Commented: (CASSANDRA-2298) Allow running the build with test failures ignored

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

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

2011-03-09 Thread eevans
Author: eevans Date: Wed Mar 9 22:00:04 2011 New Revision: 1080020 URL: http://svn.apache.org/viewvc?rev=1080020view=rev Log: CASSANDRA-2027 single-quoted string literals Patch by eevans for CASSANDRA-2027 Modified: cassandra/trunk/drivers/py/cql/marshal.py

svn commit: r1080021 - in /cassandra/trunk: drivers/py/cql/marshal.py src/java/org/apache/cassandra/cql/Cql.g src/java/org/apache/cassandra/cql/Term.java test/conf/log4j-server.properties test/system/

2011-03-09 Thread eevans
Author: eevans Date: Wed Mar 9 22:00:12 2011 New Revision: 1080021 URL: http://svn.apache.org/viewvc?rev=1080021view=rev Log: uuid term type (hyphenated hex string) Patch by eevans for CASSANDRA-2027 Modified: cassandra/trunk/drivers/py/cql/marshal.py

svn commit: r1080022 - in /cassandra/trunk: drivers/py/cql/marshal.py src/java/org/apache/cassandra/cql/Cql.g src/java/org/apache/cassandra/cql/Term.java test/system/test_cql.py

2011-03-09 Thread eevans
Author: eevans Date: Wed Mar 9 22:00:19 2011 New Revision: 1080022 URL: http://svn.apache.org/viewvc?rev=1080022view=rev Log: remove long term type Patch by eevans for CASSANDRA-2027 Modified: cassandra/trunk/drivers/py/cql/marshal.py

svn commit: r1080024 - /cassandra/trunk/test/system/test_cql.py

2011-03-09 Thread eevans
Author: eevans Date: Wed Mar 9 22:00:30 2011 New Revision: 1080024 URL: http://svn.apache.org/viewvc?rev=1080024view=rev Log: create column families of expected type (tests) Patch by eevans for CASSANDRA-2027 Modified: cassandra/trunk/test/system/test_cql.py Modified:

svn commit: r1080025 - /cassandra/trunk/src/java/org/apache/cassandra/db/marshal/BytesType.java

2011-03-09 Thread eevans
Author: eevans Date: Wed Mar 9 22:00:36 2011 New Revision: 1080025 URL: http://svn.apache.org/viewvc?rev=1080025view=rev Log: handle NumberFormatExceptions from BytesType.fromString Patch by eevans for CASSANDRA-2027 Modified:

svn commit: r1080026 - /cassandra/trunk/test/conf/cassandra.yaml

2011-03-09 Thread eevans
Author: eevans Date: Wed Mar 9 22:00:40 2011 New Revision: 1080026 URL: http://svn.apache.org/viewvc?rev=1080026view=rev Log: column families of expected type (JDBC tests) Patch by eevans for CASSANDRA-2027 Modified: cassandra/trunk/test/conf/cassandra.yaml Modified:

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

2011-03-09 Thread eevans
Author: eevans Date: Wed Mar 9 22:00:48 2011 New Revision: 1080028 URL: http://svn.apache.org/viewvc?rev=1080028view=rev Log: update JDBC driver and tests for BytesType columns Patch by eevans for CASSANDRA-2027 Modified:

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

2011-03-09 Thread Gary Dusbabek (JIRA)
JDBC driver needs ResultSet.getMetaData() - Key: CASSANDRA-2302 URL: https://issues.apache.org/jira/browse/CASSANDRA-2302 Project: Cassandra Issue Type: Improvement Components: Core

[jira] Commented: (CASSANDRA-1851) Publish cassandra artifacts to the maven central repository

2011-03-09 Thread Hannes Schmidt (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004841#comment-13004841 ] Hannes Schmidt commented on CASSANDRA-1851: --- Something to be aware of:

[jira] Commented: (CASSANDRA-2296) Scrub resulting in bloom filter claims to be longer than entire row size error

2011-03-09 Thread Jason Harvey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004897#comment-13004897 ] Jason Harvey commented on CASSANDRA-2296: - I applied the patch and retried.

[jira] Created: (CASSANDRA-2303) rename pig jar now that it is both input and output

2011-03-09 Thread Jeremy Hanna (JIRA)
rename pig jar now that it is both input and output --- Key: CASSANDRA-2303 URL: https://issues.apache.org/jira/browse/CASSANDRA-2303 Project: Cassandra Issue Type: Improvement

[jira] Commented: (CASSANDRA-2104) IndexOutOfBoundsException during lazy row compaction of supercolumns

2011-03-09 Thread Mike Nadeau (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004902#comment-13004902 ] Mike Nadeau commented on CASSANDRA-2104: Hi, I'm also getting an

[jira] Updated: (CASSANDRA-2303) rename pig jar now that it is both input and output

2011-03-09 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-2303: Attachment: 2303.txt rename pig jar now that it is both input and output

[jira] Commented: (CASSANDRA-2304) sstable2json dies with Too many open files, regardless of ulimit

2011-03-09 Thread Jason Harvey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004907#comment-13004907 ] Jason Harvey commented on CASSANDRA-2304: - Unfortunately, the sstable it is

[jira] Created: (CASSANDRA-2304) sstable2json dies with Too many open files, regardless of ulimit

2011-03-09 Thread Jason Harvey (JIRA)
sstable2json dies with Too many open files, regardless of ulimit -- Key: CASSANDRA-2304 URL: https://issues.apache.org/jira/browse/CASSANDRA-2304 Project: Cassandra Issue Type:

[jira] Commented: (CASSANDRA-2304) sstable2json dies with Too many open files, regardless of ulimit

2011-03-09 Thread Jason Harvey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004916#comment-13004916 ] Jason Harvey commented on CASSANDRA-2304: - Output from lsof. Thousands of

[jira] Updated: (CASSANDRA-2304) sstable2json dies with Too many open files, regardless of ulimit

2011-03-09 Thread Jason Harvey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Harvey updated CASSANDRA-2304: Comment: was deleted (was: Unfortunately, the sstable it is dying on is 900MB. Unable

[jira] Updated: (CASSANDRA-2304) sstable2json dies with Too many open files, regardless of ulimit

2011-03-09 Thread Jason Harvey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Harvey updated CASSANDRA-2304: Attachment: sstable.tar.bz2 Sstable which causes sstable2json to die. Grabbed from an

[jira] Commented: (CASSANDRA-2104) IndexOutOfBoundsException during lazy row compaction of supercolumns

2011-03-09 Thread Mike Nadeau (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13004918#comment-13004918 ] Mike Nadeau commented on CASSANDRA-2104: We upgraded to 0.7.3 and we still

  1   2   >