[ https://issues.apache.org/jira/browse/ACCUMULO-2869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14021208#comment-14021208 ]
Ted Yu commented on ACCUMULO-2869: ---------------------------------- Thanks, Josh - you're so fast. > 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 > 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)