You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2014/07/08 22:36:05 UTC

[jira] [Commented] (CASSANDRA-6969) Use Unsafe Mutations Where Possible in Unit Tests

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

Jonathan Ellis commented on CASSANDRA-6969:
-------------------------------------------

What improvement do you see on your box from this?

> Use Unsafe Mutations Where Possible in Unit Tests
> -------------------------------------------------
>
>                 Key: CASSANDRA-6969
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6969
>             Project: Cassandra
>          Issue Type: Test
>          Components: Tests
>            Reporter: Tyler Hobbs
>            Assignee: Lyuben Todorov
>            Priority: Minor
>             Fix For: 2.1 rc3
>
>         Attachments: 0001-Use-unsafe-mutations-for-unit-tests.patch
>
>
> Since the test config uses the "batch" mode for the commitlog, safe writes are quite slow.  In tests that don't rely on safe writes, we should use unsafe writes.  This mostly consists of converting {{RowMutation.apply()}} calls into {{RowMutation.applyUnsafe()}} calls.



--
This message was sent by Atlassian JIRA
(v6.2#6252)