Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Much like GEODE-5534, if and off-heap region has an index and the off-heap value is a pdx with a String field, then the String the index references will be a PdxString instance that ends up keeping a byte array in the heap that is the size of the entire off-heap serialized value instead of just the size of the String field.
The fix for this should be much like GEODE-5534 but test for the region being offheap instead of having a compressor.