EdShangGG commented on a change in pull request #6330: IGNITE-11592 NPE in case 
of continuing tx and cache stop operation
URL: https://github.com/apache/ignite/pull/6330#discussion_r285580973
 
 

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxStateImpl.java
 ##########
 @@ -394,6 +399,8 @@
 
             GridCacheContext cacheCtx = cctx.cacheContext(cacheId);
 
+            assert cacheCtx != null : "cacheCtx == null";
 
 Review comment:
   What machinery does make this guarantee?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to