[jira] [Created] (CASSANDRA-9907) Select from compact storage table with no data in cqlsh shows incorrect columns on trunk

2015-07-28 Thread Mike Adamson (JIRA)
Mike Adamson created CASSANDRA-9907: --- Summary: Select from compact storage table with no data in cqlsh shows incorrect columns on trunk Key: CASSANDRA-9907 URL:

[jira] [Comment Edited] (CASSANDRA-9862) Missing sstable files seen some time after the same file is logged as being part of a compaction

2015-07-28 Thread Mark Curtis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14643996#comment-14643996 ] Mark Curtis edited comment on CASSANDRA-9862 at 7/28/15 7:38 AM:

[jira] [Commented] (CASSANDRA-9846) CassandraDaemon fails to start due to FileNotFoundException

2015-07-28 Thread Will Zhang (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644003#comment-14644003 ] Will Zhang commented on CASSANDRA-9846: --- FYI - upgraded to 2.2.0. Have not seen

[jira] [Comment Edited] (CASSANDRA-9862) Missing sstable files seen some time after the same file is logged as being part of a compaction

2015-07-28 Thread Mark Curtis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14643996#comment-14643996 ] Mark Curtis edited comment on CASSANDRA-9862 at 7/28/15 7:38 AM:

[jira] [Commented] (CASSANDRA-9896) Add ability to disable commitlog recycling

2015-07-28 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644042#comment-14644042 ] Benedict commented on CASSANDRA-9896: - For very low concurrency (threads=1) and

[1/3] cassandra git commit: Make choice of SSTableReader types explicit

2015-07-28 Thread benedict
Repository: cassandra Updated Branches: refs/heads/trunk a8c50b814 - ad8cad7c4 http://git-wip-us.apache.org/repos/asf/cassandra/blob/ad8cad7c/test/unit/org/apache/cassandra/io/sstable/SSTableMetadataTest.java -- diff --git

[2/3] cassandra git commit: Make choice of SSTableReader types explicit

2015-07-28 Thread benedict
http://git-wip-us.apache.org/repos/asf/cassandra/blob/ad8cad7c/test/unit/org/apache/cassandra/cql3/validation/miscellaneous/CrcCheckChanceTest.java -- diff --git

[3/3] cassandra git commit: Make choice of SSTableReader types explicit

2015-07-28 Thread benedict
Make choice of SSTableReader types explicit All accessors of a collection of SSTableReader must now specify whether they desire the LIVE or CANONICAL set, so that no internal clients are accidentally exposed to a partial sstable they are not capable of safely handling. patch by benedict;

[jira] [Commented] (CASSANDRA-9188) cqlsh does not display properly the modified UDTs

2015-07-28 Thread Stefan Podkowinski (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644141#comment-14644141 ] Stefan Podkowinski commented on CASSANDRA-9188: --- This issues should be

[jira] [Updated] (CASSANDRA-9906) get_slice and multiget_slice failing on trunk

2015-07-28 Thread Mike Adamson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Adamson updated CASSANDRA-9906: Description: {{get_slice}} and {{multiget_slice}} are failing on trunk with the

[jira] [Commented] (CASSANDRA-9888) BTreeBackedRow and ComplexColumnData

2015-07-28 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644098#comment-14644098 ] Benedict commented on CASSANDRA-9888: - Thanks. I've pushed a version that I hope

[jira] [Commented] (CASSANDRA-9888) BTreeBackedRow and ComplexColumnData

2015-07-28 Thread Branimir Lambov (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14643963#comment-14643963 ] Branimir Lambov commented on CASSANDRA-9888: The code looks good. Several

[jira] [Commented] (CASSANDRA-9862) Missing sstable files seen some time after the same file is logged as being part of a compaction

2015-07-28 Thread Mark Curtis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14643996#comment-14643996 ] Mark Curtis commented on CASSANDRA-9862: The customer also uploaded these logs

[jira] [Created] (CASSANDRA-9906) get_slice and multiget_slice failing on trunk

2015-07-28 Thread Mike Adamson (JIRA)
Mike Adamson created CASSANDRA-9906: --- Summary: get_slice and multiget_slice failing on trunk Key: CASSANDRA-9906 URL: https://issues.apache.org/jira/browse/CASSANDRA-9906 Project: Cassandra

[jira] [Commented] (CASSANDRA-8894) Our default buffer size for (uncompressed) buffered reads should be smaller, and based on the expected record size

2015-07-28 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644161#comment-14644161 ] Benedict commented on CASSANDRA-8894: - [~stefania]: could you rebase again, and

[jira] [Commented] (CASSANDRA-9699) Make choice of sstable reader types explicit

2015-07-28 Thread Marcus Eriksson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644093#comment-14644093 ] Marcus Eriksson commented on CASSANDRA-9699: +1 with a few tiny nits

[06/12] cassandra git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

2015-07-28 Thread yukim
Merge branch 'cassandra-2.0' into cassandra-2.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/73952075 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/73952075 Diff:

[12/12] cassandra git commit: Merge branch 'cassandra-2.2' into trunk

2015-07-28 Thread yukim
Merge branch 'cassandra-2.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3e75d5a6 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/3e75d5a6 Diff:

[04/12] cassandra git commit: Don't track hotness when opening from snapshot for validation

2015-07-28 Thread yukim
Don't track hotness when opening from snapshot for validation patch by yukim; reveiwed by benedict for CASSANDRA-9382 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/878d6164 Tree:

[05/12] cassandra git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

2015-07-28 Thread yukim
Merge branch 'cassandra-2.0' into cassandra-2.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/73952075 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/73952075 Diff:

[03/12] cassandra git commit: Don't track hotness when opening from snapshot for validation

2015-07-28 Thread yukim
Don't track hotness when opening from snapshot for validation patch by yukim; reveiwed by benedict for CASSANDRA-9382 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/878d6164 Tree:

[09/12] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2015-07-28 Thread yukim
Merge branch 'cassandra-2.1' into cassandra-2.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a96b207c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a96b207c Diff:

[jira] [Commented] (CASSANDRA-9908) Potential race caused by async cleanup of transaction log files

2015-07-28 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645277#comment-14645277 ] Stefania commented on CASSANDRA-9908: - Regardless of indexes, I think it should be

[jira] [Commented] (CASSANDRA-7066) Simplify (and unify) cleanup of compaction leftovers

2015-07-28 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645359#comment-14645359 ] Jonathan Ellis commented on CASSANDRA-7066: --- /cc [~nickmbailey] Simplify

[jira] [Commented] (CASSANDRA-7066) Simplify (and unify) cleanup of compaction leftovers

2015-07-28 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645384#comment-14645384 ] Stefania commented on CASSANDRA-7066: - Discussion on sstablelister starts at [this

[jira] [Resolved] (CASSANDRA-9905) java.lang.UnsupportedOperationException: Cannot replace token -1001788656252636046 which does not exist!

2015-07-28 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefania resolved CASSANDRA-9905. - Resolution: Duplicate Yes it is a duplicate, closing it in favor of CASSANDRA-9871.

[10/12] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2015-07-28 Thread yukim
http://git-wip-us.apache.org/repos/asf/cassandra/blob/a96b207c/src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java -- diff --cc src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java index

[01/12] cassandra git commit: Don't track hotness when opening from snapshot for validation

2015-07-28 Thread yukim
Repository: cassandra Updated Branches: refs/heads/cassandra-2.0 573a1d115 - 878d61642 refs/heads/cassandra-2.1 94c826e85 - 739520752 refs/heads/cassandra-2.2 0ba915d93 - a96b207c3 refs/heads/trunk 59a28615c - 3e75d5a62 Don't track hotness when opening from snapshot for validation patch

[11/12] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2015-07-28 Thread yukim
Merge branch 'cassandra-2.1' into cassandra-2.2 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a96b207c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a96b207c Diff:

[08/12] cassandra git commit: Merge branch 'cassandra-2.1' into cassandra-2.2

2015-07-28 Thread yukim
http://git-wip-us.apache.org/repos/asf/cassandra/blob/a96b207c/src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java -- diff --cc src/java/org/apache/cassandra/io/sstable/format/SSTableReader.java index

[07/12] cassandra git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

2015-07-28 Thread yukim
Merge branch 'cassandra-2.0' into cassandra-2.1 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/73952075 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/73952075 Diff:

[02/12] cassandra git commit: Don't track hotness when opening from snapshot for validation

2015-07-28 Thread yukim
Don't track hotness when opening from snapshot for validation patch by yukim; reveiwed by benedict for CASSANDRA-9382 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/878d6164 Tree:

[jira] [Commented] (CASSANDRA-9880) ScrubTest.testScrubOutOfOrder should generate test file on the fly

2015-07-28 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645334#comment-14645334 ] Stefania commented on CASSANDRA-9880: - The code is +1 but we need to rebase. There

[jira] [Comment Edited] (CASSANDRA-7066) Simplify (and unify) cleanup of compaction leftovers

2015-07-28 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645385#comment-14645385 ] Stefania edited comment on CASSANDRA-7066 at 7/29/15 2:51 AM:

[jira] [Commented] (CASSANDRA-9581) pig-tests spend time waiting on /dev/random for SecureRandom

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644261#comment-14644261 ] Aleksey Yeschenko commented on CASSANDRA-9581: -- [~aweisberg] Could you

[1/2] cassandra git commit: Use BTree to back default Row and ComplexColumnData objects

2015-07-28 Thread benedict
Repository: cassandra Updated Branches: refs/heads/trunk de420e50e - 639d4b240 http://git-wip-us.apache.org/repos/asf/cassandra/blob/639d4b24/src/java/org/apache/cassandra/db/rows/ColumnData.java -- diff --git

[2/2] cassandra git commit: Use BTree to back default Row and ComplexColumnData objects

2015-07-28 Thread benedict
Use BTree to back default Row and ComplexColumnData objects patch by benedict; reviewed by branimir for CASSANDRA-9888 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/639d4b24 Tree:

[jira] [Commented] (CASSANDRA-9910) system_drop_column_family hangs on trunk

2015-07-28 Thread Mike Adamson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644401#comment-14644401 ] Mike Adamson commented on CASSANDRA-9910: - This also affects

[jira] [Updated] (CASSANDRA-9905) java.lang.UnsupportedOperationException: Cannot replace token -1001788656252636046 which does not exist!

2015-07-28 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-9905: --- Fix Version/s: 2.1.x java.lang.UnsupportedOperationException: Cannot replace

[jira] [Updated] (CASSANDRA-9790) CommitLogUpgradeTest.test{20,21} failure

2015-07-28 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-9790: -- Assignee: Ariel Weisberg (was: Sylvain Lebresne) CommitLogUpgradeTest.test{20,21}

cassandra git commit: Reduce IOP cost for small reads

2015-07-28 Thread benedict
Repository: cassandra Updated Branches: refs/heads/trunk a59be2693 - 6422e3476 Reduce IOP cost for small reads Makes default buffer size for (uncompressed) buffered reads smaller, based on the expected partition size patch by stefania; reviewed by benedict for CASSANDRA-8894 Project:

[jira] [Resolved] (CASSANDRA-8242) Benchmark UDF flavors

2015-07-28 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp resolved CASSANDRA-8242. - Resolution: Later Assignee: (was: Robert Stupp) Fix Version/s:

[jira] [Commented] (CASSANDRA-9533) Make batch commitlog mode easier to tune

2015-07-28 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644344#comment-14644344 ] Jonathan Ellis commented on CASSANDRA-9533: --- I think this goes without

cassandra git commit: loadConfig() called twice on startup

2015-07-28 Thread snazy
Repository: cassandra Updated Branches: refs/heads/trunk ad8cad7c4 - de420e50e loadConfig() called twice on startup patch by Robert Stupp; reviewed by Jonathan Ellis for CASSANDRA-9853 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-9801) Use vints where it makes sense

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644415#comment-14644415 ] Aleksey Yeschenko commented on CASSANDRA-9801: -- LGTM. Committed to trunk

[jira] [Updated] (CASSANDRA-9673) Improve batchlog write path

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-9673: - Reviewer: Aleksey Yeschenko Improve batchlog write path

[jira] [Commented] (CASSANDRA-9086) CAS precondition mismatch - row is still inserted

2015-07-28 Thread Vladimir (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644108#comment-14644108 ] Vladimir commented on CASSANDRA-9086: - Carl, could you please explain how in

[jira] [Commented] (CASSANDRA-9853) loadConfig() called twice on startup

2015-07-28 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644350#comment-14644350 ] Jonathan Ellis commented on CASSANDRA-9853: --- +1 loadConfig() called twice

[jira] [Updated] (CASSANDRA-9853) loadConfig() called twice on startup

2015-07-28 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-9853: -- Reviewer: Jonathan Ellis (was: Aleksey Yeschenko) loadConfig() called twice on

[jira] [Resolved] (CASSANDRA-9886) TIMESTAMP - allow USING TIMESTAMP at end of mutation CQL

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko resolved CASSANDRA-9886. -- Resolution: Not A Problem Fix Version/s: (was: 2.1.x) TIMESTAMP

[jira] [Comment Edited] (CASSANDRA-9910) system_drop_column_family hangs on trunk

2015-07-28 Thread Mike Adamson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644409#comment-14644409 ] Mike Adamson edited comment on CASSANDRA-9910 at 7/28/15 2:14 PM:

[jira] [Commented] (CASSANDRA-9910) system_drop_column_family hangs on trunk

2015-07-28 Thread Mike Adamson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644409#comment-14644409 ] Mike Adamson commented on CASSANDRA-9910: - This also affects {{truncate}}

[jira] [Updated] (CASSANDRA-7237) Optimize batchlog manager to avoid full scans

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-7237: - Fix Version/s: (was: 3.x) 3.0.0 rc1 Optimize batchlog

[jira] [Updated] (CASSANDRA-8894) Our default buffer size for (uncompressed) buffered reads should be smaller, and based on the expected record size

2015-07-28 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedict updated CASSANDRA-8894: Fix Version/s: (was: 3.x) 3.0 alpha 1 Our default buffer size for

[jira] [Commented] (CASSANDRA-9265) Add checksum to saved cache files

2015-07-28 Thread Chris Burroughs (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644399#comment-14644399 ] Chris Burroughs commented on CASSANDRA-9265: Do the local dev corruptoin

cassandra git commit: Expand use of vints

2015-07-28 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk 639d4b240 - a59be2693 Expand use of vints patch by Sylvain Lebresne; reviewed by Aleksey Yeschenko for CASSANDRA-9801 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-7066) Simplify (and unify) cleanup of compaction leftovers

2015-07-28 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644421#comment-14644421 ] Benedict commented on CASSANDRA-7066: - [~stefania]: jake has correctly pointed out

[jira] [Updated] (CASSANDRA-9880) ScrubTest.testScrubOutOfOrder should generate test file on the fly

2015-07-28 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-9880: -- Reviewer: Stefania [~Stefania] to review ScrubTest.testScrubOutOfOrder should

[jira] [Updated] (CASSANDRA-9854) Make CompactionController.maybeRefreshOverlaps public

2015-07-28 Thread Mike Adamson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Adamson updated CASSANDRA-9854: Fix Version/s: (was: 3.0.x) 3.0.0 rc1 Make

[jira] [Updated] (CASSANDRA-9775) some paging dtests fail/flap on trunk

2015-07-28 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Ellis updated CASSANDRA-9775: -- Reviewer: Benjamin Lerer some paging dtests fail/flap on trunk

[jira] [Updated] (CASSANDRA-8143) Partitioner should not be accessed through StorageService

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-8143: - Reviewer: Aleksey Yeschenko Partitioner should not be accessed through

[jira] [Commented] (CASSANDRA-8143) Partitioner should not be accessed through StorageService

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1468#comment-1468 ] Aleksey Yeschenko commented on CASSANDRA-8143: -- Could you please rebase

[jira] [Commented] (CASSANDRA-8894) Our default buffer size for (uncompressed) buffered reads should be smaller, and based on the expected record size

2015-07-28 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1466#comment-1466 ] Benedict commented on CASSANDRA-8894: - Thanks. Committed. I'll hold off closing

[jira] [Commented] (CASSANDRA-7066) Simplify (and unify) cleanup of compaction leftovers

2015-07-28 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645489#comment-14645489 ] Stefania commented on CASSANDRA-7066: - [~benedict] first basic single log file

[jira] [Commented] (CASSANDRA-7066) Simplify (and unify) cleanup of compaction leftovers

2015-07-28 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14645494#comment-14645494 ] Stefania commented on CASSANDRA-7066: - CI:

[jira] [Commented] (CASSANDRA-9908) Potential race caused by async cleanup of transaction log files

2015-07-28 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644519#comment-14644519 ] Sam Tunnicliffe commented on CASSANDRA-9908: No, an index cfs doesn't have

[jira] [Commented] (CASSANDRA-9896) Add ability to disable commitlog recycling

2015-07-28 Thread Brandon Williams (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644561#comment-14644561 ] Brandon Williams commented on CASSANDRA-9896: - I am +1 on this for the

[jira] [Commented] (CASSANDRA-9382) Snapshot file descriptors not getting purged (possible fd leak)

2015-07-28 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644592#comment-14644592 ] Benedict commented on CASSANDRA-9382: - +1. This bug shouldn't affect 2.1+,

[jira] [Commented] (CASSANDRA-9741) cfhistograms dtest flaps on trunk and 2.2

2015-07-28 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644593#comment-14644593 ] Ariel Weisberg commented on CASSANDRA-9741: --- Pull request removing the flaky

[jira] [Comment Edited] (CASSANDRA-9905) java.lang.UnsupportedOperationException: Cannot replace token -1001788656252636046 which does not exist!

2015-07-28 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644492#comment-14644492 ] Philip Thompson edited comment on CASSANDRA-9905 at 7/28/15 3:00 PM:

[jira] [Commented] (CASSANDRA-9905) java.lang.UnsupportedOperationException: Cannot replace token -1001788656252636046 which does not exist!

2015-07-28 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644492#comment-14644492 ] Philip Thompson commented on CASSANDRA-9905: [~Stefania], can you confirm

[jira] [Updated] (CASSANDRA-9886) TIMESTAMP - allow USING TIMESTAMP at end of mutation CQL

2015-07-28 Thread Constance Eustace (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Constance Eustace updated CASSANDRA-9886: - Description: UPDATE: I didn't read the 2.1 docs, I was reading 2.0 docs.

[jira] [Commented] (CASSANDRA-9581) pig-tests spend time waiting on /dev/random for SecureRandom

2015-07-28 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644485#comment-14644485 ] Ariel Weisberg commented on CASSANDRA-9581: --- Here is a 2.2 patch

[jira] [Commented] (CASSANDRA-9895) Batchlog RF1 writes to a single node but not itself.

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644484#comment-14644484 ] Aleksey Yeschenko commented on CASSANDRA-9895: -- On the other hand, the

[jira] [Commented] (CASSANDRA-9908) Potential race caused by async cleanup of transaction log files

2015-07-28 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644500#comment-14644500 ] Benedict commented on CASSANDRA-9908: - Hmm. So our secondary index files don't use

[2/2] cassandra git commit: Merge branch 'cassandra-2.2' into trunk

2015-07-28 Thread aleksey
Merge branch 'cassandra-2.2' into trunk Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fb10df21 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fb10df21 Diff:

[1/2] cassandra git commit: Get entropy from /dev/urandom for unit tests

2015-07-28 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/trunk 3879bfd1e - fb10df212 Get entropy from /dev/urandom for unit tests patch by Ariel Weisberg; reviewed by Aleksey Yeschenko for CASSANDRA-9581 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-9581) pig-tests spend time waiting on /dev/random for SecureRandom

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644512#comment-14644512 ] Aleksey Yeschenko commented on CASSANDRA-9581: -- Thanks. Committed as

[jira] [Commented] (CASSANDRA-7392) Abort in-progress queries that time out

2015-07-28 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644556#comment-14644556 ] Ariel Weisberg commented on CASSANDRA-7392: --- bq. The core issue is how to

[jira] [Commented] (CASSANDRA-9741) cfhistograms dtest flaps on trunk and 2.2

2015-07-28 Thread Ariel Weisberg (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644467#comment-14644467 ] Ariel Weisberg commented on CASSANDRA-9741: --- This kind of looks like

[jira] [Updated] (CASSANDRA-9906) get_slice and multiget_slice failing on trunk

2015-07-28 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-9906: --- Assignee: Tyler Hobbs get_slice and multiget_slice failing on trunk

[jira] [Commented] (CASSANDRA-9895) Batchlog RF1 writes to a single node but not itself.

2015-07-28 Thread Jonathan Ellis (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644552#comment-14644552 ] Jonathan Ellis commented on CASSANDRA-9895: --- The idea was that the batchlog

cassandra git commit: fix build

2015-07-28 Thread benedict
Repository: cassandra Updated Branches: refs/heads/trunk a7f41345a - 3879bfd1e fix build Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/3879bfd1 Tree:

cassandra git commit: Get entropy from /dev/urandom for unit tests

2015-07-28 Thread aleksey
Repository: cassandra Updated Branches: refs/heads/cassandra-2.2 fcb5bd67d - ae179e453 Get entropy from /dev/urandom for unit tests patch by Ariel Weisberg; reviewed by Aleksey Yeschenko for CASSANDRA-9581 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit:

[jira] [Commented] (CASSANDRA-9265) Add checksum to saved cache files

2015-07-28 Thread Daniel Chia (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644524#comment-14644524 ] Daniel Chia commented on CASSANDRA-9265: [~cburroughs] They do not, ours tend

cassandra git commit: Strong Leak Detection

2015-07-28 Thread benedict
Repository: cassandra Updated Branches: refs/heads/trunk 6422e3476 - a7f41345a Strong Leak Detection When -Dcassandra.debugrefcount=true the globally extant Ref instances will be walked looking for instances that cannot ordinarily be reached, and for circular self references. Errors will be

[jira] [Updated] (CASSANDRA-9895) Batchlog RF1 writes to a single node but not itself.

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9895?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko updated CASSANDRA-9895: - Fix Version/s: (was: 3.0 alpha 1) 3.0 beta 1 Batchlog

[jira] [Updated] (CASSANDRA-9910) system_drop_column_family hangs on trunk

2015-07-28 Thread Philip Thompson (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Philip Thompson updated CASSANDRA-9910: --- Assignee: Tyler Hobbs system_drop_column_family hangs on trunk

[jira] [Commented] (CASSANDRA-9908) Potential race caused by async cleanup of transaction log files

2015-07-28 Thread Benedict (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644539#comment-14644539 ] Benedict commented on CASSANDRA-9908: - Doesn't that sort of obviate much of the

[jira] [Commented] (CASSANDRA-8894) Our default buffer size for (uncompressed) buffered reads should be smaller, and based on the expected record size

2015-07-28 Thread Stefania (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644215#comment-14644215 ] Stefania commented on CASSANDRA-8894: - I've just rebased it, CI is still running

[jira] [Commented] (CASSANDRA-9836) Allow comments on CQL table columns

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644237#comment-14644237 ] Aleksey Yeschenko commented on CASSANDRA-9836: -- Relevant [blog

[jira] [Updated] (CASSANDRA-7066) Simplify (and unify) cleanup of compaction leftovers

2015-07-28 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-7066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-7066: --- Fix Version/s: (was: 3.x) 3.0 alpha 1 Simplify (and

[jira] [Commented] (CASSANDRA-9836) Allow comments on CQL table columns

2015-07-28 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644238#comment-14644238 ] Robert Stupp commented on CASSANDRA-9836: - Also functions and aggregates (and

[jira] [Resolved] (CASSANDRA-9907) Select from compact storage table with no data in cqlsh shows incorrect columns on trunk

2015-07-28 Thread Aleksey Yeschenko (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aleksey Yeschenko resolved CASSANDRA-9907. -- Resolution: Duplicate Fix Version/s: (was: 3.0.0 rc1) This one

[jira] [Created] (CASSANDRA-9910) system_drop_column_family hangs on trunk

2015-07-28 Thread Mike Adamson (JIRA)
Mike Adamson created CASSANDRA-9910: --- Summary: system_drop_column_family hangs on trunk Key: CASSANDRA-9910 URL: https://issues.apache.org/jira/browse/CASSANDRA-9910 Project: Cassandra

[jira] [Resolved] (CASSANDRA-8289) Allow users to debug/test UDF

2015-07-28 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-8289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp resolved CASSANDRA-8289. - Resolution: Later Fix Version/s: (was: 3.x) Difficult to implement right -

[jira] [Commented] (CASSANDRA-9423) Improve Leak Detection to cover strong reference leaks

2015-07-28 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14644228#comment-14644228 ] Robert Stupp commented on CASSANDRA-9423: - The patch generally LGTM. Just a

[jira] [Updated] (CASSANDRA-9853) loadConfig() called twice on startup

2015-07-28 Thread Robert Stupp (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9853?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Stupp updated CASSANDRA-9853: Attachment: 9853.txt Attached patch removes the log spam (but doesn't change the

[jira] [Updated] (CASSANDRA-9908) Potential race caused by async cleanup of transaction log files

2015-07-28 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-9908: --- Fix Version/s: 3.0 beta 1 Potential race caused by async cleanup of transaction

[jira] [Updated] (CASSANDRA-9908) Potential race caused by async cleanup of transaction log files

2015-07-28 Thread Sam Tunnicliffe (JIRA)
[ https://issues.apache.org/jira/browse/CASSANDRA-9908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Tunnicliffe updated CASSANDRA-9908: --- Since Version: 3.x Potential race caused by async cleanup of transaction log

  1   2   >