You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2014/06/07 19:27:01 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14020884#comment-14020884 ] 

Christopher Tubbs commented on ACCUMULO-2869:
---------------------------------------------

This issue needs an affectedVersion.

> 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
>            Reporter: Ted Yu
>            Priority: Minor
>
> {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)