[jira] Commented: (CASSANDRA-1546) (Yet another) approach to counting

2010-10-07 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918905#action_12918905 ] Sylvain Lebresne commented on CASSANDRA-1546: - {quote} The complexity of

svn commit: r1005473 - in /cassandra/trunk: CHANGES.txt src/java/org/apache/cassandra/service/StorageService.java src/java/org/apache/cassandra/service/StorageServiceMBean.java

2010-10-07 Thread jbellis
Author: jbellis Date: Thu Oct 7 14:52:54 2010 New Revision: 1005473 URL: http://svn.apache.org/viewvc?rev=1005473view=rev Log: add StorageService.getDrainProgress. patch by Nick Bailey and jbellis for CASSANDRA-1588 Modified: cassandra/trunk/CHANGES.txt

[jira] Updated: (CASSANDRA-1588) Explicitly expose ongoing per-node drain status and est. % done

2010-10-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1588: -- Component/s: (was: Core) Tools Fix Version/s: 0.7.0

[jira] Commented: (CASSANDRA-1583) add ColumnDef support to cli

2010-10-07 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918935#action_12918935 ] Pavel Yaskevich commented on CASSANDRA-1583: What do you think about

[jira] Commented: (CASSANDRA-1583) add ColumnDef support to cli

2010-10-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918936#action_12918936 ] Jonathan Ellis commented on CASSANDRA-1583: --- sgtm add ColumnDef support to

[jira] Created: (CASSANDRA-1592) Apply regular expression to row keys

2010-10-07 Thread zhu han (JIRA)
Apply regular expression to row keys Key: CASSANDRA-1592 URL: https://issues.apache.org/jira/browse/CASSANDRA-1592 Project: Cassandra Issue Type: New Feature Components: API

[jira] Commented: (CASSANDRA-1561) Disallow bootstrapping to a token that is already owned by a live node

2010-10-07 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918939#action_12918939 ] Gary Dusbabek commented on CASSANDRA-1561: -- +1 Disallow bootstrapping to a

svn commit: r1005497 - in /cassandra/branches/cassandra-0.6: ./ src/java/org/apache/cassandra/dht/ src/java/org/apache/cassandra/service/ src/java/org/apache/cassandra/thrift/ test/unit/org/apache/cas

2010-10-07 Thread jbellis
Author: jbellis Date: Thu Oct 7 15:40:41 2010 New Revision: 1005497 URL: http://svn.apache.org/viewvc?rev=1005497view=rev Log: Disallow bootstrap to an in-use token. patch by jbellis; reviewed by gdusbabek for CASSANDRA-1561 Modified: cassandra/branches/cassandra-0.6/CHANGES.txt

[jira] Updated: (CASSANDRA-1532) Expose dynamic secondary indexes via system_update_column_family

2010-10-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1532: -- Attachment: 1532.txt rebased Expose dynamic secondary indexes via

svn commit: r1005503 - in /cassandra/branches/cassandra-0.6: src/java/org/apache/cassandra/service/StorageProxy.java test/unit/org/apache/cassandra/Util.java

2010-10-07 Thread jbellis
Author: jbellis Date: Thu Oct 7 15:51:29 2010 New Revision: 1005503 URL: http://svn.apache.org/viewvc?rev=1005503view=rev Log: revert parts of 1442 that were committed accidentally Modified: cassandra/branches/cassandra-0.6/src/java/org/apache/cassandra/service/StorageProxy.java

[jira] Commented: (CASSANDRA-1532) Expose dynamic secondary indexes via system_update_column_family

2010-10-07 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918950#action_12918950 ] Gary Dusbabek commented on CASSANDRA-1532: -- Consider the scenario of a cols A,

svn commit: r1005511 - in /cassandra/branches/cassandra-0.6: src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/dht/ src/java/org/apache/cassandra/service/ src/java/org/apache/cassand

2010-10-07 Thread jbellis
Author: jbellis Date: Thu Oct 7 16:11:19 2010 New Revision: 1005511 URL: http://svn.apache.org/viewvc?rev=1005511view=rev Log: replace javax ConfigurationException with o.a.c.config Added: cassandra/branches/cassandra-0.6/src/java/org/apache/cassandra/config/ConfigurationException.java

svn commit: r1005518 - in /cassandra/trunk: ./ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/dht/ src/java/org/apache/cassandra/service/ src/java/org/apache/cass

2010-10-07 Thread jbellis
Author: jbellis Date: Thu Oct 7 16:33:07 2010 New Revision: 1005518 URL: http://svn.apache.org/viewvc?rev=1005518view=rev Log: merge from 0.6 Modified: cassandra/trunk/ (props changed) cassandra/trunk/CHANGES.txt

[Cassandra Wiki] Update of FAQ by Dinesh Ilindra

2010-10-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The FAQ page has been changed by Dinesh Ilindra. The comment on this change is: Added another GUI. http://wiki.apache.org/cassandra/FAQ?action=diffrev1=86rev2=87

[jira] Updated: (CASSANDRA-1579) tuneable column size for stress.py

2010-10-07 Thread Tyler L. Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler L. Hobbs updated CASSANDRA-1579: -- Attachment: 1579-cassandra-0.6.txt Second attached patch backports to

[jira] Commented: (CASSANDRA-1546) (Yet another) approach to counting

2010-10-07 Thread Kelvin Kakugawa (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918969#action_12918969 ] Kelvin Kakugawa commented on CASSANDRA-1546: Yes, I agree that my arguments

svn commit: r1005533 - in /cassandra: branches/cassandra-0.6/contrib/py_stress/stress.py trunk/contrib/py_stress/stress.py

2010-10-07 Thread brandonwilliams
Author: brandonwilliams Date: Thu Oct 7 17:23:21 2010 New Revision: 1005533 URL: http://svn.apache.org/viewvc?rev=1005533view=rev Log: tuneable column size for stress.py. Patch by Tyler Hobbs, reviewed by brandonwilliams for CASSANDRA-1579 Modified:

[jira] Updated: (CASSANDRA-1532) Expose dynamic secondary indexes via system_update_column_family

2010-10-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1532: -- Attachment: 1532-v2.txt v2 cleans up data files from obsolete indexes Expose

[jira] Created: (CASSANDRA-1593) Clarify NetworkTopologyStrategy

2010-10-07 Thread Stu Hood (JIRA)
Clarify NetworkTopologyStrategy --- Key: CASSANDRA-1593 URL: https://issues.apache.org/jira/browse/CASSANDRA-1593 Project: Cassandra Issue Type: Improvement Components: Core Reporter: Stu

[jira] Updated: (CASSANDRA-1593) Clarify NetworkTopologyStrategy

2010-10-07 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1593: Attachment: 1569.txt Cleanup/clarification patch from 1569. Clarify NetworkTopologyStrategy

[jira] Commented: (CASSANDRA-1532) Expose dynamic secondary indexes via system_update_column_family

2010-10-07 Thread Gary Dusbabek (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918991#action_12918991 ] Gary Dusbabek commented on CASSANDRA-1532: -- +1 Expose dynamic secondary

[jira] Commented: (CASSANDRA-1593) Clarify NetworkTopologyStrategy

2010-10-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12918996#action_12918996 ] Jonathan Ellis commented on CASSANDRA-1593: --- 1569 is not a code clarification

svn commit: r1005551 - in /cassandra/trunk: ./ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/migration/ test/system/

2010-10-07 Thread jbellis
Author: jbellis Date: Thu Oct 7 18:12:13 2010 New Revision: 1005551 URL: http://svn.apache.org/viewvc?rev=1005551view=rev Log: Allow dynamic secondary index creation and destruction patch by jbellis; reviewed by gdusbabek for CASSANDRA-1532 Modified: cassandra/trunk/CHANGES.txt

[jira] Updated: (CASSANDRA-1563) system_update_column_family() sets absent values to 0

2010-10-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1563: -- Fix Version/s: 0.7.0 system_update_column_family() sets absent values to 0

[Cassandra Wiki] Update of DebianPackaging by EricEva ns

2010-10-07 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Cassandra Wiki for change notification. The DebianPackaging page has been changed by EricEvans. The comment on this change is: document lenny build caveat.

[jira] Commented: (CASSANDRA-1577) Split gossiped load into 'primary' and 'total'

2010-10-07 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12919035#action_12919035 ] Stu Hood commented on CASSANDRA-1577: - After a lot more discussion with Nick, it

[jira] Commented: (CASSANDRA-1593) Clarify NetworkTopologyStrategy

2010-10-07 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12919044#action_12919044 ] Stu Hood commented on CASSANDRA-1593: - +1 Since the snitch can only declare one

[jira] Issue Comment Edited: (CASSANDRA-1593) Clarify NetworkTopologyStrategy

2010-10-07 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12919044#action_12919044 ] Stu Hood edited comment on CASSANDRA-1593 at 10/7/10 4:04 PM:

[jira] Updated: (CASSANDRA-1593) Clarify NetworkTopologyStrategy

2010-10-07 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood updated CASSANDRA-1593: Reviewer: stuhood Clarify NetworkTopologyStrategy ---

[jira] Commented: (CASSANDRA-1576) Improve the I/O subsystem for ROW-READ stage

2010-10-07 Thread Peter Schuller (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12919046#action_12919046 ] Peter Schuller commented on CASSANDRA-1576: --- Could you clarify where/how I/O

[jira] Commented: (CASSANDRA-1576) Improve the I/O subsystem for ROW-READ stage

2010-10-07 Thread Peter Schuller (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12919047#action_12919047 ] Peter Schuller commented on CASSANDRA-1576: --- I should mention that I only

[jira] Updated: (CASSANDRA-1521) update readme to refer to easy_install pycassa

2010-10-07 Thread Tyler L. Hobbs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tyler L. Hobbs updated CASSANDRA-1521: -- Attachment: 1521-1.txt update readme to refer to easy_install pycassa

svn commit: r1005616 - in /cassandra/trunk/src/java/org/apache/cassandra: config/KSMetaData.java locator/NetworkTopologyStrategy.java locator/TokenMetadata.java

2010-10-07 Thread jbellis
Author: jbellis Date: Thu Oct 7 20:32:52 2010 New Revision: 1005616 URL: http://svn.apache.org/viewvc?rev=1005616view=rev Log: clean up NTS and remove DSS-NTS migration since replicas chosen may be different (see #1103). patch by jbellis; reviewed by Stu Hood for CASSANDRA-1593 Modified:

[jira] Resolved: (CASSANDRA-1593) Clarify NetworkTopologyStrategy

2010-10-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-1593. --- Resolution: Fixed Assignee: Jonathan Ellis I think you are right, the

[jira] Resolved: (CASSANDRA-1577) Split gossiped load into 'primary' and 'total'

2010-10-07 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stu Hood resolved CASSANDRA-1577. - Resolution: Invalid Split gossiped load into 'primary' and 'total'

[jira] Created: (CASSANDRA-1594) Client threads are all locked up waiting on read

2010-10-07 Thread Alex Portnov (JIRA)
Client threads are all locked up waiting on read Key: CASSANDRA-1594 URL: https://issues.apache.org/jira/browse/CASSANDRA-1594 Project: Cassandra Issue Type: Bug Components: Core

[jira] Updated: (CASSANDRA-1594) Client threads are all locked up waiting on read

2010-10-07 Thread Alex Portnov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Portnov updated CASSANDRA-1594: Attachment: threaddump-1286484121714.tdump Client threads are all locked up waiting

[jira] Updated: (CASSANDRA-1592) Apply regular expression to row keys

2010-10-07 Thread jian yang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jian yang updated CASSANDRA-1592: - Attachment: cassandra-0.6.5_key_regex.patch This patch adds an extra field key_regex in

[jira] Issue Comment Edited: (CASSANDRA-1592) Apply regular expression to row keys

2010-10-07 Thread jian yang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12919119#action_12919119 ] jian yang edited comment on CASSANDRA-1592 at 10/7/10 8:59 PM:

buildbot failure in ASF Buildbot on cassandra-0.6

2010-10-07 Thread buildbot
The Buildbot has detected a new failure of cassandra-0.6 on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/cassandra-0.6/builds/185 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch

buildbot failure in ASF Buildbot on cassandra-trunk

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

[jira] Commented: (CASSANDRA-1546) (Yet another) approach to counting

2010-10-07 Thread zhu han (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12919143#action_12919143 ] zhu han commented on CASSANDRA-1546: {quote} I think it's worth it for you to

[jira] Created: (CASSANDRA-1595) log auto-guessed memtable size

2010-10-07 Thread Jonathan Ellis (JIRA)
log auto-guessed memtable size -- Key: CASSANDRA-1595 URL: https://issues.apache.org/jira/browse/CASSANDRA-1595 Project: Cassandra Issue Type: Improvement Components: Core Affects Versions: 0.7 beta

[jira] Updated: (CASSANDRA-1595) log auto-guessed memtable size

2010-10-07 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-1595: -- Attachment: 1595.txt log auto-guessed memtable size

svn commit: r1005712 - in /cassandra/trunk/src/java/org/apache/cassandra/db: ColumnFamilyStore.java Memtable.java

2010-10-07 Thread jbellis
Author: jbellis Date: Fri Oct 8 04:59:58 2010 New Revision: 1005712 URL: http://svn.apache.org/viewvc?rev=1005712view=rev Log: r/m redundant Memtable.partitioner. patch by jbellis Modified: cassandra/trunk/src/java/org/apache/cassandra/db/ColumnFamilyStore.java