[jira] Commented: (CASSANDRA-1016) Coprocessors

2010-04-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860933#action_12860933 ] Jonathan Ellis commented on CASSANDRA-1016: --- yes, at the very least we need

svn commit: r938058 - in /cassandra/trunk: conf/cassandra.yaml src/java/org/apache/cassandra/config/ColumnFamily.java src/java/org/apache/cassandra/config/DatabaseDescriptor.java

2010-04-26 Thread jbellis
Author: jbellis Date: Mon Apr 26 14:29:49 2010 New Revision: 938058 URL: http://svn.apache.org/viewvc?rev=938058view=rev Log: rename preloadRowCache to preload_row_cache in yaml for consistency. patch by Vijay Parthasarathy; reviewed by jbellis for CASSANDRA-946 Modified:

svn commit: r938080 - in /cassandra/site: publish/download/index.html publish/index.html src/content/download/index.html src/layout/skeleton/_download.html

2010-04-26 Thread jbellis
Author: jbellis Date: Mon Apr 26 15:03:57 2010 New Revision: 938080 URL: http://svn.apache.org/viewvc?rev=938080view=rev Log: add google analytics tracking of download links Modified: cassandra/site/publish/download/index.html cassandra/site/publish/index.html

[jira] Commented: (CASSANDRA-999) add crc for commitlogheader

2010-04-26 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860952#action_12860952 ] Gary Dusbabek commented on CASSANDRA-999: - +1 add crc for commitlogheader

[jira] Updated: (CASSANDRA-739) multiget returns empty ColumnOrSuperColumn instead of null

2010-04-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-739: - Attachment: 739.txt simplest solution: remove the deprecated multiget method. (as

[jira] Updated: (CASSANDRA-992) fix contrib/word_count build

2010-04-26 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Hanna updated CASSANDRA-992: --- Attachment: cassandra-992-0_6-branch.patch Adding patch for the 0.6 branch. fix

[jira] Commented: (CASSANDRA-1015) Internal Messaging should be backwards compatible

2010-04-26 Thread Jeremy Hanna (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12860995#action_12860995 ] Jeremy Hanna commented on CASSANDRA-1015: - wasn't one thought for this to use

svn commit: r938170 [3/4] - in /cassandra/trunk: interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/hadoop/ src/java/org/apache/cassandra/thrift/ test/syst

2010-04-26 Thread eevans
Modified: cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyRecordReader.java URL: http://svn.apache.org/viewvc/cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyRecordReader.java?rev=938170r1=938169r2=938170view=diff

svn commit: r938170 [1/4] - in /cassandra/trunk: interface/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/hadoop/ src/java/org/apache/cassandra/thrift/ test/syst

2010-04-26 Thread eevans
Author: eevans Date: Mon Apr 26 18:18:54 2010 New Revision: 938170 URL: http://svn.apache.org/viewvc?rev=938170view=rev Log: rm keyspace argument from thrift methods This is Todd Blose's patch (CASSANDRA-714.patch.new) from 4/15, rebased by me to trunk. Any errors introduced are mine and mine

svn commit: r938171 - /cassandra/trunk/src/java/org/apache/cassandra/hadoop/ColumnFamilyRecordReader.java

2010-04-26 Thread eevans
Author: eevans Date: Mon Apr 26 18:18:59 2010 New Revision: 938171 URL: http://svn.apache.org/viewvc?rev=938171view=rev Log: call login() before all ops Based on Todd Blose's CASSANDRA-714.hadoop.patch, (w/ some changes). Patch by eevans and Todd Blose for CASSANDRA-714 Modified:

svn commit: r938172 - in /cassandra/trunk/src/java/org/apache/cassandra/cli: Cli.g CliClient.java CliCompiler.java CliMain.java

2010-04-26 Thread eevans
Author: eevans Date: Mon Apr 26 18:19:04 2010 New Revision: 938172 URL: http://svn.apache.org/viewvc?rev=938172view=rev Log: update cassandra-cli for mandatory login() Patch by Todd Blose; reviewed by eevans for CASSANDRA-859 Modified: cassandra/trunk/src/java/org/apache/cassandra/cli/Cli.g

buildbot failure in ASF Buildbot on cassandra-trunk

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

[jira] Commented: (CASSANDRA-714) remove keyspace argument from thrift methods

2010-04-26 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861031#action_12861031 ] Eric Evans commented on CASSANDRA-714: -- This has all been committed with a couple

svn commit: r938178 - /cassandra/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogHeader.java

2010-04-26 Thread jbellis
Author: jbellis Date: Mon Apr 26 18:31:06 2010 New Revision: 938178 URL: http://svn.apache.org/viewvc?rev=938178view=rev Log: add crc to commitlogheader patch by jbellis; reviewed by gdusbabek for CASSANDRA-999 Modified:

svn commit: r938179 - in /cassandra/trunk/src/java/org/apache/cassandra/db/commitlog: CommitLog.java CommitLogSegment.java

2010-04-26 Thread jbellis
Author: jbellis Date: Mon Apr 26 18:31:14 2010 New Revision: 938179 URL: http://svn.apache.org/viewvc?rev=938179view=rev Log: add filename check for commitlog replay patch by jbellis; reviewed by gdusbabek for CASSANDRA-999 Modified:

svn commit: r938180 - /cassandra/trunk/CHANGES.txt

2010-04-26 Thread jbellis
Author: jbellis Date: Mon Apr 26 18:31:46 2010 New Revision: 938180 URL: http://svn.apache.org/viewvc?rev=938180view=rev Log: update CHANGES Modified: cassandra/trunk/CHANGES.txt Modified: cassandra/trunk/CHANGES.txt URL:

[jira] Created: (CASSANDRA-1022) separate assignment of current keyspace from login()

2010-04-26 Thread Eric Evans (JIRA)
separate assignment of current keyspace from login() Key: CASSANDRA-1022 URL: https://issues.apache.org/jira/browse/CASSANDRA-1022 Project: Cassandra Issue Type: Bug Components:

[Cassandra Wiki] Update of CassandraHardware by RyanK ing

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

[Cassandra Wiki] Update of Committers by JonathanElli s

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

[jira] Assigned: (CASSANDRA-1022) separate assignment of current keyspace from login()

2010-04-26 Thread Todd Blose (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Blose reassigned CASSANDRA-1022: - Assignee: Todd Blose separate assignment of current keyspace from login()

[jira] Assigned: (CASSANDRA-1002) Fat client example cannot find schema

2010-04-26 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek reassigned CASSANDRA-1002: Assignee: Gary Dusbabek (was: Stu Hood) Fat client example cannot find

[jira] Updated: (CASSANDRA-1002) Fat client example cannot find schema

2010-04-26 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek updated CASSANDRA-1002: - Attachment: 0001-modify-migrations-to-respect-client-only-mode.patch Fat client

[jira] Assigned: (CASSANDRA-959) Allow different timeouts for different classes of operation

2010-04-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-959: Assignee: Jonathan Ellis Allow different timeouts for different classes of

[jira] Updated: (CASSANDRA-1020) keys are now byte[] but hashmap cannot have byte[] as keys so they need to be fixed

2010-04-26 Thread Vijay (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1020?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vijay updated CASSANDRA-1020: - Attachment: 1020-v1.txt This Solves the problem which i noticed earlier... will this work? keys

[jira] Commented: (CASSANDRA-1002) Fat client example cannot find schema

2010-04-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861113#action_12861113 ] Jonathan Ellis commented on CASSANDRA-1002: --- so this makes clientmode not

[jira] Commented: (CASSANDRA-994) re-organize endpointsnitch implementations

2010-04-26 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861109#action_12861109 ] Eric Evans commented on CASSANDRA-994: -- lgtm. +1 re-organize endpointsnitch

[jira] Commented: (CASSANDRA-1002) Fat client example cannot find schema

2010-04-26 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861115#action_12861115 ] Gary Dusbabek commented on CASSANDRA-1002: -- No, that's basically it. Fat

svn commit: r938256 - in /cassandra/trunk/src/java/org/apache/cassandra: db/migration/ service/

2010-04-26 Thread gdusbabek
Author: gdusbabek Date: Mon Apr 26 21:59:12 2010 New Revision: 938256 URL: http://svn.apache.org/viewvc?rev=938256view=rev Log: modify migrations to respect client-only mode. Patch by Gary Dusbabek, reviewed by Jonathan Ellis. CASSANDRA-1002 Modified:

svn commit: r938261 - /cassandra/trunk/NOTICE.txt

2010-04-26 Thread eevans
Author: eevans Date: Mon Apr 26 22:38:26 2010 New Revision: 938261 URL: http://svn.apache.org/viewvc?rev=938261view=rev Log: added attribution for snakeyaml (AL required) Patch by eevans Modified: cassandra/trunk/NOTICE.txt Modified: cassandra/trunk/NOTICE.txt URL:

svn commit: r938262 - /cassandra/trunk/contrib/javautils/src/test/java/org/apache/cassandra/contrib/utils/service/CassandraServiceTest.java

2010-04-26 Thread eevans
Author: eevans Date: Mon Apr 26 22:48:05 2010 New Revision: 938262 URL: http://svn.apache.org/viewvc?rev=938262view=rev Log: update contrib service test for thrift changes Patch by eevans Modified:

[jira] Updated: (CASSANDRA-1023) improve debug logging for local inserts

2010-04-26 Thread Ryan King (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan King updated CASSANDRA-1023: - Attachment: CASSANDRA-1023.patch improve debug logging for local inserts

[jira] Created: (CASSANDRA-1024) Latency Histograms

2010-04-26 Thread Ryan King (JIRA)
Latency Histograms -- Key: CASSANDRA-1024 URL: https://issues.apache.org/jira/browse/CASSANDRA-1024 Project: Cassandra Issue Type: Improvement Reporter: Ryan King In addition to total and recent latency, I

[jira] Commented: (CASSANDRA-1024) Latency Histograms

2010-04-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861172#action_12861172 ] Jonathan Ellis commented on CASSANDRA-1024: --- I'd like to see that too. (I

svn commit: r938272 - /cassandra/trunk/src/java/org/apache/cassandra/service/StorageProxy.java

2010-04-26 Thread jbellis
Author: jbellis Date: Tue Apr 27 00:08:06 2010 New Revision: 938272 URL: http://svn.apache.org/viewvc?rev=938272view=rev Log: improve DEBUG logging of insert path. patch by Ryan King and jbellis for CASSANDRA-1023 Modified:

svn commit: r938273 - /cassandra/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogHeader.java

2010-04-26 Thread jbellis
Author: jbellis Date: Tue Apr 27 00:08:11 2010 New Revision: 938273 URL: http://svn.apache.org/viewvc?rev=938273view=rev Log: Revert add crc to commitlogheader until we can fix system test failures Modified: cassandra/trunk/src/java/org/apache/cassandra/db/commitlog/CommitLogHeader.java

[jira] Reopened: (CASSANDRA-999) add crc for commitlogheader

2010-04-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reopened CASSANDRA-999: -- crc patch is causing system test failures (!). reverted until we figure that out.

[jira] Updated: (CASSANDRA-1023) improve debug logging for local inserts

2010-04-26 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1023: -- Assignee: Ryan King Component/s: Core improve debug logging for local

[jira] Resolved: (CASSANDRA-1025) problems when upgrate from 0.6.0 to 0.6.1

2010-04-26 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Dusbabek resolved CASSANDRA-1025. -- Resolution: Won't Fix Unfortunately, 0.6.1 introduced a network protocol

[jira] Commented: (CASSANDRA-1025) problems when upgrate from 0.6.0 to 0.6.1

2010-04-26 Thread Eric Evans (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12861199#action_12861199 ] Eric Evans commented on CASSANDRA-1025: --- In other words, to complete the upgrade