[jira] [Updated] (CASSANDRA-2454) Possible deadlock for counter mutations

2011-04-12 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2454: Attachment: 0001-Submit-counters-update-on-mutation-stage-only-if-not.patch

[jira] [Created] (CASSANDRA-2457) Batch_mutate is broken for counters

2011-04-12 Thread Sylvain Lebresne (JIRA)
Batch_mutate is broken for counters --- Key: CASSANDRA-2457 URL: https://issues.apache.org/jira/browse/CASSANDRA-2457 Project: Cassandra Issue Type: Bug Affects Versions: 0.8 Reporter: Sylvain

[jira] [Created] (CASSANDRA-2458) cli divides read repair chance by 100

2011-04-12 Thread Aaron Morton (JIRA)
cli divides read repair chance by 100 - Key: CASSANDRA-2458 URL: https://issues.apache.org/jira/browse/CASSANDRA-2458 Project: Cassandra Issue Type: Bug Components: Core Affects Versions:

[jira] [Updated] (CASSANDRA-2458) cli divides read repair chance by 100

2011-04-12 Thread Aaron Morton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Morton updated CASSANDRA-2458: Attachment: 0001-do-not-divide-read_repair_chance-by-100.patch now expects read repair

Page peanutgyz deleted from Cassandra Wiki

2011-04-12 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page Cassandra Wiki for change notification. The page peanutgyz has been deleted by gdusbabek. The comment on this change is: needless page.. http://wiki.apache.org/cassandra/peanutgyz

[jira] [Created] (CASSANDRA-2460) Make scrub deserialize rows

2011-04-12 Thread Sylvain Lebresne (JIRA)
Make scrub deserialize rows --- Key: CASSANDRA-2460 URL: https://issues.apache.org/jira/browse/CASSANDRA-2460 Project: Cassandra Issue Type: Improvement Components: Core Affects Versions: 0.7.4

[jira] [Commented] (CASSANDRA-2452) Modify EC2 Snitch to use public ip and hence natively support for EC2 mult-region's.

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018821#comment-13018821 ] Jonathan Ellis commented on CASSANDRA-2452: --- Is this a one-size-fits-all

[jira] [Commented] (CASSANDRA-2459) move SSTableScanner to use SSTableReader.dfile instead of BRAF

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018824#comment-13018824 ] Jonathan Ellis commented on CASSANDRA-2459: --- (a) we still need to avoid

[jira] [Commented] (CASSANDRA-2459) move SSTableScanner to use SSTableReader.dfile instead of BRAF

2011-04-12 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018837#comment-13018837 ] Pavel Yaskevich commented on CASSANDRA-2459: Using different sources

[Cassandra Wiki] Update of HowToPublishToMavenCentral by StephenConnolly

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The HowToPublishToMavenCentral page has been changed by StephenConnolly. http://wiki.apache.org/cassandra/HowToPublishToMavenCentral?action=diffrev1=9rev2=10

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

2011-04-12 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018839#comment-13018839 ] T Jake Luciani commented on CASSANDRA-1851: --- This worked for me +1 Eric,

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

2011-04-12 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018840#comment-13018840 ] Eric Evans commented on CASSANDRA-1851: --- bq. Eric, looks like you might have put

[Cassandra Wiki] Update of HowToPublishToMavenCentral by StephenConnolly

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The HowToPublishToMavenCentral page has been changed by StephenConnolly. The comment on this change is: adding details of password encryption.

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

2011-04-12 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018855#comment-13018855 ] Eric Evans commented on CASSANDRA-1851: --- Any news on when the updated MAT will

svn commit: r1091445 - in /cassandra/branches/cassandra-0.8: build.xml conf/cassandra-env.sh lib/jamm-0.2.1.jar lib/jamm-0.2.jar lib/licenses/jamm-0.2.1.txt src/java/org/apache/cassandra/db/Memtable.j

2011-04-12 Thread jbellis
Author: jbellis Date: Tue Apr 12 15:09:28 2011 New Revision: 1091445 URL: http://svn.apache.org/viewvc?rev=1091445view=rev Log: hack to allow OpenJDK to run w/o javaagent (otherwise it segfaults) patch by jbellis and brandonwilliams; reviewed by Pavel Yaskevich for CASSANDRA-2441 Added:

svn commit: r1091447 - in /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db: ColumnFamilyStore.java RowIteratorFactory.java columniterator/IColumnIterator.java columniterator/SSTableS

2011-04-12 Thread jbellis
Author: jbellis Date: Tue Apr 12 15:12:00 2011 New Revision: 1091447 URL: http://svn.apache.org/viewvc?rev=1091447view=rev Log: r/m unnecessary declaration of IOException from IColumnIterator.getColumnFamily patch by Stu Hood; reviewed by jbellis for CASSANDRA-2446 Modified:

[jira] [Resolved] (CASSANDRA-2456) using NTS, you get a an error (datacenter has no more endpoints) when there are no nodes in a DC

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2456. --- Resolution: Not A Problem It's an error to specify a nonzero replication factor

svn commit: r1091455 - in /cassandra/branches/cassandra-0.8: CHANGES.txt src/java/org/apache/cassandra/cli/CliClient.java

2011-04-12 Thread jbellis
Author: jbellis Date: Tue Apr 12 15:17:52 2011 New Revision: 1091455 URL: http://svn.apache.org/viewvc?rev=1091455view=rev Log: cli no longer divides read_repair_chance by 100 patch by Aaron Morton; reviewed by jbellis for CASSANDRA-2458 Modified: cassandra/branches/cassandra-0.8/CHANGES.txt

[jira] [Updated] (CASSANDRA-2458) cli divides read repair chance by 100

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2458: -- Affects Version/s: (was: 0.7.4) 0.6 Fix

[jira] [Updated] (CASSANDRA-2458) cli divides read repair chance by 100

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2458: -- Affects Version/s: (was: 0.6) 0.7.0 cli divides read

[jira] [Assigned] (CASSANDRA-2406) Secondary index and index expression problems

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-2406: - Assignee: Pavel Yaskevich (was: Jonathan Ellis) Pavel, can you take a stab

[jira] [Assigned] (CASSANDRA-2405) should expose 'time since last successful repair' for easier aes monitoring

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-2405: - Assignee: Pavel Yaskevich Good idea, let's create an AntiEntropyServiceMBean

[jira] [Updated] (CASSANDRA-2405) should expose 'time since last successful repair' for easier aes monitoring

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2405: -- Fix Version/s: 0.7.5 should expose 'time since last successful repair' for easier

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

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2261: -- Affects Version/s: (was: 0.6) Fix Version/s: (was: 0.8)

[jira] [Updated] (CASSANDRA-2460) Make scrub deserialize rows

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2460: -- Affects Version/s: (was: 0.7.4) Fix Version/s: 0.7.5

[jira] [Resolved] (CASSANDRA-2373) Index Out Of Bounds during Validation Compaction (Repair)

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2373. --- Resolution: Duplicate Fix Version/s: (was: 0.7.5) Assignee:

[jira] [Updated] (CASSANDRA-2459) move SSTableScanner to use SSTableReader.dfile instead of BRAF

2011-04-12 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2459: --- Priority: Minor (was: Major) move SSTableScanner to use SSTableReader.dfile

[jira] [Commented] (CASSANDRA-2326) stress.java indexed range slicing is broken

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018878#comment-13018878 ] Jonathan Ellis commented on CASSANDRA-2326: --- a --values [list of values]

[jira] [Commented] (CASSANDRA-2326) stress.java indexed range slicing is broken

2011-04-12 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018880#comment-13018880 ] Pavel Yaskevich commented on CASSANDRA-2326: I agree, I was also thinking

[jira] [Commented] (CASSANDRA-2326) stress.java indexed range slicing is broken

2011-04-12 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018884#comment-13018884 ] Brandon Williams commented on CASSANDRA-2326: - I like the idea of adding a

[jira] [Commented] (CASSANDRA-2326) stress.java indexed range slicing is broken

2011-04-12 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018886#comment-13018886 ] Pavel Yaskevich commented on CASSANDRA-2326: I agree with Brandon on this,

[jira] [Commented] (CASSANDRA-2326) stress.java indexed range slicing is broken

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1301#comment-1301 ] Jonathan Ellis commented on CASSANDRA-2326: --- sgtm stress.java indexed

[jira] [Updated] (CASSANDRA-2452) Modify EC2 Snitch to use public ip and hence natively support for EC2 mult-region's.

2011-04-12 Thread Vijay (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay updated CASSANDRA-2452: - Attachment: 2452-Intro-EC2MultiRegionSnitch-V2.txt V2 with the recommended way... Thanks! Modify

[jira] [Updated] (CASSANDRA-2429) Silence non-errors while reconnecting

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2429: -- Reviewer: j.casares Affects Version/s: (was: 0.7.0) Fix

[jira] [Updated] (CASSANDRA-2429) Silence non-errors while reconnecting

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2429: -- Attachment: 2429.txt patch to move the socket error and a couple of the HH lines

[jira] [Updated] (CASSANDRA-2452) New EC2 Snitch to use public ip and hence natively support for EC2 mult-region's.

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2452: -- Reviewer: brandon.williams Fix Version/s: 0.8 Issue Type: New

[jira] [Commented] (CASSANDRA-2446) Remove unnecessary IOException from IColumnIterator.getColumnFamily

2011-04-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2446?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018901#comment-13018901 ] Hudson commented on CASSANDRA-2446: --- Integrated in Cassandra-0.8 #2 (See

[jira] [Commented] (CASSANDRA-2458) cli divides read repair chance by 100

2011-04-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018902#comment-13018902 ] Hudson commented on CASSANDRA-2458: --- Integrated in Cassandra-0.8 #2 (See

[jira] [Updated] (CASSANDRA-2238) Allow nodetool to print out hostnames given an option

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2238: -- Affects Version/s: (was: 0.7.2) Allow nodetool to print out hostnames given

[jira] [Assigned] (CASSANDRA-2238) Allow nodetool to print out hostnames given an option

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-2238: - Assignee: paul cannon (was: Joaquin Casares) I'm okay with marking this

[jira] [Assigned] (CASSANDRA-2061) Missing logging for some exceptions

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-2061: - Assignee: paul cannon (was: Jonathan Ellis) Missing logging for some

[jira] [Commented] (CASSANDRA-2394) Faulty hd kills cluster performance

2011-04-12 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018906#comment-13018906 ] Brandon Williams commented on CASSANDRA-2394: - Thibaut, Can you provide

[jira] [Updated] (CASSANDRA-1418) Automatic, online load balancing

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1418: -- Fix Version/s: (was: 1.0) Labels: ponies (was: ) Automatic,

[jira] [Commented] (CASSANDRA-1988) Prefer to throw Unavailable rather than Timeout

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018917#comment-13018917 ] Jonathan Ellis commented on CASSANDRA-1988: --- If we deserialized the messages

svn commit: r1091508 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/db/

2011-04-12 Thread slebresne
Author: slebresne Date: Tue Apr 12 17:29:08 2011 New Revision: 1091508 URL: http://svn.apache.org/viewvc?rev=1091508view=rev Log: Merging CASSANDRA-2451 from 0.7 Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/contrib/ (props changed)

[jira] [Assigned] (CASSANDRA-2427) Heuristic or hard cap to prevent fragmented commit logs from bringing down the server

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-2427: - Assignee: paul cannon How about this: - create a commitlog-space-cap

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

2011-04-12 Thread slebresne
Author: slebresne Date: Tue Apr 12 17:35:34 2011 New Revision: 1091513 URL: http://svn.apache.org/viewvc?rev=1091513view=rev Log: Merge CASSANDRA-2451 from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/contrib/ (props changed)

buildbot success in ASF Buildbot on cassandra-trunk

2011-04-12 Thread buildbot
The Buildbot has detected a restored build on builder cassandra-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-trunk/builds/1264 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: scheduler Build

[jira] [Commented] (CASSANDRA-2451) Make clean compactions cleanup the row cache

2011-04-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018927#comment-13018927 ] Hudson commented on CASSANDRA-2451: --- Integrated in Cassandra-0.7 #431 (See

[jira] [Updated] (CASSANDRA-2088) Temp files for failed compactions/streaming not cleaned up

2011-04-12 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2088: Attachment: 0001-Better-detect-failures-from-the-other-side-in-Incomi.patch I

[jira] [Commented] (CASSANDRA-2088) Temp files for failed compactions/streaming not cleaned up

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018942#comment-13018942 ] Jonathan Ellis commented on CASSANDRA-2088: --- bq. I'm attaching a patch

[jira] [Resolved] (CASSANDRA-808) Need a way to skip corrupted data in SSTables

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-808. -- Resolution: Won't Fix Fix Version/s: (was: 1.0) nodetool scrub seems to

[jira] [Assigned] (CASSANDRA-2369) support replication decisions per-key

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-2369: - Assignee: paul cannon (was: Jonathan Ellis) I think the goal here is to end

[jira] [Commented] (CASSANDRA-2088) Temp files for failed compactions/streaming not cleaned up

2011-04-12 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018965#comment-13018965 ] Sylvain Lebresne commented on CASSANDRA-2088: - bq. Is that

[jira] [Updated] (CASSANDRA-2326) stress.java indexed range slicing is broken

2011-04-12 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2326: --- Attachment: CASSANDRA-2326-trunk.patch CASSANDRA-2326.patch -V

[jira] [Commented] (CASSANDRA-2088) Temp files for failed compactions/streaming not cleaned up

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018972#comment-13018972 ] Jonathan Ellis commented on CASSANDRA-2088: --- +1, and can you move some of

[jira] [Commented] (CASSANDRA-2451) Make clean compactions cleanup the row cache

2011-04-12 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13018977#comment-13018977 ] Hudson commented on CASSANDRA-2451: --- Integrated in Cassandra-0.8 #3 (See

svn commit: r1091542 - /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/streaming/IncomingStreamReader.java

2011-04-12 Thread slebresne
Author: slebresne Date: Tue Apr 12 18:59:43 2011 New Revision: 1091542 URL: http://svn.apache.org/viewvc?rev=1091542view=rev Log: Better detect failure during streaming (always cleaning up tmp files as a consequence) patch by amorton and slebresne; reviewed by jbellis for (the first part of)

svn commit: r1091544 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/streaming/

2011-04-12 Thread slebresne
Author: slebresne Date: Tue Apr 12 19:06:18 2011 New Revision: 1091544 URL: http://svn.apache.org/viewvc?rev=1091544view=rev Log: Merge 2088 (first part) from 0.7 Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/contrib/ (props changed)

svn commit: r1091547 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/streaming/

2011-04-12 Thread slebresne
Author: slebresne Date: Tue Apr 12 19:08:52 2011 New Revision: 1091547 URL: http://svn.apache.org/viewvc?rev=1091547view=rev Log: Merge CASSANDRA-2088 (first part) from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/contrib/ (props changed)

[jira] [Commented] (CASSANDRA-2088) Temp files for failed compactions/streaming not cleaned up

2011-04-12 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019005#comment-13019005 ] Sylvain Lebresne commented on CASSANDRA-2088: - Committed that first part.

[jira] [Created] (CASSANDRA-2462) Fix build for distributed and stress tests

2011-04-12 Thread Stu Hood (JIRA)
Fix build for distributed and stress tests -- Key: CASSANDRA-2462 URL: https://issues.apache.org/jira/browse/CASSANDRA-2462 Project: Cassandra Issue Type: Bug Reporter: Stu Hood

[jira] [Updated] (CASSANDRA-2462) Fix build for distributed and stress tests

2011-04-12 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-2462: Attachment: 0001-Update-stress-and-tests-for-trunk.txt Fix build for distributed and stress

svn commit: r1091572 [3/3] - in /cassandra/trunk: ./ contrib/ drivers/py/cql/cassandra/ drivers/txpy/txcql/cassandra/ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/avro/ src/ja

2011-04-12 Thread jbellis
Modified: cassandra/trunk/drivers/txpy/txcql/cassandra/constants.py URL: http://svn.apache.org/viewvc/cassandra/trunk/drivers/txpy/txcql/cassandra/constants.py?rev=1091572r1=1091571r2=1091572view=diff == ---

svn commit: r1091572 [1/3] - in /cassandra/trunk: ./ contrib/ drivers/py/cql/cassandra/ drivers/txpy/txcql/cassandra/ interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/avro/ src/ja

2011-04-12 Thread jbellis
Author: jbellis Date: Tue Apr 12 21:08:08 2011 New Revision: 1091572 URL: http://svn.apache.org/viewvc?rev=1091572view=rev Log: merge from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt cassandra/trunk/contrib/ (props changed)

svn commit: r1091576 - in /cassandra/branches/cassandra-0.8: test/distributed/org/apache/cassandra/ tools/stress/src/org/apache/cassandra/stress/

2011-04-12 Thread jbellis
Author: jbellis Date: Tue Apr 12 21:21:30 2011 New Revision: 1091576 URL: http://svn.apache.org/viewvc?rev=1091576view=rev Log: fixes for replicationFactor change patch by Stu Hood; reviewed by jbellis for CASSANDRA-2462 Modified:

[jira] [Updated] (CASSANDRA-2462) Fix build for distributed and stress tests

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2462: -- Component/s: Tools Tests Priority: Minor

[jira] [Created] (CASSANDRA-2463) Flush and Compaction Unnecessarily Allocate 256MB Contiguous Buffers

2011-04-12 Thread C. Scott Andreas (JIRA)
Flush and Compaction Unnecessarily Allocate 256MB Contiguous Buffers Key: CASSANDRA-2463 URL: https://issues.apache.org/jira/browse/CASSANDRA-2463 Project: Cassandra Issue

[jira] [Updated] (CASSANDRA-2463) Flush and Compaction Unnecessarily Allocate 256MB Contiguous Buffers

2011-04-12 Thread C. Scott Andreas (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] C. Scott Andreas updated CASSANDRA-2463: Comment: was deleted (was: diff --git

[jira] [Updated] (CASSANDRA-2463) Flush and Compaction Unnecessarily Allocate 256MB Contiguous Buffers

2011-04-12 Thread C. Scott Andreas (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] C. Scott Andreas updated CASSANDRA-2463: Attachment: patch.diff Patch attached. Applies cleanly to tag

[Cassandra Wiki] Update of ArchitectureInternals by PeterSchuller

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ArchitectureInternals page has been changed by PeterSchuller. The comment on this change is: Augment the read path description a bit to account better for read repair and

[Cassandra Wiki] Update of ArchitectureInternals by PeterSchuller

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ArchitectureInternals page has been changed by PeterSchuller. The comment on this change is: Avoid StorageProxy becoming links.

[Cassandra Wiki] Update of ArchitectureInternals by PeterSchuller

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ArchitectureInternals page has been changed by PeterSchuller. The comment on this change is: Clarify that the replication strategy produces endpoints as a function of row keys.

[Cassandra Wiki] Update of ArchitectureInternals by PeterSchuller

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ArchitectureInternals page has been changed by PeterSchuller. The comment on this change is: AbstractNetworkTopologySnitch does the proximity sorting, not NetworkToplogyStrategy.

[Cassandra Wiki] Update of ArchitectureInternals by PeterSchuller

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ArchitectureInternals page has been changed by PeterSchuller. http://wiki.apache.org/cassandra/ArchitectureInternals?action=diffrev1=25rev2=26

[jira] [Updated] (CASSANDRA-2463) Flush and Compaction Unnecessarily Allocate 256MB Contiguous Buffers

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2463: -- Attachment: 2463-v2.txt I started making it more complicated: {code} //

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

2011-04-12 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019085#comment-13019085 ] Stu Hood commented on CASSANDRA-2283: - Looks good: only comment is that

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

2011-04-12 Thread Peter Schuller (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019088#comment-13019088 ] Peter Schuller commented on CASSANDRA-2338: --- A related concern that is not

[Cassandra Wiki] Update of ReadRepair by PeterSchuller

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The ReadRepair page has been changed by PeterSchuller. http://wiki.apache.org/cassandra/ReadRepair?action=diffrev1=2rev2=3 -- - Read

[Cassandra Wiki] Update of DigestQueries by PeterSchuller

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The DigestQueries page has been changed by PeterSchuller. http://wiki.apache.org/cassandra/DigestQueries -- New page: A digest query

Page HowToPublishToMavenCentral renamed to HowToPublishReleases on Cassandra Wiki

2011-04-12 Thread Apache Wiki
Dear wiki user, You have subscribed to a wiki page Cassandra Wiki for change notification. The page HowToPublishReleases has been renamed from HowToPublishToMavenCentral by EricEvans. http://wiki.apache.org/cassandra/HowToPublishReleases

[jira] [Commented] (CASSANDRA-2463) Flush and Compaction Unnecessarily Allocate 256MB Contiguous Buffers

2011-04-12 Thread Peter Schuller (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019097#comment-13019097 ] Peter Schuller commented on CASSANDRA-2463: --- A noteworthy factor here is

[jira] [Commented] (CASSANDRA-2430) Show list of possibly corrupt sstables when receiving errors

2011-04-12 Thread Joaquin Casares (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019108#comment-13019108 ] Joaquin Casares commented on CASSANDRA-2430: And another sample error

[jira] [Commented] (CASSANDRA-2462) Fix build for distributed and stress tests

2011-04-12 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019109#comment-13019109 ] Stu Hood commented on CASSANDRA-2462: - Not having a default will break standard

[jira] [Created] (CASSANDRA-2464) Distributed test for read repair

2011-04-12 Thread Stu Hood (JIRA)
Distributed test for read repair Key: CASSANDRA-2464 URL: https://issues.apache.org/jira/browse/CASSANDRA-2464 Project: Cassandra Issue Type: Test Reporter: Stu Hood Assignee: Stu

[jira] [Commented] (CASSANDRA-2463) Flush and Compaction Unnecessarily Allocate 256MB Contiguous Buffers

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019122#comment-13019122 ] Jonathan Ellis commented on CASSANDRA-2463: --- (I wonder if this is the cause

[jira] [Commented] (CASSANDRA-2463) Flush and Compaction Unnecessarily Allocate 256MB Contiguous Buffers

2011-04-12 Thread Erik Onnen (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019152#comment-13019152 ] Erik Onnen commented on CASSANDRA-2463: --- As a data point to that question, we

[jira] [Updated] (CASSANDRA-2402) Python dbapi driver for CQL

2011-04-12 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-2402: --- Attachment: 2402.txt Attached patch is a good first step towards dbapi support.

[jira] [Created] (CASSANDRA-2465) Pig load/storefunc loads only one schema and BytesType validation class needs fix

2011-04-12 Thread Jeremy Hanna (JIRA)
Pig load/storefunc loads only one schema and BytesType validation class needs fix - Key: CASSANDRA-2465 URL: https://issues.apache.org/jira/browse/CASSANDRA-2465

[jira] [Updated] (CASSANDRA-2465) Pig load/storefunc loads only one schema and BytesType validation class needs fix

2011-04-12 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-2465: Attachment: 2465.txt Pig load/storefunc loads only one schema and BytesType

[jira] [Commented] (CASSANDRA-2465) Pig load/storefunc loads only one schema and BytesType validation class needs fix

2011-04-12 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019164#comment-13019164 ] Jeremy Hanna commented on CASSANDRA-2465: - Attaching patch to make the udf

[jira] [Updated] (CASSANDRA-2464) Distributed test for read repair

2011-04-12 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-2464: Attachment: 0001-Distributed-test-for-read-repair.txt Adds a test for read repair... I haven't

[jira] [Commented] (CASSANDRA-2465) Pig load/storefunc loads only one schema and BytesType validation class needs fix

2011-04-12 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019166#comment-13019166 ] Jeremy Hanna commented on CASSANDRA-2465: - Tested with basic row count pig

[jira] [Commented] (CASSANDRA-2088) Temp files for failed compactions/streaming not cleaned up

2011-04-12 Thread Aaron Morton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019171#comment-13019171 ] Aaron Morton commented on CASSANDRA-2088: - Thanks will take another look at

[Cassandra Wiki] Update of LargeDataSetConsiderations by PeterSchuller

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The LargeDataSetConsiderations page has been changed by PeterSchuller. The comment on this change is: Reflect that CASSANDRA-1555 is fixed as of 0.7.1.

[Cassandra Wiki] Update of LargeDataSetConsiderations by PeterSchuller

2011-04-12 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The LargeDataSetConsiderations page has been changed by PeterSchuller. The comment on this change is: Reflect that CASSANDRA-2191 may be addressing compaction concurrency for 0.8.

[jira] [Commented] (CASSANDRA-2463) Flush and Compaction Unnecessarily Allocate 256MB Contiguous Buffers

2011-04-12 Thread Peter Schuller (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13019179#comment-13019179 ] Peter Schuller commented on CASSANDRA-2463: --- Filed CASSANDRA-2466 for the

[jira] [Created] (CASSANDRA-2466) bloom filters should avoid huge array allocations to avoid fragmentation concerns

2011-04-12 Thread Peter Schuller (JIRA)
bloom filters should avoid huge array allocations to avoid fragmentation concerns - Key: CASSANDRA-2466 URL: https://issues.apache.org/jira/browse/CASSANDRA-2466

[jira] [Updated] (CASSANDRA-2128) Corrupted Commit logs

2011-04-12 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2128: -- Fix Version/s: 0.7.2 Corrupted Commit logs -

[jira] [Updated] (CASSANDRA-2457) Batch_mutate is broken for counters

2011-04-12 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-2457: Reviewer: stuhood Batch_mutate is broken for counters ---

  1   2   >