[jira] [Created] (CASSANDRA-2485) improve authentication log

2011-04-15 Thread Shotaro Kamio (JIRA)
improve authentication log -- Key: CASSANDRA-2485 URL: https://issues.apache.org/jira/browse/CASSANDRA-2485 Project: Cassandra Issue Type: Improvement Components: Core Affects Versions: 0.7.4

svn commit: r1092685 - /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/config/CFMetaData.java

2011-04-15 Thread gdusbabek
Author: gdusbabek Date: Fri Apr 15 12:43:04 2011 New Revision: 1092685 URL: http://svn.apache.org/viewvc?rev=1092685view=rev Log: set key validator when creating a keyspace. patch by gdusbabek, reviewed by jbellis. CASSANDRA-2467 Modified:

svn commit: r1092687 [2/2] - in /cassandra/trunk: ./ contrib/ drivers/py/ drivers/py/cql/ drivers/py/test/ interface/thrift/gen-java/org/apache/cassandra/thrift/ lib/licenses/ src/java/org/apache/cass

2011-04-15 Thread gdusbabek
Modified: cassandra/trunk/src/java/org/apache/cassandra/db/CompactionManager.java URL: http://svn.apache.org/viewvc/cassandra/trunk/src/java/org/apache/cassandra/db/CompactionManager.java?rev=1092687r1=1092686r2=1092687view=diff

[jira] [Resolved] (CASSANDRA-2467) key validator not getting set when adding a keyspace

2011-04-15 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek resolved CASSANDRA-2467. -- Resolution: Fixed committed. key validator not getting set when adding a

[jira] [Commented] (CASSANDRA-2342) Add range slice support for counters

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

[jira] [Updated] (CASSANDRA-2450) incompatibility w/ 0.7 schemas

2011-04-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2450: -- Attachment: 2450.txt patch add back replication_factor to the avro class as union

[jira] [Updated] (CASSANDRA-2450) incompatibility w/ 0.7 schemas

2011-04-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2450: -- Reviewer: gdusbabek (was: jhermes) incompatibility w/ 0.7 schemas

[jira] [Commented] (CASSANDRA-2450) incompatibility w/ 0.7 schemas

2011-04-15 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13020309#comment-13020309 ] Gary Dusbabek commented on CASSANDRA-2450: -- +1 incompatibility w/ 0.7

svn commit: r1092722 - in /cassandra/branches/cassandra-0.7: CHANGES.txt src/java/org/apache/cassandra/db/ColumnFamilyStore.java test/unit/org/apache/cassandra/db/ColumnFamilyStoreTest.java

2011-04-15 Thread jbellis
Author: jbellis Date: Fri Apr 15 14:33:59 2011 New Revision: 1092722 URL: http://svn.apache.org/viewvc?rev=1092722view=rev Log: fix duplicate results from CFS.scan patch by Pavel Yaskevich and jbellis for CASSANDRA-2406 Modified: cassandra/branches/cassandra-0.7/CHANGES.txt

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

2011-04-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13020310#comment-13020310 ] Jonathan Ellis commented on CASSANDRA-2406: --- Pavel's patch fixes a 3rd kind

svn commit: r1092724 - in /cassandra/branches/cassandra-0.8/src: avro/internode.genavro java/org/apache/cassandra/config/KSMetaData.java

2011-04-15 Thread jbellis
Author: jbellis Date: Fri Apr 15 14:38:23 2011 New Revision: 1092724 URL: http://svn.apache.org/viewvc?rev=1092724view=rev Log: fix schema compatibility w/ 0.7 patch by jbellis; reviewed by gdusbabek for CASSANDRA-2450 Modified: cassandra/branches/cassandra-0.8/src/avro/internode.genavro

[jira] [Updated] (CASSANDRA-2486) preserve KsDef backwards compatibility for Thrift clients

2011-04-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2486: -- Attachment: 2486.txt patch attached. preserve KsDef backwards compatibility for

[jira] [Created] (CASSANDRA-2486) preserve KsDef backwards compatibility for Thrift clients

2011-04-15 Thread Jonathan Ellis (JIRA)
preserve KsDef backwards compatibility for Thrift clients - Key: CASSANDRA-2486 URL: https://issues.apache.org/jira/browse/CASSANDRA-2486 Project: Cassandra Issue Type: Bug

[jira] [Created] (CASSANDRA-2487) Pig example script no longer working

2011-04-15 Thread Jeremy Hanna (JIRA)
Pig example script no longer working Key: CASSANDRA-2487 URL: https://issues.apache.org/jira/browse/CASSANDRA-2487 Project: Cassandra Issue Type: Bug Reporter: Jeremy Hanna

[jira] [Updated] (CASSANDRA-2487) Pig example script no longer working

2011-04-15 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-2487: Attachment: 2487.txt Did the workaround they use in PIG-919 by casting as a chararray

[jira] [Commented] (CASSANDRA-2486) preserve KsDef backwards compatibility for Thrift clients

2011-04-15 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13020376#comment-13020376 ] Nate McCall commented on CASSANDRA-2486: Patch applies clean (provided thrift

[jira] [Commented] (CASSANDRA-2484) CassandraStorage LoadPushDown implementation causes heisenbugs

2011-04-15 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13020411#comment-13020411 ] Brandon Williams commented on CASSANDRA-2484: - Can you provide the errors

[jira] [Commented] (CASSANDRA-2484) CassandraStorage LoadPushDown implementation causes heisenbugs

2011-04-15 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13020413#comment-13020413 ] Jeremy Hanna commented on CASSANDRA-2484: - What would happen was we would be

[Cassandra Wiki] Update of DatanucleusJDO by FHackenberger

2011-04-15 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The DatanucleusJDO page has been changed by FHackenberger. http://wiki.apache.org/cassandra/DatanucleusJDO -- New page: = Tricks = ==

[Cassandra Wiki] Update of ClientOptions by FHackenberger

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

[Cassandra Wiki] Update of DatanucleusJDO by FHackenberger

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

[Cassandra Wiki] Update of CassandraCli by FHackenberger

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

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

2011-04-15 Thread Geoff Greer (JIRA)
cqlsh errors on comments that end with a semicolon -- Key: CASSANDRA-2488 URL: https://issues.apache.org/jira/browse/CASSANDRA-2488 Project: Cassandra Issue Type: Bug Components:

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

2011-04-15 Thread Geoff Greer (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Geoff Greer updated CASSANDRA-2488: --- Description: Commented-out lines that end in a semicolon cause an error. Examples:

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

2011-04-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2488: -- Fix Version/s: 0.8 Assignee: Eric Evans cqlsh errors on comments that

[jira] [Created] (CASSANDRA-2489) better not close the out/error stream from CassandraDaemon

2011-04-15 Thread Jackson Chung (JIRA)
better not close the out/error stream from CassandraDaemon -- Key: CASSANDRA-2489 URL: https://issues.apache.org/jira/browse/CASSANDRA-2489 Project: Cassandra Issue Type: Improvement

[jira] [Commented] (CASSANDRA-2486) preserve KsDef backwards compatibility for Thrift clients

2011-04-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13020511#comment-13020511 ] Jonathan Ellis commented on CASSANDRA-2486: --- The compatibility story doesn't

[jira] [Assigned] (CASSANDRA-2489) better not close the out/error stream from CassandraDaemon

2011-04-15 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-2489: - Assignee: paul cannon is redirect-to-file kosher for daemonizing? better