zstan commented on code in PR #12825:
URL: https://github.com/apache/ignite/pull/12825#discussion_r2877287186
##########
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxStateImpl.java:
##########
@@ -293,6 +297,16 @@ public class IgniteTxStateImpl extends
IgniteTxLocalStateAdapter {
/** {@inheritDoc} */
@Override public boolean storeWriteThrough(GridCacheSharedContext sctx) {
+ if (storeWriteThrough != null)
Review Comment:
i made simple thing:
just write naive log here : System.err.println("!! storeWriteThrough " +
hashCode());
run TxWithExceptionalInterceptorTest#testTxWithExceptionInterceptor
and found numerous of occurence with equal hash code, thus i suppose it
helpful
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]