-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38029/
-----------------------------------------------------------
Review request for geode and Kirk Lund.
Bugs: GEODE-306
https://issues.apache.org/jira/browse/GEODE-306
Repository: geode
Description
-------
Before when a chunk of off-heap compressed memory tried to
get the type of the data stored in the chunk it needed to
decompress the data. Since it did not know what decompressor
to use it throw an UnsupportedOperationException.
Now for a compressed chunk it returns the DataType as either
a "compressed object of size xxx" or "compressed byte[xxx]".
Unit test coverage was added.
Diffs
-----
gemfire-core/src/main/java/com/gemstone/gemfire/internal/offheap/SimpleMemoryAllocatorImpl.java
29319e01b4447e6929ff2f25aea41fb4cf30893c
gemfire-core/src/test/java/com/gemstone/gemfire/internal/offheap/OffHeapValidationJUnitTest.java
79918727bf855795b79dd3dde7e83e8bf031eab5
Diff: https://reviews.apache.org/r/38029/diff/
Testing
-------
OffHeapValidationJUnitTest
Thanks,
Darrel Schneider