[
https://issues.apache.org/jira/browse/MAVIBOT-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved MAVIBOT-49.
--------------------------------------
Resolution: Fixed
Fixed with http://svn.apache.org/r1661949
> Bulkloading values when the number of values > threshold does not work
> ----------------------------------------------------------------------
>
> Key: MAVIBOT-49
> URL: https://issues.apache.org/jira/browse/MAVIBOT-49
> Project: Mavibot
> Issue Type: Bug
> Affects Versions: 1.0.0-M6
> Reporter: Emmanuel Lecharny
> Assignee: Emmanuel Lecharny
> Fix For: 1.0.0-M7
>
>
> When the number of values associated with a key is above the maximum
> threshold, we switch to a sub-btree. The pb is that this sub-btree is not
> bulkloaded, and we fail to get the correct offset of this sub-btree.
> Atm, we should simply create an array of values, which works. The first time
> we will update this key, the array will be transformed to a btree.
> A better fix would be to bulk load the sub-btree later, and update the page
> poitining to the bulkloaded subbtree.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)