[jira] [Assigned] (CASSANDRA-3540) Wrong check of partitioner for secondary indexes

2011-12-01 Thread Yuki Morishita (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita reassigned CASSANDRA-3540: - Assignee: Yuki Morishita Wrong check of partitioner for secondary

[jira] [Updated] (CASSANDRA-3540) Wrong check of partitioner for secondary indexes

2011-12-01 Thread Yuki Morishita (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yuki Morishita updated CASSANDRA-3540: -- Attachment: cassandra-1.0-3540.txt This bug is caused by SSTableMetadata providing

svn commit: r1208993 [4/4] - in /cassandra/trunk: ./ src/java/org/apache/cassandra/client/ src/java/org/apache/cassandra/config/ src/java/org/apache/cassandra/cql/ src/java/org/apache/cassandra/db/ sr

2011-12-01 Thread slebresne
Modified: cassandra/trunk/test/unit/org/apache/cassandra/service/AntiEntropyServiceTestAbstract.java URL: http://svn.apache.org/viewvc/cassandra/trunk/test/unit/org/apache/cassandra/service/AntiEntropyServiceTestAbstract.java?rev=1208993r1=1208992r2=1208993view=diff

[jira] [Commented] (CASSANDRA-1034) Remove assumption that Key to Token is one-to-one

2011-12-01 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160764#comment-13160764 ] Hudson commented on CASSANDRA-1034: --- Integrated in Cassandra #1229 (See

[jira] [Updated] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

2011-12-01 Thread Mck SembWever (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mck SembWever updated CASSANDRA-3197: - Attachment: (was: CASSANDRA-3197.patch) Separate input and output

[jira] [Updated] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

2011-12-01 Thread Mck SembWever (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mck SembWever updated CASSANDRA-3197: - Attachment: (was: CASSANDRA-3197-extra.patch) Separate input and output

[jira] [Commented] (CASSANDRA-3540) Wrong check of partitioner for secondary indexes

2011-12-01 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160787#comment-13160787 ] Sylvain Lebresne commented on CASSANDRA-3540: - Some nits: * We can give

[jira] [Created] (CASSANDRA-3546) Hinted handoffs isn't delivered if/when HintedHandOffManager ends up in invalid state.

2011-12-01 Thread Created
Hinted handoffs isn't delivered if/when HintedHandOffManager ends up in invalid state. -- Key: CASSANDRA-3546 URL: https://issues.apache.org/jira/browse/CASSANDRA-3546

[jira] [Created] (CASSANDRA-3547) Race between cf flush and its secondary indexes flush

2011-12-01 Thread Sylvain Lebresne (Created) (JIRA)
Race between cf flush and its secondary indexes flush --- Key: CASSANDRA-3547 URL: https://issues.apache.org/jira/browse/CASSANDRA-3547 Project: Cassandra Issue Type: Bug

[jira] [Updated] (CASSANDRA-3547) Race between cf flush and its secondary indexes flush

2011-12-01 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3547: Attachment: 3547.patch Patch to freeze every memtable we actually flush.

[jira] [Created] (CASSANDRA-3548) NPE in AntiEntropyService$RepairSession.completed()

2011-12-01 Thread Aaron Morton (Created) (JIRA)
NPE in AntiEntropyService$RepairSession.completed() --- Key: CASSANDRA-3548 URL: https://issues.apache.org/jira/browse/CASSANDRA-3548 Project: Cassandra Issue Type: Bug Components:

[jira] [Updated] (CASSANDRA-3547) Race between cf flush and its secondary indexes flush

2011-12-01 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3547: Affects Version/s: (was: 1.0.0) 0.8.0 Fix

[jira] [Updated] (CASSANDRA-3546) Hinted handoffs isn't delivered if/when HintedHandOffManager ends up in invalid state.

2011-12-01 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3546: Attachment: 3546.patch Patch attached, thanks Fredrik.

[jira] [Updated] (CASSANDRA-3548) NPE in AntiEntropyService$RepairSession.completed()

2011-12-01 Thread Aaron Morton (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Morton updated CASSANDRA-3548: Attachment: 0001-3548.patch check for null NPE in

[jira] [Created] (CASSANDRA-3549) streaming is hard-coded to be single-threaded

2011-12-01 Thread Peter Schuller (Created) (JIRA)
streaming is hard-coded to be single-threaded - Key: CASSANDRA-3549 URL: https://issues.apache.org/jira/browse/CASSANDRA-3549 Project: Cassandra Issue Type: Bug Reporter: Peter

[jira] [Commented] (CASSANDRA-3494) Streaming is mono-threaded (the bulk loader too by extension)

2011-12-01 Thread Chris Goffinet (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160844#comment-13160844 ] Chris Goffinet commented on CASSANDRA-3494: --- We actually just ran into this

[jira] [Resolved] (CASSANDRA-3549) streaming is hard-coded to be single-threaded

2011-12-01 Thread Peter Schuller (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Schuller resolved CASSANDRA-3549. --- Resolution: Duplicate streaming is hard-coded to be single-threaded

[jira] [Updated] (CASSANDRA-3548) NPE in AntiEntropyService$RepairSession.completed()

2011-12-01 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3548: Attachment: 3548-v2.patch We also have the same race in rendezvous with the

[jira] [Commented] (CASSANDRA-3546) Hinted handoffs isn't delivered if/when HintedHandOffManager ends up in invalid state.

2011-12-01 Thread Commented
[ https://issues.apache.org/jira/browse/CASSANDRA-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160851#comment-13160851 ] Fredrik L Stigbäck commented on CASSANDRA-3546: --- The patch is broken,

[jira] [Updated] (CASSANDRA-3546) Hinted handoffs isn't delivered if/when HintedHandOffManager ends up in invalid state.

2011-12-01 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3546: Attachment: (was: 3546.patch) Hinted handoffs isn't delivered if/when

[jira] [Updated] (CASSANDRA-3546) Hinted handoffs isn't delivered if/when HintedHandOffManager ends up in invalid state.

2011-12-01 Thread Sylvain Lebresne (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sylvain Lebresne updated CASSANDRA-3546: Attachment: 3546.patch Oops, that'll teach me to not even compile before

[jira] [Created] (CASSANDRA-3550) Relax phi threshold enforcement

2011-12-01 Thread Brandon Williams (Created) (JIRA)
Relax phi threshold enforcement --- Key: CASSANDRA-3550 URL: https://issues.apache.org/jira/browse/CASSANDRA-3550 Project: Cassandra Issue Type: Improvement Components: Core Reporter:

[jira] [Commented] (CASSANDRA-3550) Relax phi threshold enforcement

2011-12-01 Thread Sylvain Lebresne (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160957#comment-13160957 ] Sylvain Lebresne commented on CASSANDRA-3550: - What about a way to force

[jira] [Commented] (CASSANDRA-3542) Failed to add new nodes to the cluster

2011-12-01 Thread Viktor Jevdokimov (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160958#comment-13160958 ] Viktor Jevdokimov commented on CASSANDRA-3542: -- Problem was with our

[jira] [Updated] (CASSANDRA-3550) Relax phi threshold enforcement

2011-12-01 Thread Brandon Williams (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Williams updated CASSANDRA-3550: Attachment: 3550.txt Relax phi threshold enforcement

[jira] [Commented] (CASSANDRA-3550) Relax phi threshold enforcement

2011-12-01 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160960#comment-13160960 ] Brandon Williams commented on CASSANDRA-3550: - bq. Of course, if we add a

[jira] [Commented] (CASSANDRA-3550) Relax phi threshold enforcement

2011-12-01 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160961#comment-13160961 ] Brandon Williams commented on CASSANDRA-3550: - Alternate solution: we

[jira] [Commented] (CASSANDRA-3494) Streaming is mono-threaded (the bulk loader too by extension)

2011-12-01 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160963#comment-13160963 ] Brandon Williams commented on CASSANDRA-3494: - Just to confirm, you had

[jira] [Updated] (CASSANDRA-3545) Fix very low Secondary Index performance

2011-12-01 Thread Evgeny Ryabitskiy (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Evgeny Ryabitskiy updated CASSANDRA-3545: - Attachment: CASSANDRA-3545_v2.patch New version of patch with fix of bugs

[jira] [Commented] (CASSANDRA-3540) Wrong check of partitioner for secondary indexes

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160975#comment-13160975 ] Jonathan Ellis commented on CASSANDRA-3540: --- I'd also like to add a unit

[jira] [Updated] (CASSANDRA-2475) Prepared statements

2011-12-01 Thread Eric Evans (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Evans updated CASSANDRA-2475: -- Reviewer: urandom Prepared statements --- Key:

[jira] [Commented] (CASSANDRA-3197) Separate input and output connection details in ConfigHelper

2011-12-01 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160991#comment-13160991 ] Brandon Williams commented on CASSANDRA-3197: - Unfortunately now it

[jira] [Commented] (CASSANDRA-3545) Fix very low Secondary Index performance

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161023#comment-13161023 ] Jonathan Ellis commented on CASSANDRA-3545: --- Wow. That's a really clever

[jira] [Commented] (CASSANDRA-2988) Improve SSTableReader.load() when loading index files

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-2988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161029#comment-13161029 ] Jonathan Ellis commented on CASSANDRA-2988: --- Melvin, can you review that

[jira] [Commented] (CASSANDRA-3542) Failed to add new nodes to the cluster

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161035#comment-13161035 ] Jonathan Ellis commented on CASSANDRA-3542: --- I think Cassandra will do

[jira] [Updated] (CASSANDRA-3542) Failed to add new nodes to the cluster

2011-12-01 Thread Viktor Jevdokimov (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Viktor Jevdokimov updated CASSANDRA-3542: - Priority: Minor (was: Major) Issue Type: Improvement (was: Bug)

[jira] [Commented] (CASSANDRA-3546) Hinted handoffs isn't delivered if/when HintedHandOffManager ends up in invalid state.

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161039#comment-13161039 ] Jonathan Ellis commented on CASSANDRA-3546: --- +1 Hinted

[jira] [Commented] (CASSANDRA-3494) Streaming is mono-threaded (the bulk loader too by extension)

2011-12-01 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161045#comment-13161045 ] Peter Schuller commented on CASSANDRA-3494: --- We had it set very high.

[jira] [Commented] (CASSANDRA-3494) Streaming is mono-threaded (the bulk loader too by extension)

2011-12-01 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161051#comment-13161051 ] Peter Schuller commented on CASSANDRA-3494: --- (Part of the reason the

[jira] [Commented] (CASSANDRA-3494) Streaming is mono-threaded (the bulk loader too by extension)

2011-12-01 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161058#comment-13161058 ] Peter Schuller commented on CASSANDRA-3494: --- Just had a thought (will have

[jira] [Commented] (CASSANDRA-3306) Error in LeveledCompactionStrategy

2011-12-01 Thread Joe Siegrist (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161076#comment-13161076 ] Joe Siegrist commented on CASSANDRA-3306: - Running under 1.0.4, can easily

[cassandra-jdbc] 3 new revisions pushed by wfs...@gmail.com on 2011-12-01 18:42 GMT

2011-12-01 Thread cassandra-jdbc . apache-extras . org
3 new revisions: Revision: 5458a35f6e6d Author: Rick Shaw wfs...@gmail.com Date: Thu Dec 1 10:31:03 2011 Log: Rewrite CassandraPreparedStatement to use server-side processing... http://code.google.com/a/apache-extras.org/p/cassandra-jdbc/source/detail?r=5458a35f6e6d Revision:

[jira] [Commented] (CASSANDRA-1600) Merge get_indexed_slices with get_range_slices

2011-12-01 Thread Jeremy Hanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-1600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161082#comment-13161082 ] Jeremy Hanna commented on CASSANDRA-1600: - Is this going to get done for 1.1

[jira] [Resolved] (CASSANDRA-3542) Failed to add new nodes to the cluster

2011-12-01 Thread Jonathan Ellis (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-3542. --- Resolution: Not A Problem If you want to use a single global config (even then

[jira] [Commented] (CASSANDRA-3548) NPE in AntiEntropyService$RepairSession.completed()

2011-12-01 Thread Aaron Morton (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161107#comment-13161107 ] Aaron Morton commented on CASSANDRA-3548: - Much nicer. I'm not able to test in

[jira] [Commented] (CASSANDRA-3489) EncryptionOptions should be instantiated

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161126#comment-13161126 ] Jonathan Ellis commented on CASSANDRA-3489: --- (Checked, and 0.8 OTC does have

[jira] [Commented] (CASSANDRA-3489) EncryptionOptions should be instantiated

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161125#comment-13161125 ] Jonathan Ellis commented on CASSANDRA-3489: --- Hmm. I thought the other place

[jira] [Commented] (CASSANDRA-3494) Streaming is mono-threaded (the bulk loader too by extension)

2011-12-01 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161134#comment-13161134 ] Peter Schuller commented on CASSANDRA-3494: --- I can submit a patch to make

[jira] [Commented] (CASSANDRA-3545) Fix very low Secondary Index performance

2011-12-01 Thread Evgeny Ryabitskiy (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161161#comment-13161161 ] Evgeny Ryabitskiy commented on CASSANDRA-3545: -- Yep, a little bit

[jira] [Commented] (CASSANDRA-3547) Race between cf flush and its secondary indexes flush

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161186#comment-13161186 ] Jonathan Ellis commented on CASSANDRA-3547: --- +1, and I think we do need this

[jira] [Commented] (CASSANDRA-3547) Race between cf flush and its secondary indexes flush

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161188#comment-13161188 ] Jonathan Ellis commented on CASSANDRA-3547: --- However... 0.8 is stable

svn commit: r1209254 - /cassandra/branches/cassandra-1.0/src/java/org/apache/cassandra/service/StorageService.java

2011-12-01 Thread jbellis
Author: jbellis Date: Thu Dec 1 21:30:26 2011 New Revision: 1209254 URL: http://svn.apache.org/viewvc?rev=1209254view=rev Log: name our shutdown hook thread patch by jbellis Modified: cassandra/branches/cassandra-1.0/src/java/org/apache/cassandra/service/StorageService.java Modified:

[jira] [Commented] (CASSANDRA-3494) Streaming is mono-threaded (the bulk loader too by extension)

2011-12-01 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161228#comment-13161228 ] Peter Schuller commented on CASSANDRA-3494: --- A complication is that merely

[jira] [Commented] (CASSANDRA-3335) ThreadPoolExecutor creates threads as non-daemon and will block on shutdown by default

2011-12-01 Thread Brandon Williams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161235#comment-13161235 ] Brandon Williams commented on CASSANDRA-3335: - Tracked down to the

[jira] [Commented] (CASSANDRA-3494) Streaming is mono-threaded (the bulk loader too by extension)

2011-12-01 Thread Peter Schuller (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161248#comment-13161248 ] Peter Schuller commented on CASSANDRA-3494: --- I suggest having a single

[jira] [Commented] (CASSANDRA-3371) Cassandra inferred schema and actual data don't match

2011-12-01 Thread Ian F (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161252#comment-13161252 ] Ian F commented on CASSANDRA-3371: -- I've been following this thread and am actively

[jira] [Commented] (CASSANDRA-3545) Fix very low Secondary Index performance

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161263#comment-13161263 ] Jonathan Ellis commented on CASSANDRA-3545: --- bq. As a compromise I can

[jira] [Created] (CASSANDRA-3551) Timeout exception for Range Slice after upgrade from 1.0.2 to 1.0.5

2011-12-01 Thread Zhong Li (Created) (JIRA)
Timeout exception for Range Slice after upgrade from 1.0.2 to 1.0.5 Key: CASSANDRA-3551 URL: https://issues.apache.org/jira/browse/CASSANDRA-3551 Project: Cassandra Issue

[jira] [Created] (CASSANDRA-3552) Pig data objects returned by CassandraStorage behave irrationally.

2011-12-01 Thread Chris Howe (Created) (JIRA)
Pig data objects returned by CassandraStorage behave irrationally. -- Key: CASSANDRA-3552 URL: https://issues.apache.org/jira/browse/CASSANDRA-3552 Project: Cassandra Issue

[jira] [Issue Comment Edited] (CASSANDRA-3112) Make repair fail when an unexpected error occurs

2011-12-01 Thread Vijay (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161327#comment-13161327 ] Vijay edited comment on CASSANDRA-3112 at 12/2/11 12:22 AM:

[jira] [Commented] (CASSANDRA-3112) Make repair fail when an unexpected error occurs

2011-12-01 Thread Vijay (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161327#comment-13161327 ] Vijay commented on CASSANDRA-3112: -- Hi Sylvain, I have seen the following issues in

[jira] [Created] (CASSANDRA-3553) value validator in the cli does not pick up

2011-12-01 Thread Jackson Chung (Created) (JIRA)
value validator in the cli does not pick up --- Key: CASSANDRA-3553 URL: https://issues.apache.org/jira/browse/CASSANDRA-3553 Project: Cassandra Issue Type: Bug Reporter: Jackson Chung

[jira] [Updated] (CASSANDRA-3553) value validator in the cli does not pick up

2011-12-01 Thread Jackson Chung (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jackson Chung updated CASSANDRA-3553: - Description: the summary is probably confusing, so here is an example: {noformat}

[jira] [Commented] (CASSANDRA-3537) JVM heap is full and GC take no effect ,so many NonBlockingHashMap objects in heap

2011-12-01 Thread MaHaiyang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161363#comment-13161363 ] MaHaiyang commented on CASSANDRA-3537: -- After I set jamm correctly , I do a new

svn commit: r1209343 - /cassandra/branches/cassandra-1.0/bin/cqlsh

2011-12-01 Thread jbellis
Author: jbellis Date: Fri Dec 2 03:01:05 2011 New Revision: 1209343 URL: http://svn.apache.org/viewvc?rev=1209343view=rev Log: update cqlsh to find a python = 2.5, if possible patch by Paul Cannon; reviewed by jbellis for CASSANDRA-3457 Modified: cassandra/branches/cassandra-1.0/bin/cqlsh

[jira] [Updated] (CASSANDRA-3532) Compaction cleanupIfNecessary costly when many files in data dir

2011-12-01 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3532: -- Attachment: 3532-v2.txt v2 attached, with the new approach moved into

[jira] [Updated] (CASSANDRA-3532) Compaction cleanupIfNecessary costly when many files in data dir

2011-12-01 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3532: -- Reviewer: jbellis Assignee: Eric Parusel Compaction cleanupIfNecessary

[jira] [Updated] (CASSANDRA-3536) Assertion error during bootstraping cassandra

2011-12-01 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3536: -- Reviewer: bcoverston Affects Version/s: (was: 1.0.3)

[jira] [Updated] (CASSANDRA-3536) Assertion error during bootstraping cassandra

2011-12-01 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3536: -- Attachment: 3536.txt LeveledManifest.promote only really knows how to handle

[jira] [Updated] (CASSANDRA-3553) value validator in the cli does not pick up

2011-12-01 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3553: -- Reviewer: cywjackson Component/s: Tools Fix Version/s: 1.0.6

[jira] [Resolved] (CASSANDRA-3306) Error in LeveledCompactionStrategy

2011-12-01 Thread Jonathan Ellis (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis resolved CASSANDRA-3306. --- Resolution: Cannot Reproduce Fix Version/s: (was: 1.0.6) Joe, your

[jira] [Updated] (CASSANDRA-3374) CQL can't create column with compression or that use leveled compaction

2011-12-01 Thread Jonathan Ellis (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-3374: -- Reviewer: xedin (was: jbellis) Component/s: (was: Core)

[jira] [Commented] (CASSANDRA-3538) Remove columns shadowed by a deleted container even when we cannot purge

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161434#comment-13161434 ] Jonathan Ellis commented on CASSANDRA-3538: --- gcBefore of MAX_VALUE means

[jira] [Created] (CASSANDRA-3554) Hints are not replayed unless node was marked down

2011-12-01 Thread Jonathan Ellis (Created) (JIRA)
Hints are not replayed unless node was marked down -- Key: CASSANDRA-3554 URL: https://issues.apache.org/jira/browse/CASSANDRA-3554 Project: Cassandra Issue Type: Bug Reporter:

[jira] [Commented] (CASSANDRA-3554) Hints are not replayed unless node was marked down

2011-12-01 Thread Jonathan Ellis (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161436#comment-13161436 ] Jonathan Ellis commented on CASSANDRA-3554: --- Unclear how we should tell when

[jira] [Commented] (CASSANDRA-3536) Assertion error during bootstraping cassandra

2011-12-01 Thread Benjamin Coverston (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161439#comment-13161439 ] Benjamin Coverston commented on CASSANDRA-3536: --- +1

[jira] [Created] (CASSANDRA-3555) Bootstrapping to handle more failure

2011-12-01 Thread Vijay (Created) (JIRA)
Bootstrapping to handle more failure Key: CASSANDRA-3555 URL: https://issues.apache.org/jira/browse/CASSANDRA-3555 Project: Cassandra Issue Type: Improvement Components: Core Affects

[jira] [Commented] (CASSANDRA-3537) JVM heap is full and GC take no effect ,so many NonBlockingHashMap objects in heap

2011-12-01 Thread MaHaiyang (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161451#comment-13161451 ] MaHaiyang commented on CASSANDRA-3537: -- Heap memory can not be GC again in my

[jira] [Issue Comment Edited] (CASSANDRA-3537) JVM heap is full and GC take no effect ,so many NonBlockingHashMap objects in heap

2011-12-01 Thread MaHaiyang (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-3537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13161451#comment-13161451 ] MaHaiyang edited comment on CASSANDRA-3537 at 12/2/11 6:52 AM: