nizhikov commented on a change in pull request #9345:
URL: https://github.com/apache/ignite/pull/9345#discussion_r809936743
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/topology/GridDhtLocalPartition.java
##########
@@ -1001,7 +1001,7 @@ protected long clearAll(EvictionContext evictionCtx)
throws NodeStoppingExceptio
// and repeat clearing on applying updates from WAL if the record
was read.
// It's need for atomic cache only. Transactional cache start a
rebalance due to outdated counter in this case,
// because atomic and transactional caches use different partition
counters implementation.
- if (state() == MOVING && !recoveryMode && grp.walEnabled() &&
+ if (state() == MOVING && !recoveryMode && grp.persistenceEnabled()
&& grp.walEnabled() &&
Review comment:
Yes. `PartitionClearingStartRecord` should be logged only if
`persistenceEnabled`.
--
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]