Eric Shu created GEODE-2882:
-------------------------------
Summary: An IllegalStateException: attempting to hash null is
thrown during transactional putAll when region is destroyed
Key: GEODE-2882
URL: https://issues.apache.org/jira/browse/GEODE-2882
Project: Geode
Issue Type: Bug
Components: regions
Reporter: Eric Shu
Bellow is the stack that throws the Exception.
{noformat}
util.TestException: java.lang.IllegalStateException: attempting to hash null
at
com.gemstone.gemfire.internal.cache.PartitionedRegionHelper.getHashKey(PartitionedRegionHelper.java:618)
at
com.gemstone.gemfire.internal.cache.PartitionedRegionHelper.getHashKey(PartitionedRegionHelper.java:522)
at
com.gemstone.gemfire.internal.cache.PartitionedRegion.getOwnerForKey(PartitionedRegion.java:10035)
at
com.gemstone.gemfire.internal.cache.TXStateProxyImpl.getRealDeal(TXStateProxyImpl.java:153)
at
com.gemstone.gemfire.internal.cache.TXStateProxyImpl.postRemoveAll(TXStateProxyImpl.java:953)
at
com.gemstone.gemfire.internal.cache.LocalRegion.basicRemoveAll(LocalRegion.java:10413)
at
com.gemstone.gemfire.internal.cache.LocalRegion.removeAll(LocalRegion.java:9989)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)