[
https://issues.apache.org/jira/browse/GEODE-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15198005#comment-15198005
]
ASF subversion and git services commented on GEODE-1099:
--------------------------------------------------------
Commit 79d2990eb2be920e93a5bb413830db0c8458fb91 in incubator-geode's branch
refs/heads/develop from [~swapnil.bawaskar]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=79d2990 ]
GEODE-1099: NPE thrown from TXManagerImpl.isDistributed()
fixing the DistTXManagerImplJUnitTest that was overriding the test added
in the last commit for this issue.
> NPE thrown from TXManagerImpl.isDistributed() when distributed system is
> shutting down
> --------------------------------------------------------------------------------------
>
> Key: GEODE-1099
> URL: https://issues.apache.org/jira/browse/GEODE-1099
> Project: Geode
> Issue Type: Bug
> Components: transactions
> Reporter: Swapnil Bawaskar
> Assignee: Swapnil Bawaskar
> Attachments: TXManagerImplNPE.diff
>
>
> When the distributed system is shutting down, TXManagerImpl.isDistributed()
> can throw the below NPE:
> {noformat}
> java.lang.NullPointerException
> at
> com.gemstone.gemfire.internal.cache.TXManagerImpl.isDistributed(TXManagerImpl.java:1507)
> at
> com.gemstone.gemfire.internal.cache.TXManagerImpJUnitTest.testIsDistributed(TXManagerImpJUnitTest.java:339)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
> Since the cache is closing down, a CacheClosedException should be thrown
> instead.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)