[jira] Updated: (CASSANDRA-270) Reduce copies in data write path

2010-07-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-270: - Attachment: 270.txt The root of the problem is that writing a ColumnFamily [row data]

[jira] Updated: (CASSANDRA-1237) Store AccessLevels externally to IAuthenticator

2010-07-09 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1237: Summary: Store AccessLevels externally to IAuthenticator (was: Store AuthLevels

[jira] Created: (CASSANDRA-1263) Push replication factor down to the replication strategy

2010-07-09 Thread Jeremy Hanna (JIRA)
Push replication factor down to the replication strategy Key: CASSANDRA-1263 URL: https://issues.apache.org/jira/browse/CASSANDRA-1263 Project: Cassandra Issue Type: Task

[jira] Created: (CASSANDRA-1262) stress.py stdev option should be float not int

2010-07-09 Thread Oren Benjamin (JIRA)
stress.py stdev option should be float not int -- Key: CASSANDRA-1262 URL: https://issues.apache.org/jira/browse/CASSANDRA-1262 Project: Cassandra Issue Type: Bug Components: Contrib

[jira] Commented: (CASSANDRA-1083) Improvement to CompactionManger's submitMinorIfNeeded

2010-07-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886777#action_12886777 ] Jonathan Ellis commented on CASSANDRA-1083: --- it would be nice to make

[jira] Updated: (CASSANDRA-292) Cassandra should be runnable as a Windows service and distribute a Windows installer

2010-07-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-292: - Fix Version/s: 0.6.4 Cassandra should be runnable as a Windows service and

[jira] Updated: (CASSANDRA-1262) stress.py stdev option should be float not int

2010-07-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1262: -- Fix Version/s: 0.6.4 Affects Version/s: (was: 0.5)

[jira] Assigned: (CASSANDRA-270) Reduce copies in data write path

2010-07-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis reassigned CASSANDRA-270: Assignee: Jonathan Ellis Reduce copies in data write path

[jira] Updated: (CASSANDRA-270) Reduce copies in data write path

2010-07-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-270: - Attachment: 270-v2.txt v2 updates xml to yaml Converter and makes deeper changes to

[jira] Updated: (CASSANDRA-1249) Deprecate IPartitioner.(to|from)DiskFormat in favor of raw bytes

2010-07-09 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1249: Attachment: 0001-BloomFilter-fix-from-1218.patch

[jira] Commented: (CASSANDRA-1189) Refactor streaming

2010-07-09 Thread Nirmal Ranganathan (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886839#action_12886839 ] Nirmal Ranganathan commented on CASSANDRA-1189: --- I'm just reiterating the

buildbot failure in ASF Buildbot on cassandra-trunk

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

svn commit: r962675 - in /cassandra/trunk: ./ conf/ src/java/org/apache/cassandra/avro/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/scheduler/ src/java/org/apache/cassandra/thr

2010-07-09 Thread jbellis
Author: jbellis Date: Fri Jul 9 19:58:21 2010 New Revision: 962675 URL: http://svn.apache.org/viewvc?rev=962675view=rev Log: implement keyspace round-robin scheduler. patch by Nirmal Ranganathan; reviewed by Stu Hood and jbellis for CASSANDRA-1035 Added:

svn commit: r962679 - /cassandra/trunk/src/java/org/apache/cassandra/config/RequestSchedulerOptions.java

2010-07-09 Thread jbellis
Author: jbellis Date: Fri Jul 9 20:15:58 2010 New Revision: 962679 URL: http://svn.apache.org/viewvc?rev=962679view=rev Log: add missing RequestSchedulerOptions class Added: cassandra/trunk/src/java/org/apache/cassandra/config/RequestSchedulerOptions.java Added:

buildbot success in ASF Buildbot on cassandra-trunk

2010-07-09 Thread buildbot
The Buildbot has detected a restored build of cassandra-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-trunk/builds/196 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch

svn commit: r962683 - in /cassandra/trunk/src/java/org/apache/cassandra/db: HintedHandOffManager.java RowMutation.java

2010-07-09 Thread brandonwilliams
Author: brandonwilliams Date: Fri Jul 9 20:27:30 2010 New Revision: 962683 URL: http://svn.apache.org/viewvc?rev=962683view=rev Log: Hinted handoff improvements; patch by brandonwilliams reviewed by jbellis for CASSANDRA-1223 Modified:

[jira] Updated: (CASSANDRA-688) cache refinements

2010-07-09 Thread Oren Benjamin (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oren Benjamin updated CASSANDRA-688: Attachment: cassandra-0.6-1262.txt cache refinements -

[jira] Updated: (CASSANDRA-1262) stress.py stdev option should be float not int

2010-07-09 Thread Oren Benjamin (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oren Benjamin updated CASSANDRA-1262: - Attachment: cassandra-0.6-1262.txt stress.py stdev option should be float not int

[jira] Updated: (CASSANDRA-1260) make streaming, HH threads low-priority as well

2010-07-09 Thread Tyler L. Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler L. Hobbs updated CASSANDRA-1260: -- Attachment: cassandra-0.6-1260.txt make streaming, HH threads low-priority as

[jira] Commented: (CASSANDRA-475) sending random data crashes thrift service

2010-07-09 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886965#action_12886965 ] Nate McCall commented on CASSANDRA-475: --- TFramedTransport maxLength is just a

[jira] Commented: (CASSANDRA-475) sending random data crashes thrift service

2010-07-09 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886983#action_12886983 ] Jonathan Ellis commented on CASSANDRA-475: -- so readLength is the max size of a

svn commit: r962753 - in /cassandra/branches/cassandra-0.6: CHANGES.txt src/java/org/apache/cassandra/concurrent/JMXEnabledThreadPoolExecutor.java src/java/org/apache/cassandra/db/HintedHandOffManager

2010-07-09 Thread jbellis
Author: jbellis Date: Sat Jul 10 03:57:15 2010 New Revision: 962753 URL: http://svn.apache.org/viewvc?rev=962753view=rev Log: extend option to lower compaction priority to hinted handoff as well. patch by Tyler Hobbs; reviewed by jbellis for CASSANDRA-1260 Modified:

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

2010-07-09 Thread jbellis
Author: jbellis Date: Sat Jul 10 04:10:21 2010 New Revision: 962757 URL: http://svn.apache.org/viewvc?rev=962757view=rev Log: merge from 0.6 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt

[jira] Commented: (CASSANDRA-475) sending random data crashes thrift service

2010-07-09 Thread Nate McCall (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12886997#action_12886997 ] Nate McCall commented on CASSANDRA-475: --- Yes, maxLength does directly control the