BTreeMap: possible value leak
Config: BTreeMap with values outside nodes

BTreeMap::put2 with parameter putOnlyIfAbsent=true, <key> is already in Map so there is nothing to change. But value is stored to engine at line 1034.
