Oak icon indicating copy to clipboard operation
Oak copied to clipboard

Hi, I find a strange problem about OakMap.remove()

Open fujian-zfj opened this issue 3 years ago • 7 comments

image

I don't quite understand why ctx.key.getSlice() is not released when OakMap.remove() is called, but only ctx.value.getSlice() is released. It is also because ctx.key.getSlice() is not released, the blocks are created one by one, and finally my process hangs because of outofmemory. image

fujian-zfj avatar Dec 28 '21 08:12 fujian-zfj