[jira] [Updated] (CASSANDRA-2492) add an escapeSQLString function and fix unescapeSQLString

2011-04-19 Thread Aaron Morton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Morton updated CASSANDRA-2492: Attachment: 0001-use-StringEscapeUtils-to-escape-and-unescape.patch Attached patch to

svn commit: r1094945 - /cassandra/branches/cassandra-0.7/test/unit/org/apache/cassandra/service/AntiEntropyServiceTest.java

2011-04-19 Thread slebresne
Author: slebresne Date: Tue Apr 19 08:59:31 2011 New Revision: 1094945 URL: http://svn.apache.org/viewvc?rev=1094945view=rev Log: Fix unit test for CASSANDRA-2290 Modified: cassandra/branches/cassandra-0.7/test/unit/org/apache/cassandra/service/AntiEntropyServiceTest.java Modified:

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

2011-04-19 Thread slebresne
Author: slebresne Date: Tue Apr 19 09:22:30 2011 New Revision: 1094960 URL: http://svn.apache.org/viewvc?rev=1094960view=rev Log: Merge from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/contrib/ (props changed)

buildbot success in ASF Buildbot on cassandra-trunk

2011-04-19 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/1273 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: scheduler Build

[jira] [Commented] (CASSANDRA-1740) Nodetool commands to query and stop compaction, repair, cleanup and scrub

2011-04-19 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021521#comment-13021521 ] Pavel Yaskevich commented on CASSANDRA-1740: sgtm Nodetool commands to

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

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

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

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

svn commit: r1095070 - in /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra: db/ db/context/ io/sstable/

2011-04-19 Thread slebresne
Author: slebresne Date: Tue Apr 19 12:51:56 2011 New Revision: 1095070 URL: http://svn.apache.org/viewvc?rev=1095070view=rev Log: Make scrub validate column fields patch by slebresne; reviewed by jbellis for CASSANDRA-2460 Modified:

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

2011-04-19 Thread slebresne
Author: slebresne Date: Tue Apr 19 12:54:08 2011 New Revision: 1095071 URL: http://svn.apache.org/viewvc?rev=1095071view=rev Log: merger CASSANDRA-2460 from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/contrib/ (props changed)

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

2011-04-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne resolved CASSANDRA-2290. - Resolution: Fixed Repair hangs if one of the neighbor is dead

[jira] [Commented] (CASSANDRA-2460) Make scrub validate deserialized columns

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

svn commit: r1095082 - /cassandra/branches/cassandra-0.8/drivers/py/cql/cursor.py

2011-04-19 Thread jbellis
Author: jbellis Date: Tue Apr 19 13:32:54 2011 New Revision: 1095082 URL: http://svn.apache.org/viewvc?rev=1095082view=rev Log: add SchemaDisagreementException import patch by jbellis; tested by Cathy Daw for CASSANDRA-2501 Modified: cassandra/branches/cassandra-0.8/drivers/py/cql/cursor.py

[jira] [Resolved] (CASSANDRA-2501) Error running cqlsh from .tar file -- global name 'SchemaDisagreementException' is not defined

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2501. --- Resolution: Fixed Fix Version/s: 0.8 Reviewer: cdaw Will mark

[jira] [Commented] (CASSANDRA-2501) Error running cqlsh from .tar file -- global name 'SchemaDisagreementException' is not defined

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021582#comment-13021582 ] Jonathan Ellis commented on CASSANDRA-2501: --- (committed in r1095082) Error

[jira] [Commented] (CASSANDRA-2401) getColumnFamily() return null, which is not checked in ColumnFamilyStore.java scan() method, causing Timeout Exception in query

2011-04-19 Thread Roland Gude (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021583#comment-13021583 ] Roland Gude commented on CASSANDRA-2401: i just looked a little closer at your

svn commit: r1095084 - in /cassandra/branches/cassandra-0.7: CHANGES.txt src/java/org/apache/cassandra/cli/CliUtils.java test/unit/org/apache/cassandra/cli/CliTest.java

2011-04-19 Thread jbellis
Author: jbellis Date: Tue Apr 19 13:42:19 2011 New Revision: 1095084 URL: http://svn.apache.org/viewvc?rev=1095084view=rev Log: fix backslash substitutions in CLI patch by Aaron Morton; reviewed by jbellis for CASSANDRA-2492 Modified: cassandra/branches/cassandra-0.7/CHANGES.txt

[jira] [Commented] (CASSANDRA-2355) Allow parameters for comparator

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021589#comment-13021589 ] Jonathan Ellis commented on CASSANDRA-2355: --- +1 Allow parameters for

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

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

[jira] [Commented] (CASSANDRA-2502) disable cache saving on system CFs

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

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

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

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

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

[jira] [Commented] (CASSANDRA-2501) Error running cqlsh from .tar file -- global name 'SchemaDisagreementException' is not defined

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

[jira] [Commented] (CASSANDRA-2408) Faulty memory causes adjacent nodes to have invalid data and fail compactation (java.io.IOException: Keys must be written in ascending order.)

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021602#comment-13021602 ] Jonathan Ellis commented on CASSANDRA-2408: --- Did you run any repairs

[jira] [Commented] (CASSANDRA-2460) Make scrub validate deserialized columns

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

[jira] [Issue Comment Edited] (CASSANDRA-2408) Faulty memory causes adjacent nodes to have invalid data and fail compactation (java.io.IOException: Keys must be written in ascending order.)

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021602#comment-13021602 ] Jonathan Ellis edited comment on CASSANDRA-2408 at 4/19/11 2:21 PM:

[jira] [Commented] (CASSANDRA-2408) Faulty memory causes adjacent nodes to have invalid data and fail compactation (java.io.IOException: Keys must be written in ascending order.)

2011-04-19 Thread Thibaut (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021612#comment-13021612 ] Thibaut commented on CASSANDRA-2408: I might have run a repair on the faulty node

[jira] [Updated] (CASSANDRA-2355) Allow parameters for comparator

2011-04-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2355: Attachment: 0001-Allow-comparators-to-take-arguments-ReversedType-v3.patch

[jira] [Updated] (CASSANDRA-2355) Allow parameters for comparator

2011-04-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2355: Fix Version/s: (was: 1.0) 0.8 Allow parameters for

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

2011-04-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2231: Attachment: 0001-Add-compositeType-and-DynamicCompositeType-v3.patch Attaching

[jira] [Updated] (CASSANDRA-2355) Allow parameters for comparator

2011-04-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2355: Fix Version/s: (was: 0.8) 0.8.1 Issue Type: New

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

2011-04-19 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2231: Affects Version/s: (was: 0.7.3) Fix Version/s: (was: 0.7.5)

[jira] [Updated] (CASSANDRA-2501) Error running cqlsh from .tar file -- global name 'SchemaDisagreementException' is not defined

2011-04-19 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2501: -- Labels: cql (was: ) Error running cqlsh from .tar file -- global name

[Cassandra Wiki] Update of FAQ_JP by MakiWatanabe

2011-04-19 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The FAQ_JP page has been changed by MakiWatanabe. The comment on this change is: Translate bigcommitlog. http://wiki.apache.org/cassandra/FAQ_JP?action=diffrev1=81rev2=82

[jira] [Created] (CASSANDRA-2505) cqlsh can't decode column names/values

2011-04-19 Thread Eric Evans (JIRA)
cqlsh can't decode column names/values -- Key: CASSANDRA-2505 URL: https://issues.apache.org/jira/browse/CASSANDRA-2505 Project: Cassandra Issue Type: Bug Components: API, Tools Affects

[jira] [Updated] (CASSANDRA-2505) cqlsh can't decode column names/values

2011-04-19 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2505: -- Attachment: v1-0001-CASSANDRA-2505-use-dbapi-interface-for-decoded-values.txt cqlsh

[jira] [Created] (CASSANDRA-2506) Push read repair setting down to the DC-level

2011-04-19 Thread Brandon Williams (JIRA)
Push read repair setting down to the DC-level - Key: CASSANDRA-2506 URL: https://issues.apache.org/jira/browse/CASSANDRA-2506 Project: Cassandra Issue Type: New Feature Components: Core

[jira] [Updated] (CASSANDRA-2506) Push read repair setting down to the DC-level

2011-04-19 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2506: Description: Currently, read repair is a global setting. However, when you

[jira] [Created] (CASSANDRA-2507) Python CQL driver does not decode most values

2011-04-19 Thread Eric Evans (JIRA)
Python CQL driver does not decode most values - Key: CASSANDRA-2507 URL: https://issues.apache.org/jira/browse/CASSANDRA-2507 Project: Cassandra Issue Type: Bug Components: API

[jira] [Updated] (CASSANDRA-2507) Python CQL driver does not decode most values

2011-04-19 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2507: -- Labels: cql (was: ) Python CQL driver does not decode most values

[jira] [Updated] (CASSANDRA-2507) Python CQL driver does not decode most values

2011-04-19 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2507: -- Description: Most keys, and column name/values are not decoded properly. The attached CQL

[jira] [Commented] (CASSANDRA-2505) cqlsh can't decode column names/values

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021666#comment-13021666 ] Jonathan Ellis commented on CASSANDRA-2505: --- +1 cqlsh can't decode column

[jira] [Commented] (CASSANDRA-2408) Faulty memory causes adjacent nodes to have invalid data and fail compactation (java.io.IOException: Keys must be written in ascending order.)

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021669#comment-13021669 ] Jonathan Ellis commented on CASSANDRA-2408: --- If the coordinator flips bits

[jira] [Updated] (CASSANDRA-2507) Python CQL driver does not decode most values

2011-04-19 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2507: -- Attachment: repro.cql Python CQL driver does not decode most values

svn commit: r1095143 - /cassandra/branches/cassandra-0.8/drivers/py/cqlsh

2011-04-19 Thread eevans
Author: eevans Date: Tue Apr 19 17:35:25 2011 New Revision: 1095143 URL: http://svn.apache.org/viewvc?rev=1095143view=rev Log: use dbapi interface for decoded values Patch by eevans; reviewed by jbellis for CASSANDRA-2505 Modified: cassandra/branches/cassandra-0.8/drivers/py/cqlsh

[jira] [Assigned] (CASSANDRA-2507) Python CQL driver does not decode most values

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-2507: - Assignee: Tyler Hobbs Python CQL driver does not decode most values

[jira] [Commented] (CASSANDRA-2488) cqlsh errors on comments that end with a semicolon

2011-04-19 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021680#comment-13021680 ] Gary Dusbabek commented on CASSANDRA-2488: -- +1 cqlsh errors on comments

[jira] [Created] (CASSANDRA-2508) missing imports in CQL Python driver

2011-04-19 Thread Eric Evans (JIRA)
missing imports in CQL Python driver Key: CASSANDRA-2508 URL: https://issues.apache.org/jira/browse/CASSANDRA-2508 Project: Cassandra Issue Type: Bug Reporter: Eric Evans Try: bq. cd

[jira] [Updated] (CASSANDRA-2508) missing imports in CQL Python driver

2011-04-19 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2508: -- Description: Try: bq. cd drivers/py python -c 'from cql import DateFromTicks;

svn commit: r1095149 - /cassandra/branches/cassandra-0.8/drivers/py/cqlsh

2011-04-19 Thread eevans
Author: eevans Date: Tue Apr 19 17:53:38 2011 New Revision: 1095149 URL: http://svn.apache.org/viewvc?rev=1095149view=rev Log: teach cqlsh to ignore comments Patch by eevans; reviewed by gdusbabek for CASSANDRA-2488 Modified: cassandra/branches/cassandra-0.8/drivers/py/cqlsh Modified:

[jira] [Resolved] (CASSANDRA-2488) cqlsh errors on comments that end with a semicolon

2011-04-19 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans resolved CASSANDRA-2488. --- Resolution: Fixed committed cqlsh errors on comments that end with a semicolon

[jira] [Resolved] (CASSANDRA-2177) OPP + NTS + RF=2 reports wrong getRangeToEndpointMap

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2177. --- Resolution: Cannot Reproduce Here is what I did: {noformat} ccm create 2177 -p

[jira] [Issue Comment Edited] (CASSANDRA-2177) OPP + NTS + RF=2 reports wrong getRangeToEndpointMap

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021691#comment-13021691 ] Jonathan Ellis edited comment on CASSANDRA-2177 at 4/19/11 6:06 PM:

svn commit: r1095151 - /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/utils/FBUtilities.java

2011-04-19 Thread jbellis
Author: jbellis Date: Tue Apr 19 18:07:03 2011 New Revision: 1095151 URL: http://svn.apache.org/viewvc?rev=1095151view=rev Log: tweak toString(map) Modified: cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/utils/FBUtilities.java Modified:

[jira] [Issue Comment Edited] (CASSANDRA-2177) OPP + NTS + RF=2 reports wrong getRangeToEndpointMap

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021691#comment-13021691 ] Jonathan Ellis edited comment on CASSANDRA-2177 at 4/19/11 6:08 PM:

[jira] [Commented] (CASSANDRA-2505) cqlsh can't decode column names/values

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

[jira] [Commented] (CASSANDRA-2488) cqlsh errors on comments that end with a semicolon

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

[jira] [Updated] (CASSANDRA-2507) Python CQL driver does not decode most values

2011-04-19 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2507?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler Hobbs updated CASSANDRA-2507: --- Attachment: 2507.txt Attached patch fixes the issue by: 1. Not creating a new cursor

svn commit: r1095183 - in /cassandra/branches/cassandra-0.8/drivers/py: cql/cursor.py cql/decoders.py cqlsh

2011-04-19 Thread jbellis
Author: jbellis Date: Tue Apr 19 20:02:16 2011 New Revision: 1095183 URL: http://svn.apache.org/viewvc?rev=1095183view=rev Log: cqlsh fixes patch by thobbs; reviewed by jbellis for CASSANDRA-2507 Modified: cassandra/branches/cassandra-0.8/drivers/py/cql/cursor.py

[jira] [Updated] (CASSANDRA-2508) missing imports in CQL Python driver

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2508: -- Attachment: 2508.txt bq. python -c 'from cql import DateFromTicks;

[jira] [Updated] (CASSANDRA-2508) missing imports in CQL Python driver

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2508: -- Component/s: Tools Affects Version/s: 0.8 missing imports in CQL Python

[jira] [Created] (CASSANDRA-2509) Update py_test to use strategy_options

2011-04-19 Thread Robert Jackson (JIRA)
Update py_test to use strategy_options -- Key: CASSANDRA-2509 URL: https://issues.apache.org/jira/browse/CASSANDRA-2509 Project: Cassandra Issue Type: Bug Components: Tools Affects Versions:

[jira] [Issue Comment Edited] (CASSANDRA-2509) Update py_test to use strategy_options

2011-04-19 Thread Robert Jackson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021764#comment-13021764 ] Robert Jackson edited comment on CASSANDRA-2509 at 4/19/11 8:21 PM:

svn commit: r1095192 - /cassandra/branches/cassandra-0.8/tools/py_stress/stress.py

2011-04-19 Thread jbellis
Author: jbellis Date: Tue Apr 19 20:25:42 2011 New Revision: 1095192 URL: http://svn.apache.org/viewvc?rev=1095192view=rev Log: update stress.py for KsDef replication_factor change patch by Robert Jackson; reviewed by jbellis for CASSANDRA-2509 Modified:

[jira] [Commented] (CASSANDRA-2508) missing imports in CQL Python driver

2011-04-19 Thread Tyler Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021769#comment-13021769 ] Tyler Hobbs commented on CASSANDRA-2508: Looks good with the exception of

svn commit: r1095205 - in /cassandra/branches/cassandra-0.8/drivers/py/cql: __init__.py connection.py marshal.py

2011-04-19 Thread jbellis
Author: jbellis Date: Tue Apr 19 20:39:46 2011 New Revision: 1095205 URL: http://svn.apache.org/viewvc?rev=1095205view=rev Log: fix imports in python cql driver patch by jbellis; reviewed by thobbs for CASSANDRA-2508 Modified: cassandra/branches/cassandra-0.8/drivers/py/cql/__init__.py

[jira] [Created] (CASSANDRA-2510) Word count example won't compile

2011-04-19 Thread Jeremy Hanna (JIRA)
Word count example won't compile Key: CASSANDRA-2510 URL: https://issues.apache.org/jira/browse/CASSANDRA-2510 Project: Cassandra Issue Type: Bug Reporter: Jeremy Hanna Assignee:

[jira] [Updated] (CASSANDRA-2510) Word count example won't compile

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2510: -- Affects Version/s: 0.8 Fix Version/s: 0.8 Word count example won't

[jira] [Created] (CASSANDRA-2511) Need to forward merge parts of r1088800 to make the pig CassandraStorage build

2011-04-19 Thread Jeremy Hanna (JIRA)
Need to forward merge parts of r1088800 to make the pig CassandraStorage build -- Key: CASSANDRA-2511 URL: https://issues.apache.org/jira/browse/CASSANDRA-2511 Project:

[jira] [Commented] (CASSANDRA-2508) missing imports in CQL Python driver

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

[jira] [Commented] (CASSANDRA-2507) Python CQL driver does not decode most values

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

[jira] [Commented] (CASSANDRA-2509) Update py_test to use strategy_options

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

[jira] [Updated] (CASSANDRA-2511) Need to forward merge parts of r1088800 to make the pig CassandraStorage build

2011-04-19 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-2511: Attachment: 2511.txt Forward merged the parts from CASSANDRA-2387 that hadn't made it

[jira] [Commented] (CASSANDRA-2511) Need to forward merge parts of r1088800 to make the pig CassandraStorage build

2011-04-19 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021816#comment-13021816 ] Jeremy Hanna commented on CASSANDRA-2511: - So this makes it so the pig

svn commit: r1095223 - /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/marshal/

2011-04-19 Thread jbellis
Author: jbellis Date: Tue Apr 19 21:54:07 2011 New Revision: 1095223 URL: http://svn.apache.org/viewvc?rev=1095223view=rev Log: fix merging r1088800 from 0.7 Modified: cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/marshal/AbstractType.java

[jira] [Updated] (CASSANDRA-2511) Need to forward merge parts of r1088800 to make the pig CassandraStorage build

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2511: -- Affects Version/s: 0.8 Fix Version/s: 0.8 Need to forward merge parts of

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

2011-04-19 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2405: --- Attachment: CASSANDRA-2405-v2.patch should expose 'time since last successful

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

2011-04-19 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2405: --- Attachment: (was: CASSANDRA-2405-v2.patch) should expose 'time since last

[jira] [Created] (CASSANDRA-2512) Updating a column's validation class from AsciiType to UTF8Type does not actually work

2011-04-19 Thread Cathy Daw (JIRA)
Updating a column's validation class from AsciiType to UTF8Type does not actually work -- Key: CASSANDRA-2512 URL: https://issues.apache.org/jira/browse/CASSANDRA-2512

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

2011-04-19 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2405: --- Attachment: CASSANDRA-2405-v2.patch working branch - trunk, latest commit

[jira] [Updated] (CASSANDRA-2511) Need to forward merge parts of r1088800 to make the pig CassandraStorage build

2011-04-19 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-2511: Attachment: 2511-newer-types.txt The counter type may have an incorrect decompose (in

[jira] [Commented] (CASSANDRA-2497) CLI: issue with keys being interpreted as hex and causing SET statement to fail

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021869#comment-13021869 ] Jonathan Ellis commented on CASSANDRA-2497: --- Pavel, can you describe the

svn commit: r1095239 - in /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/marshal: AbstractCommutativeType.java UUIDType.java

2011-04-19 Thread jbellis
Author: jbellis Date: Wed Apr 20 00:13:02 2011 New Revision: 1095239 URL: http://svn.apache.org/viewvc?rev=1095239view=rev Log: add decompose methods to new-since-0.7 AbstractTypes patch by jbellis Modified:

[jira] [Created] (CASSANDRA-2513) r/m unnecessary AbstractType getInstance methods

2011-04-19 Thread Jonathan Ellis (JIRA)
r/m unnecessary AbstractType getInstance methods Key: CASSANDRA-2513 URL: https://issues.apache.org/jira/browse/CASSANDRA-2513 Project: Cassandra Issue Type: Improvement Components:

[jira] [Updated] (CASSANDRA-2513) r/m unnecessary AbstractType getInstance methods

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2513: -- Attachment: 2513.txt r/m unnecessary AbstractType getInstance methods

[jira] [Created] (CASSANDRA-2514) batch_mutate operations with CL=LOCAL_QUORUM throw TimeOutException when there aren't sufficient live nodes

2011-04-19 Thread Narendra Sharma (JIRA)
batch_mutate operations with CL=LOCAL_QUORUM throw TimeOutException when there aren't sufficient live nodes --- Key: CASSANDRA-2514 URL:

[jira] [Commented] (CASSANDRA-2514) batch_mutate operations with CL=LOCAL_QUORUM throw TimeOutException when there aren't sufficient live nodes

2011-04-19 Thread Narendra Sharma (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021875#comment-13021875 ] Narendra Sharma commented on CASSANDRA-2514: I think the issue is because

[jira] [Updated] (CASSANDRA-2514) batch_mutate operations with CL=LOCAL_QUORUM throw TimeOutException when there aren't sufficient live nodes

2011-04-19 Thread Narendra Sharma (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Narendra Sharma updated CASSANDRA-2514: --- Attachment: CASSANDRA-2514.patch Use hintedEndpoints instead of writeEndpoints

[jira] [Created] (CASSANDRA-2515) Error starting a cassandra 0.8 cluster using the config file from an existing 0.74 cluster upgrade scenario

2011-04-19 Thread Cathy Daw (JIRA)
Error starting a cassandra 0.8 cluster using the config file from an existing 0.74 cluster upgrade scenario - Key: CASSANDRA-2515 URL:

[jira] [Updated] (CASSANDRA-2513) r/m unnecessary AbstractType getInstance methods

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2513: -- Attachment: 2513.txt r/m unnecessary AbstractType getInstance methods

[jira] [Updated] (CASSANDRA-2515) Error starting a cassandra 0.8 cluster using the config file from an existing 0.74 cluster upgrade scenario

2011-04-19 Thread Cathy Daw (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cathy Daw updated CASSANDRA-2515: - Description: This is probably just a documentation bug, but very frequently I will see users

[jira] [Commented] (CASSANDRA-2514) batch_mutate operations with CL=LOCAL_QUORUM throw TimeOutException when there aren't sufficient live nodes

2011-04-19 Thread Narendra Sharma (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021883#comment-13021883 ] Narendra Sharma commented on CASSANDRA-2514: The code to reproduce this

[jira] [Resolved] (CASSANDRA-2515) Error starting a cassandra 0.8 cluster using the config file from an existing 0.74 cluster upgrade scenario

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2515. --- Resolution: Not A Problem 0.8 isn't supposed to start up w/ a 0.7 config. diff

[jira] [Commented] (CASSANDRA-2499) cassandra-env.sh pattern matching for OpenJDK broken in some cases

2011-04-19 Thread Jackson Chung (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021889#comment-13021889 ] Jackson Chung commented on CASSANDRA-2499: -- chances are the default /bin/sh

[jira] [Issue Comment Edited] (CASSANDRA-2499) cassandra-env.sh pattern matching for OpenJDK broken in some cases

2011-04-19 Thread Jackson Chung (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13021889#comment-13021889 ] Jackson Chung edited comment on CASSANDRA-2499 at 4/20/11 1:11 AM:

[jira] [Updated] (CASSANDRA-2513) r/m unnecessary AbstractType getInstance methods

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2513: -- Attachment: 2513.txt r/m unnecessary AbstractType getInstance methods

svn commit: r1095250 - in /cassandra/branches/cassandra-0.7: contrib/pig/src/java/org/apache/cassandra/hadoop/pig/ src/java/org/apache/cassandra/db/marshal/ src/java/org/apache/cassandra/utils/

2011-04-19 Thread jbellis
Author: jbellis Date: Wed Apr 20 01:50:06 2011 New Revision: 1095250 URL: http://svn.apache.org/viewvc?rev=1095250view=rev Log: r/m AT.getInstance methods patch by jbellis; reviewed by jhanna for CASSANDRA-2513 Modified:

svn commit: r1095251 - in /cassandra/branches/cassandra-0.8: ./ contrib/ contrib/pig/src/java/org/apache/cassandra/hadoop/pig/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apach

2011-04-19 Thread jbellis
Author: jbellis Date: Wed Apr 20 01:51:46 2011 New Revision: 1095251 URL: http://svn.apache.org/viewvc?rev=1095251view=rev Log: merge from 0.7 Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/contrib/ (props changed)

[jira] [Created] (CASSANDRA-2516) Allow LOCAL_QUORUM, EACH_QUORUM CLs to work w/ any Strategy class

2011-04-19 Thread Jonathan Ellis (JIRA)
Allow LOCAL_QUORUM, EACH_QUORUM CLs to work w/ any Strategy class - Key: CASSANDRA-2516 URL: https://issues.apache.org/jira/browse/CASSANDRA-2516 Project: Cassandra Issue Type:

[jira] [Updated] (CASSANDRA-2516) Allow LOCAL_QUORUM, EACH_QUORUM CLs to work w/ any Strategy class

2011-04-19 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2516: -- Attachment: 2516.txt Allow LOCAL_QUORUM, EACH_QUORUM CLs to work w/ any Strategy

[jira] [Commented] (CASSANDRA-2513) r/m unnecessary AbstractType getInstance methods

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

  1   2   >