svn commit: r982580 - in /cassandra/branches/cassandra-0.6: CHANGES.txt src/java/org/apache/cassandra/service/StorageProxy.java

2010-08-05 Thread jbellis
Author: jbellis Date: Thu Aug 5 12:39:51 2010 New Revision: 982580 URL: http://svn.apache.org/viewvc?rev=982580view=rev Log: backport fix from #1156 to fix range queries better; see CASSANDRA-1042 Modified: cassandra/branches/cassandra-0.6/CHANGES.txt

[jira] Created: (CASSANDRA-1362) AsynchResult does not respect TimeUnit in get()

2010-08-05 Thread Martin Hentschel (JIRA)
AsynchResult does not respect TimeUnit in get() --- Key: CASSANDRA-1362 URL: https://issues.apache.org/jira/browse/CASSANDRA-1362 Project: Cassandra Issue Type: Bug Components: Core

[jira] Updated: (CASSANDRA-1145) Reading with CL ONE returns multiple copies of the same column per key.

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1145: -- Attachment: 1145-v2.txt The order we read them in CFS [token order] is the right

[jira] Updated: (CASSANDRA-1362) AsynchResult does not respect TimeUnit in get()

2010-08-05 Thread Martin Hentschel (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Hentschel updated CASSANDRA-1362: Comment: was deleted (was: Patch to convert {{timeout}} parameter to

[jira] Updated: (CASSANDRA-1362) AsynchResult does not respect TimeUnit in get()

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1362: -- Assignee: Martin Hentschel Fix Version/s: 0.7 beta 1

svn commit: r982604 - /cassandra/trunk/src/java/org/apache/cassandra/net/AsyncResult.java

2010-08-05 Thread jbellis
Author: jbellis Date: Thu Aug 5 13:14:59 2010 New Revision: 982604 URL: http://svn.apache.org/viewvc?rev=982604view=rev Log: add TimeUnit.convert call to AsyncResult. patch by Martin Hentschel; reviewed by jbellis for CASSANDRA-1362 Modified:

[jira] Updated: (CASSANDRA-1357) get rid of internode directory

2010-08-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1357: - Attachment: 0001-git-rid-of-internode-directory.patch get rid of internode

svn commit: r982616 - /cassandra/trunk/build.xml

2010-08-05 Thread gdusbabek
Author: gdusbabek Date: Thu Aug 5 13:44:43 2010 New Revision: 982616 URL: http://svn.apache.org/viewvc?rev=982616view=rev Log: adjust src paths. patch by Folke Behrens, reviewed by Gary Dusbabek. CASSANDRA-1356 Modified: cassandra/trunk/build.xml Modified: cassandra/trunk/build.xml URL:

[jira] Resolved: (CASSANDRA-1356) ant always compiles at least 36 files, even if no changes were made

2010-08-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek resolved CASSANDRA-1356. -- Resolution: Fixed +1 committed. ant always compiles at least 36 files, even if

[jira] Commented: (CASSANDRA-1145) Reading with CL ONE returns multiple copies of the same column per key.

2010-08-05 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895678#action_12895678 ] Jeremy Hanna commented on CASSANDRA-1145: - Yes - I wondered if what I had done

[jira] Updated: (CASSANDRA-1145) Reading with CL ONE returns multiple copies of the same column per key.

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1145: -- Affects Version/s: 0.6 (was: 0.6.1)

[jira] Updated: (CASSANDRA-1357) get rid of internode directory

2010-08-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1357: - Attachment: 0001-remove-internode-directory-and-change-destination-fo.patch Rebased

[jira] Updated: (CASSANDRA-1357) get rid of internode directory

2010-08-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1357: - Attachment: 0001-remove-internode-directory-and-change-destination-fo.patch get rid

[jira] Updated: (CASSANDRA-1357) get rid of internode directory

2010-08-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1357: - Attachment: (was: 0001-git-rid-of-internode-directory.patch) get rid of

[jira] Updated: (CASSANDRA-1357) get rid of internode directory

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

svn commit: r982630 - in /cassandra/branches/cassandra-0.6: CHANGES.txt src/java/org/apache/cassandra/net/MessageDeserializationTask.java src/java/org/apache/cassandra/net/MessagingService.java

2010-08-05 Thread jbellis
Author: jbellis Date: Thu Aug 5 14:16:02 2010 New Revision: 982630 URL: http://svn.apache.org/viewvc?rev=982630view=rev Log: backport CASSANDRA-1284/r964922 from trunk Modified: cassandra/branches/cassandra-0.6/CHANGES.txt

[jira] Resolved: (CASSANDRA-1284) Log summary of dropped messages instead of spamming log with warnings

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1284. --- Reviewer: jbellis Resolution: Fixed done in r982630 Log summary of

svn commit: r982643 - in /cassandra/trunk: ./ interface/thrift/gen-java/org/apache/cassandra/thrift/ test/unit/org/apache/cassandra/service/

2010-08-05 Thread jbellis
Author: jbellis Date: Thu Aug 5 14:36:44 2010 New Revision: 982643 URL: http://svn.apache.org/viewvc?rev=982643view=rev Log: merge from 0.6 Added: cassandra/trunk/test/unit/org/apache/cassandra/service/RangeSliceResponseResolverTest.java - copied unchanged from r982631,

svn commit: r982644 - /cassandra/trunk/test/unit/org/apache/cassandra/service/RangeSliceResponseResolverTest.java

2010-08-05 Thread jbellis
Author: jbellis Date: Thu Aug 5 14:40:46 2010 New Revision: 982644 URL: http://svn.apache.org/viewvc?rev=982644view=rev Log: r/m RangeSliceResponseResolverTest for now; we've broken network compatibility w/ 0.6 Removed:

[jira] Assigned: (CASSANDRA-1350) DynamicEndpointSnitch is defeated by the caching done in Strategy

2010-08-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek reassigned CASSANDRA-1350: Assignee: Gary Dusbabek DynamicEndpointSnitch is defeated by the caching done

buildbot failure in ASF Buildbot on cassandra-trunk

2010-08-05 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/338 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch

[jira] Assigned: (CASSANDRA-1356) ant always compiles at least 36 files, even if no changes were made

2010-08-05 Thread Matthew F. Dennis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew F. Dennis reassigned CASSANDRA-1356: Assignee: Folke Behrens (was: Matthew F. Dennis) ant always compiles

[jira] Updated: (CASSANDRA-1322) allow configuring Pig without cassandra.yaml

2010-08-05 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Bailey updated CASSANDRA-1322: --- Attachment: (was: 0001-Read-pig-configuration-from-environment-variables.patch)

[jira] Updated: (CASSANDRA-1322) allow configuring Pig without cassandra.yaml

2010-08-05 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nick Bailey updated CASSANDRA-1322: --- Attachment: 0001-Read-pig-configuration-from-environment-variables.patch Removed ability

[jira] Commented: (CASSANDRA-1357) get rid of internode directory

2010-08-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895727#action_12895727 ] Stu Hood commented on CASSANDRA-1357: - +1 Thanks Gary! get rid of internode

[jira] Commented: (CASSANDRA-1126) Allow loading of cassandra.yaml from a location given on the commandline

2010-08-05 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895730#action_12895730 ] Nick Bailey commented on CASSANDRA-1126: The patch in CASSANDRA-1347 modifies

[jira] Commented: (CASSANDRA-1126) Allow loading of cassandra.yaml from a location given on the commandline

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895731#action_12895731 ] Jonathan Ellis commented on CASSANDRA-1126: --- Erik, does that work for you?

[jira] Commented: (CASSANDRA-1126) Allow loading of cassandra.yaml from a location given on the commandline

2010-08-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895734#action_12895734 ] Gary Dusbabek commented on CASSANDRA-1126: -- Personally I don't really see a

[jira] Commented: (CASSANDRA-1126) Allow loading of cassandra.yaml from a location given on the commandline

2010-08-05 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895736#action_12895736 ] Nick Bailey commented on CASSANDRA-1126: Hmm good point. It would still be

[jira] Commented: (CASSANDRA-1126) Allow loading of cassandra.yaml from a location given on the commandline

2010-08-05 Thread Nick Bailey (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895738#action_12895738 ] Nick Bailey commented on CASSANDRA-1126: Actually you could just do:

[jira] Resolved: (CASSANDRA-1197) Clean up bmt so that bulk loading cassandra is more approachable for newcomers

2010-08-05 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna resolved CASSANDRA-1197. - Resolution: Duplicate Duplicate of cassandra-1278 which goes into more detail about

[jira] Issue Comment Edited: (CASSANDRA-1197) Clean up bmt so that bulk loading cassandra is more approachable for newcomers

2010-08-05 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895741#action_12895741 ] Jeremy Hanna edited comment on CASSANDRA-1197 at 8/5/10 1:17 PM:

[jira] Updated: (CASSANDRA-1350) DynamicEndpointSnitch is defeated by the caching done in Strategy

2010-08-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1350: - Attachment: 0001-move-endpoint-cache-from-ARS-to-AES.patch DynamicEndpointSnitch is

[jira] Commented: (CASSANDRA-1350) DynamicEndpointSnitch is defeated by the caching done in Strategy

2010-08-05 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895750#action_12895750 ] Gary Dusbabek commented on CASSANDRA-1350: -- I noticed that

svn commit: r982708 - in /cassandra/trunk: build.xml internode/cassandra.genavro src/avro/ src/avro/internode.genavro

2010-08-05 Thread gdusbabek
Author: gdusbabek Date: Thu Aug 5 17:45:56 2010 New Revision: 982708 URL: http://svn.apache.org/viewvc?rev=982708view=rev Log: remove internode directory and change destination for generated avro code. patch by gdusbabek, reviewed by stuhood. CASSANDRA-1357 Added: cassandra/trunk/src/avro/

[jira] Updated: (CASSANDRA-1358) Clogged RRS/RMS stages can hold up processing of gossip messages and request acks

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1358: -- Attachment: 1358.txt Patch to remove MessageDeserializationTask; the

[jira] Assigned: (CASSANDRA-1358) Clogged RRS/RMS stages can hold up processing of gossip messages and request acks

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-1358: - Assignee: Jonathan Ellis Clogged RRS/RMS stages can hold up processing of

[jira] Commented: (CASSANDRA-1360) nosetests are busted because Not enough live nodes to support this keyspace

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895760#action_12895760 ] Jonathan Ellis commented on CASSANDRA-1360: --- +1 nosetests are busted

svn commit: r982722 - in /cassandra/trunk/test/system: __init__.py test_thrift_server.py

2010-08-05 Thread gdusbabek
Author: gdusbabek Date: Thu Aug 5 18:24:38 2010 New Revision: 982722 URL: http://svn.apache.org/viewvc?rev=982722view=rev Log: remove unneccessary keyspaces from nosetests. patch by gdusbabek, reviewed by jbellis. CASSANDRA-1360 Modified: cassandra/trunk/test/system/__init__.py

[jira] Commented: (CASSANDRA-1358) Clogged RRS/RMS stages can hold up processing of gossip messages and request acks

2010-08-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895762#action_12895762 ] Stu Hood commented on CASSANDRA-1358: - * defaultExecutor still claims the name

[jira] Commented: (CASSANDRA-1322) allow configuring Pig without cassandra.yaml

2010-08-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895764#action_12895764 ] Stu Hood commented on CASSANDRA-1322: - * Removes the default value behavior (many

[jira] Updated: (CASSANDRA-1358) Clogged RRS/RMS stages can hold up processing of gossip messages and request acks

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1358: -- Attachment: 1358-v2.txt v2 fixes above, and import cleanup in MessagingService

[jira] Created: (CASSANDRA-1363) describe_keyspace should expose ColumDefs

2010-08-05 Thread Tyler L. Hobbs (JIRA)
describe_keyspace should expose ColumDefs - Key: CASSANDRA-1363 URL: https://issues.apache.org/jira/browse/CASSANDRA-1363 Project: Cassandra Issue Type: Improvement Components: Core

[jira] Updated: (CASSANDRA-1363) describe_keyspace should expose ColumDefs

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1363: -- Affects Version/s: 0.7 beta 1 (was: 0.7.0) we should

[jira] Assigned: (CASSANDRA-1363) describe_keyspace should expose ColumDefs

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-1363: - Assignee: Jon Hermes describe_keyspace should expose ColumDefs

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-08-05 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: (was: 1313.txt) make cache sizes in CfDef Strings again so we can use %s

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-08-05 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: (was: snakeyaml-output.patch) make cache sizes in CfDef Strings again so

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-08-05 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: (was: snakeyaml-r1131-dev1.jar) make cache sizes in CfDef Strings again

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-08-05 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: (was: snakeyaml-percentToFloat.txt) make cache sizes in CfDef Strings

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-08-05 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: 1313-YB.txt yamlbeans-1.04.jar Replacing snakeyaml with

[jira] Commented: (CASSANDRA-1332) Scan results out of order

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895796#action_12895796 ] Jonathan Ellis commented on CASSANDRA-1332: --- I note that scan wasn't supposed

[jira] Commented: (CASSANDRA-1332) Scan results out of order

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895795#action_12895795 ] Jonathan Ellis commented on CASSANDRA-1332: --- I believe this is fixed by the

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-08-05 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: 1313-SY.txt snakeyaml-percentToFloat.txt

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-08-05 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: (was: 1313-YB.txt) make cache sizes in CfDef Strings again so we can use

[jira] Updated: (CASSANDRA-1313) make cache sizes in CfDef Strings again so we can use %s of rows in the CF as in 0.6

2010-08-05 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1313: -- Attachment: 1313-YB.txt And lastly fixing 1313-YB.txt to remove debug statements. make

[jira] Created: (CASSANDRA-1364) Consolidate cassandra commands in bin/

2010-08-05 Thread Nick Bailey (JIRA)
Consolidate cassandra commands in bin/ -- Key: CASSANDRA-1364 URL: https://issues.apache.org/jira/browse/CASSANDRA-1364 Project: Cassandra Issue Type: Improvement Components: Core Affects

[jira] Updated: (CASSANDRA-1269) improve test coverage of BufferedRandomAccessFile

2010-08-05 Thread Jon Hermes (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jon Hermes updated CASSANDRA-1269: -- Attachment: 1269-v2.txt BRAFTest now has 100% cc by itself. improve test coverage of

[jira] Updated: (CASSANDRA-1322) Remove cassandra.yaml from Hadoop/Client Code

2010-08-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1322: Attachment: 0003-Remove-StorageService-DatabaseDescriptor-dependency-.patch

[jira] Updated: (CASSANDRA-1322) Remove cassandra.yaml from Hadoop/Client Code

2010-08-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1322: Attachment: (was: 0003-Remove-StorageService-DatabaseDescriptor-dependency-.patch)

[jira] Updated: (CASSANDRA-1322) Remove cassandra.yaml from Hadoop/Client Code

2010-08-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1322: Attachment: 0003-Remove-StorageService-DatabaseDescriptor-dependency-.patch Remove

[jira] Issue Comment Edited: (CASSANDRA-1322) Remove cassandra.yaml from Hadoop/Client Code

2010-08-05 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895857#action_12895857 ] Stu Hood edited comment on CASSANDRA-1322 at 8/5/10 6:52 PM:

svn commit: r982829 - /cassandra/trunk/test/unit/org/apache/cassandra/io/util/BufferedRandomAccessFileTest.java

2010-08-05 Thread jbellis
Author: jbellis Date: Thu Aug 5 23:31:00 2010 New Revision: 982829 URL: http://svn.apache.org/viewvc?rev=982829view=rev Log: improve BufferedRandomAccessFileTest coverage to 100% of lines. patch by Jon Hermes; reviewed by jbellis for CASSANDRA-1269 Modified:

[jira] Commented: (CASSANDRA-1332) Scan results out of order

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895877#action_12895877 ] Jonathan Ellis commented on CASSANDRA-1332: --- get_range_slices is

[jira] Commented: (CASSANDRA-1332) Scan results out of order

2010-08-05 Thread Dave Revell (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895886#action_12895886 ] Dave Revell commented on CASSANDRA-1332: It seems fixed. After updating to

[jira] Resolved: (CASSANDRA-1332) Scan results out of order

2010-08-05 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1332. --- Assignee: Jonathan Ellis Fix Version/s: 0.7 beta 1

svn commit: r982845 - in /cassandra/trunk: bin/cassandra bin/cassandra.in.sh conf/cassandra-env.sh contrib/redhat/cassandra

2010-08-05 Thread eevans
Author: eevans Date: Fri Aug 6 01:25:07 2010 New Revision: 982845 URL: http://svn.apache.org/viewvc?rev=982845view=rev Log: move JVM_OPTS from cassandra.in.sh to the conf/ dir Patch by Nick Bailey; review by eevans for CASSANDRA-1347 Added: cassandra/trunk/conf/cassandra-env.sh Modified:

[jira] Created: (CASSANDRA-1365) Error during compaction followed by error during commitlog replay

2010-08-05 Thread Valentino Volonghi (JIRA)
Error during compaction followed by error during commitlog replay - Key: CASSANDRA-1365 URL: https://issues.apache.org/jira/browse/CASSANDRA-1365 Project: Cassandra Issue Type:

[jira] Created: (CASSANDRA-1366) utf8 error in DEBUG output in CommitLog.java

2010-08-05 Thread Jeremy Hanna (JIRA)
utf8 error in DEBUG output in CommitLog.java Key: CASSANDRA-1366 URL: https://issues.apache.org/jira/browse/CASSANDRA-1366 Project: Cassandra Issue Type: Bug Reporter: Jeremy Hanna

[jira] Commented: (CASSANDRA-1366) utf8 error in DEBUG output in CommitLog.java

2010-08-05 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895924#action_12895924 ] Jeremy Hanna commented on CASSANDRA-1366: - This was part of the debug output