You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/06/08 08:33:02 UTC

[jira] [Assigned] (ACCUMULO-2869) Wrong method called on WriteParameters in Tablet#createTableConfiguration()

     [ https://issues.apache.org/jira/browse/ACCUMULO-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Josh Elser reassigned ACCUMULO-2869:
------------------------------------

    Assignee: Josh Elser

> Wrong method called on WriteParameters in Tablet#createTableConfiguration()
> ---------------------------------------------------------------------------
>
>                 Key: ACCUMULO-2869
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2869
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.6.0
>            Reporter: Ted Yu
>            Assignee: Josh Elser
>            Priority: Minor
>             Fix For: 1.6.1, 1.7.0
>
>
> {code}
>     if (p.getIndexBlockSize() > 0)
>       result.set(Property.TABLE_FILE_COMPRESSED_BLOCK_SIZE_INDEX, "" + p.getBlockSize());
> {code}
> getIndexBlockSize() should be called instead of getBlockSize() on the second line above.



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