[jira] [Commented] (CASSANDRA-1978) get_range_slices: allow key and token to be interoperable

2011-05-24 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038420#comment-13038420 ] Sylvain Lebresne commented on CASSANDRA-1978: - What about computing the

[jira] [Created] (CASSANDRA-2697) insufficient space to compact even the two smallest files, aborting

2011-05-24 Thread Muga Nishizawa (JIRA)
insufficient space to compact even the two smallest files, aborting - Key: CASSANDRA-2697 URL: https://issues.apache.org/jira/browse/CASSANDRA-2697 Project: Cassandra Issue

[jira] [Updated] (CASSANDRA-2694) stop JDBC driver from needing access to cassandra.yaml

2011-05-24 Thread Aaron Morton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Morton updated CASSANDRA-2694: Description: The JDBC driver uses CFMetaData.fromThrift(), it was calling

[jira] [Updated] (CASSANDRA-2694) stop JDBC driver from needing access to cassandra.yaml

2011-05-24 Thread Aaron Morton (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Morton updated CASSANDRA-2694: Attachment: 0001-2694-v2.patch v2 patch moves thrift validation to ThriftValidation

[jira] [Commented] (CASSANDRA-2647) Cassandra can't find jamm on startup

2011-05-24 Thread Marcus Bointon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038508#comment-13038508 ] Marcus Bointon commented on CASSANDRA-2647: --- I just noticed this [on the

[jira] [Updated] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-24 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2675: Attachment: 0002-Avoid-modifying-super-column-in-memtable-being-flush.patch

svn commit: r1127034 - /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/db/CompactionManager.java

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 13:28:35 2011 New Revision: 1127034 URL: http://svn.apache.org/viewvc?rev=1127034view=rev Log: add special case message for attempted compaction of 2 sstables patch by jbellis for CASSANDRA-2697 Modified:

[jira] [Resolved] (CASSANDRA-2697) insufficient space to compact even the two smallest files, aborting

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2697. --- Resolution: Fixed added special case message for attempted compaction of 2

[jira] [Updated] (CASSANDRA-2697) insufficient space to compact even the two smallest files, aborting

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2697: -- Priority: Trivial (was: Major) Fix Version/s: (was: 0.8.0)

[jira] [Created] (CASSANDRA-2698) Instrument repair to be able to assess it's efficiency (precision)

2011-05-24 Thread Sylvain Lebresne (JIRA)
Instrument repair to be able to assess it's efficiency (precision) -- Key: CASSANDRA-2698 URL: https://issues.apache.org/jira/browse/CASSANDRA-2698 Project: Cassandra Issue

svn commit: r1127037 - in /cassandra/branches/cassandra-0.8.0: CHANGES.txt src/java/org/apache/cassandra/config/CFMetaData.java src/java/org/apache/cassandra/thrift/ThriftValidation.java

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 13:34:46 2011 New Revision: 1127037 URL: http://svn.apache.org/viewvc?rev=1127037view=rev Log: avoid instantiating DatabaseDescriptor in JDBC patch by Aaron Morton; reviewed by jbellis for CASSANDRA-2694 Modified:

[jira] [Commented] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038557#comment-13038557 ] Jonathan Ellis commented on CASSANDRA-2675: --- does the copyOnWrite

[jira] [Issue Comment Edited] (CASSANDRA-2617) Add DROP INDEX command to CQL

2011-05-24 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038568#comment-13038568 ] Pavel Yaskevich edited comment on CASSANDRA-2617 at 5/24/11 2:05 PM:

[jira] [Updated] (CASSANDRA-2617) Add DROP INDEX command to CQL

2011-05-24 Thread Pavel Yaskevich (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Yaskevich updated CASSANDRA-2617: --- Attachment: CASSANDRA-2617.patch New statements: {noformat} DROP INDEX ON

[jira] [Commented] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-24 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038571#comment-13038571 ] Sylvain Lebresne commented on CASSANDRA-2675: - Yes I agree, patch 2 is

[jira] [Updated] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2683: -- Attachment: v1-0001-CASSANDRA-2683-keyspace-bypass_commitlog-flag-and-test.txt

[jira] [Updated] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2683: -- Attachment: (was: v1-0001-CASSANDRA-2683-add-bypass_commitlog-flag.txt) Allow

[jira] [Updated] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2683: -- Attachment: (was: v1-0002-CASSANDRA-2683-thrift-add-bypass_commitlog-flag.txt)

[jira] [Commented] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038587#comment-13038587 ] Jonathan Ellis commented on CASSANDRA-2675: --- Is it? Don't you still have

[jira] [Commented] (CASSANDRA-2280) Request specific column families using StreamIn

2011-05-24 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038600#comment-13038600 ] Sylvain Lebresne commented on CASSANDRA-2280: - * In SSTableLoader, calling

[jira] [Updated] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-24 Thread Sylvain Lebresne (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-2675: Attachment: 0002-Avoid-modifying-super-column-in-memtable-being-flush-v2.patch

[jira] [Commented] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038626#comment-13038626 ] Jonathan Ellis commented on CASSANDRA-2675: --- +1 java.io.IOError:

svn commit: r1127130 - in /cassandra/branches/cassandra-0.7: CHANGES.txt src/java/org/apache/cassandra/db/ColumnFamily.java src/java/org/apache/cassandra/db/filter/QueryFilter.java

2011-05-24 Thread slebresne
Author: slebresne Date: Tue May 24 16:23:27 2011 New Revision: 1127130 URL: http://svn.apache.org/viewvc?rev=1127130view=rev Log: Clone super column to avoid modifying them mid-flush patch by slebresne; reviewed by jbellis for CASSANDRA-2675 Modified:

svn commit: r1127132 - /cassandra/branches/cassandra-0.7/test/unit/org/apache/cassandra/config/DefsTest.java

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 16:29:12 2011 New Revision: 1127132 URL: http://svn.apache.org/viewvc?rev=1127132view=rev Log: make DefsTest less fragile patch by jbellis Modified: cassandra/branches/cassandra-0.7/test/unit/org/apache/cassandra/config/DefsTest.java Modified:

svn commit: r1127135 - in /cassandra/branches/cassandra-0.8.0: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/db/ src/java/org/apache/cassandra/db/fil

2011-05-24 Thread slebresne
Author: slebresne Date: Tue May 24 16:40:43 2011 New Revision: 1127135 URL: http://svn.apache.org/viewvc?rev=1127135view=rev Log: merger from 0.7 Modified: cassandra/branches/cassandra-0.8.0/ (props changed) cassandra/branches/cassandra-0.8.0/CHANGES.txt

[jira] [Commented] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038652#comment-13038652 ] Jonathan Ellis commented on CASSANDRA-2356: --- Agreed that it doesn't matter

svn commit: r1127137 - /cassandra/branches/cassandra-0.7/src/java/org/apache/cassandra/config/CFMetaData.java

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 16:45:26 2011 New Revision: 1127137 URL: http://svn.apache.org/viewvc?rev=1127137view=rev Log: add more descriptive errors for ConfigurationException when updating a CF definition patch by jbellis Modified:

svn commit: r1127141 - in /cassandra/branches/cassandra-0.8.0: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 16:52:29 2011 New Revision: 1127141 URL: http://svn.apache.org/viewvc?rev=1127141view=rev Log: merge (record-only) from 0.7 Modified: cassandra/branches/cassandra-0.8.0/ (props changed) cassandra/branches/cassandra-0.8.0/contrib/ (props changed)

svn commit: r1127144 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 17:00:55 2011 New Revision: 1127144 URL: http://svn.apache.org/viewvc?rev=1127144view=rev Log: merge from 0.7 Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/CHANGES.txt

svn commit: r1127165 [2/2] - in /cassandra/trunk: ./ bin/ contrib/ debian/ drivers/py/ examples/bmt/ examples/hadoop_word_count/src/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org

2011-05-24 Thread jbellis
Modified: cassandra/trunk/interface/thrift/gen-java/org/apache/cassandra/thrift/CounterColumn.java URL: http://svn.apache.org/viewvc/cassandra/trunk/interface/thrift/gen-java/org/apache/cassandra/thrift/CounterColumn.java?rev=1127165r1=1127164r2=1127165view=diff

[jira] [Commented] (CASSANDRA-2647) Cassandra can't find jamm on startup

2011-05-24 Thread paul cannon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038683#comment-13038683 ] paul cannon commented on CASSANDRA-2647: bq. Startup options should be

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

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 17:37:08 2011 New Revision: 1127169 URL: http://svn.apache.org/viewvc?rev=1127169view=rev Log: fix bad merge Modified: cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/config/CFMetaData.java Modified:

svn commit: r1127171 - in /cassandra/trunk: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/config/

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 17:37:36 2011 New Revision: 1127171 URL: http://svn.apache.org/viewvc?rev=1127171view=rev Log: merge from 0.8 Modified: cassandra/trunk/ (props changed) cassandra/trunk/contrib/ (props changed)

svn commit: r1127179 - in /cassandra/trunk: ./ contrib/ examples/bmt/ interface/thrift/gen-java/org/apache/cassandra/thrift/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/db/ src

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 17:43:32 2011 New Revision: 1127179 URL: http://svn.apache.org/viewvc?rev=1127179view=rev Log: revert incomplete BMT-excision Added: cassandra/trunk/examples/bmt/ - copied from r1127164, cassandra/trunk/examples/bmt/

buildbot success in ASF Buildbot on cassandra-trunk

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

svn commit: r1127221 - in /cassandra/branches/cassandra-0.8: ./ contrib/ interface/thrift/gen-java/org/apache/cassandra/thrift/

2011-05-24 Thread jbellis
Author: jbellis Date: Tue May 24 19:02:43 2011 New Revision: 1127221 URL: http://svn.apache.org/viewvc?rev=1127221view=rev Log: merge (record-only) from 0.8.0 Modified: cassandra/branches/cassandra-0.8/ (props changed) cassandra/branches/cassandra-0.8/contrib/ (props changed)

[jira] [Updated] (CASSANDRA-2692) Nuke BMT from orbit

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-2692: -- Reviewer: slebresne Assignee: Jonathan Ellis Nuke BMT from orbit

[jira] [Commented] (CASSANDRA-2675) java.io.IOError: java.io.EOFException with version 0.7.6

2011-05-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038731#comment-13038731 ] Hudson commented on CASSANDRA-2675: --- Integrated in Cassandra-0.7 #496 (See

[jira] [Commented] (CASSANDRA-2690) Make the release build fail if the publish to central repository also fails

2011-05-24 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038730#comment-13038730 ] Hudson commented on CASSANDRA-2690: --- Integrated in Cassandra-0.7 #496 (See

[jira] [Updated] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2356: Reviewer: eevans make the debian package never start by default

[jira] [Updated] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2356: Reviewer: (was: eevans) make the debian package never start by default

[jira] [Commented] (CASSANDRA-2647) Cassandra can't find jamm on startup

2011-05-24 Thread paul cannon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038754#comment-13038754 ] paul cannon commented on CASSANDRA-2647: bq. It was just that this bug's

[jira] [Commented] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread paul cannon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038759#comment-13038759 ] paul cannon commented on CASSANDRA-2356: this works, but it could cause minor

[jira] [Commented] (CASSANDRA-2697) insufficient space to compact even the two smallest files, aborting

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

[jira] [Created] (CASSANDRA-2699) continuous incremental anti-entropy

2011-05-24 Thread Peter Schuller (JIRA)
continuous incremental anti-entropy --- Key: CASSANDRA-2699 URL: https://issues.apache.org/jira/browse/CASSANDRA-2699 Project: Cassandra Issue Type: Improvement Reporter: Peter Schuller

[jira] [Created] (CASSANDRA-2700) Row cache provider options

2011-05-24 Thread Chris Goffinet (JIRA)
Row cache provider options -- Key: CASSANDRA-2700 URL: https://issues.apache.org/jira/browse/CASSANDRA-2700 Project: Cassandra Issue Type: Improvement Reporter: Chris Goffinet Assignee: Chris

[jira] [Created] (CASSANDRA-2701) Memcache Row Cache Provider

2011-05-24 Thread Chris Goffinet (JIRA)
Memcache Row Cache Provider --- Key: CASSANDRA-2701 URL: https://issues.apache.org/jira/browse/CASSANDRA-2701 Project: Cassandra Issue Type: Improvement Reporter: Chris Goffinet Assignee:

[jira] [Created] (CASSANDRA-2702) Extend Row Cache Provider support

2011-05-24 Thread Chris Goffinet (JIRA)
Extend Row Cache Provider support - Key: CASSANDRA-2702 URL: https://issues.apache.org/jira/browse/CASSANDRA-2702 Project: Cassandra Issue Type: Improvement Environment: Modify the row cache provider

[jira] [Updated] (CASSANDRA-2702) Extend Row Cache Provider support

2011-05-24 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Goffinet updated CASSANDRA-2702: -- Priority: Minor (was: Major) Extend Row Cache Provider support

[jira] [Commented] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038835#comment-13038835 ] Jonathan Ellis commented on CASSANDRA-2356: --- can it start-on-boot just not

[jira] [Updated] (CASSANDRA-2531) There should be an easy way to see what DC and rack a node belongs to

2011-05-24 Thread Alex Araujo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Araujo updated CASSANDRA-2531: --- Attachment: cassandra-0.8.1-2531.patch Potential patch There should be an easy way to

[jira] [Commented] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread paul cannon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038849#comment-13038849 ] paul cannon commented on CASSANDRA-2356: Yes, and that's simpler to

[jira] [Created] (CASSANDRA-2703) Configure via debconf when installing Debian package

2011-05-24 Thread paul cannon (JIRA)
Configure via debconf when installing Debian package Key: CASSANDRA-2703 URL: https://issues.apache.org/jira/browse/CASSANDRA-2703 Project: Cassandra Issue Type: New Feature

[jira] [Commented] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038853#comment-13038853 ] Brandon Williams commented on CASSANDRA-2356: - I think that's even more

[jira] [Commented] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread paul cannon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038854#comment-13038854 ] paul cannon commented on CASSANDRA-2356: Oh I'm still fine with putting this

[jira] [Updated] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-2356: Fix Version/s: (was: 0.8.0) 1.0 Assignee: paul

[jira] [Resolved] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-2356. --- Resolution: Won't Fix Fix Version/s: (was: 1.0) Assignee:

[jira] [Commented] (CASSANDRA-2356) make the debian package never start by default

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038857#comment-13038857 ] Jonathan Ellis commented on CASSANDRA-2356: --- (Since either change is 1.0

[jira] [Assigned] (CASSANDRA-2703) Configure via debconf when installing Debian package

2011-05-24 Thread paul cannon (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] paul cannon reassigned CASSANDRA-2703: -- Assignee: paul cannon Configure via debconf when installing Debian package

[jira] [Commented] (CASSANDRA-2701) Memcache Row Cache Provider

2011-05-24 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038872#comment-13038872 ] Brandon Williams commented on CASSANDRA-2701: - What do you do when the row

[jira] [Updated] (CASSANDRA-2531) There should be an easy way to see what DC and rack a node belongs to

2011-05-24 Thread Alex Araujo (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alex Araujo updated CASSANDRA-2531: --- Attachment: cassandra-0.8.1-2531-v2.patch v2 contains initial changes and adds Data

svn commit: r1127336 - in /cassandra/branches/cassandra-0.8/src/java/org/apache/cassandra/tools: NodeCmd.java NodeProbe.java

2011-05-24 Thread brandonwilliams
Author: brandonwilliams Date: Wed May 25 00:02:22 2011 New Revision: 1127336 URL: http://svn.apache.org/viewvc?rev=1127336view=rev Log: Show rack and dc in nodetool ring/info. Patch by Alex Araujo, reviewed by brandonwilliams for CASSANDRA-2531 Modified:

[jira] [Updated] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2683: -- Attachment: (was:

[jira] [Updated] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2683: -- Attachment: v1-0002-CASSANDRA-2683-thrift-add-bypass_commitlog-flag.txt

[jira] [Commented] (CASSANDRA-2531) There should be an easy way to see what DC and rack a node belongs to

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

[jira] [Commented] (CASSANDRA-2701) Memcache Row Cache Provider

2011-05-24 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038923#comment-13038923 ] Chris Goffinet commented on CASSANDRA-2701: --- We don't use memcached then.

[jira] [Commented] (CASSANDRA-2701) Memcache Row Cache Provider

2011-05-24 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038924#comment-13038924 ] Chris Goffinet commented on CASSANDRA-2701: --- You can also increase the size

[jira] [Commented] (CASSANDRA-2701) Memcache Row Cache Provider

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038928#comment-13038928 ] Jonathan Ellis commented on CASSANDRA-2701: --- Why would memcache be better

[jira] [Updated] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2683: -- Attachment: (was: v1-0001-CASSANDRA-2683-add-bypass_commitlog-flag.txt) Allow

[jira] [Commented] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038929#comment-13038929 ] T Jake Luciani commented on CASSANDRA-2683: --- done Allow writes to bypass

[jira] [Updated] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2683: -- Attachment: (was: v1-0002-CASSANDRA-2683-thrift-add-bypass_commitlog-flag.txt)

[jira] [Updated] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread T Jake Luciani (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] T Jake Luciani updated CASSANDRA-2683: -- Attachment: v1-0004-CASSANDRA-2683-rename-bypass_commitlog-to-durable_writ.txt

[jira] [Commented] (CASSANDRA-2683) Allow writes to bypass the commit log for certain keyspaces

2011-05-24 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038935#comment-13038935 ] Jonathan Ellis commented on CASSANDRA-2683: --- +1 (please squash for commit)

[jira] [Commented] (CASSANDRA-2701) Memcache Row Cache Provider

2011-05-24 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038940#comment-13038940 ] Chris Goffinet commented on CASSANDRA-2701: --- At the moment, off-heap does

[jira] [Issue Comment Edited] (CASSANDRA-2701) Memcache Row Cache Provider

2011-05-24 Thread Chris Goffinet (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13038940#comment-13038940 ] Chris Goffinet edited comment on CASSANDRA-2701 at 5/25/11 2:56 AM: