Swapnil Bawaskar created GEODE-1099:
---------------------------------------

             Summary: 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


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)

Reply via email to