You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/07 17:17:25 UTC

[jira] [Commented] (ACCUMULO-4180) InMemoryMapIT has a few bugs

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

ASF GitHub Bot commented on ACCUMULO-4180:
------------------------------------------

GitHub user mjwall opened a pull request:

    https://github.com/apache/accumulo/pull/88

    ACCUMULO-4180 Fix bugs Josh found in InMemoryMapIT

    Exposed a bug in InMemoryMap setting the map type, which is fixed as well.
    
    closes ACCUMULO-4180

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mjwall/accumulo 4180-InMemoryMapIT-bugs

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/accumulo/pull/88.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #88
    
----
commit 41fb7425b2ef71d199a80d7461b39206041ed024
Author: Michael Wall <mj...@gmail.com>
Date:   2016-04-07T14:34:51Z

    ACCUMULO-4180 Fix bugs Josh found in InMemoryMapIT
    
    Exposed a bug in InMemoryMap setting the map type, which is fixed as well.

----


> InMemoryMapIT has a few bugs
> ----------------------------
>
>                 Key: ACCUMULO-4180
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4180
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 1.6.5, 1.7.1
>            Reporter: Michael Wall
>            Assignee: Michael Wall
>            Priority: Minor
>
> When [~elserj] was merging in ACCUMULO-4148, he found a couple of small issues that need to be fixed.
> * Use multiple locality groups at https://github.com/apache/accumulo/blob/1.6/test/src/test/java/org/apache/accumulo/test/InMemoryMapIT.java#L305
> * LocalityGroupMapWithNative should use 'true' to actually make a native map
> Can use the constants at https://github.com/apache/accumulo/blob/1.6/server/tserver/src/main/java/org/apache/accumulo/tserver/InMemoryMap.java#L198 to verify the correct maps are created.



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