[
https://issues.apache.org/jira/browse/GEODE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300956#comment-15300956
]
ASF subversion and git services commented on GEODE-1296:
--------------------------------------------------------
Commit 6c626b7ebc134d85160ff2d253ed12762fe49728 in incubator-geode's branch
refs/heads/develop from [~khowe]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=6c626b7 ]
GEODE-1296: change conditional in getRawBytes to assert
> OffHeapStoredObject.getRawBytes should assert that it is not called on
> compressed data
> --------------------------------------------------------------------------------------
>
> Key: GEODE-1296
> URL: https://issues.apache.org/jira/browse/GEODE-1296
> Project: Geode
> Issue Type: Bug
> Components: offheap
> Reporter: Darrel Schneider
> Assignee: Kenneth Howe
>
> The current code does this:
> if (isCompressed()) {
> throw new UnsupportedOperationException();
> }
> It would be more clear if it just did this:
> assert !isCompressed();
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)