You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dan Kinder (JIRA)" <ji...@apache.org> on 2015/06/18 23:54:01 UTC

[jira] [Commented] (CASSANDRA-8816) Dropping Keyspace too slow on Windows

    [ https://issues.apache.org/jira/browse/CASSANDRA-8816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14592603#comment-14592603 ] 

Dan Kinder commented on CASSANDRA-8816:
---------------------------------------

I am seeing the same on one of our Centos 6 boxes. According to the log Cassandra is taking >10s flushing a whole bunch of memtables, which is a bit disruptive for our own unit tests.

> Dropping Keyspace too slow on Windows
> -------------------------------------
>
>                 Key: CASSANDRA-8816
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-8816
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Philip Thompson
>            Assignee: Joshua McKenzie
>            Priority: Trivial
>              Labels: Windows
>             Fix For: 3.x
>
>
> The dtests {{secondary_indexes_test.py:TestSecondaryIndexes.test_6924_dropping_ks}} and {{secondary_indexes_test.py:TestSecondaryIndexes.test_6924_dropping_cf}} are failing on 2.1-head and trunk on windows. They are running into the client side 10s timeout when dropping a keyspace. 
> The tests create and drop the same keyspace 10 times, and only fourth or fifth iterations of this loop run into the timeout. Raising the timeout to 20s solves the issue. It is not occurring on linux. The keyspace is still being dropped correctly, so this is labeled 'Improvement'



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)