Stepachev Maksim created IGNITE-12206:
-----------------------------------------
Summary: Partition state validation warns are not printed to log
Key: IGNITE-12206
URL:
https://issues.apache.org/jira/browse/IGNITE-12206 Project: Ignite
Issue Type: Bug
Reporter: Stepachev Maksim
Assignee: Stepachev Maksim
GridDhtPartitionsExchangeFuture.java
{{}}
{code:java}
if (grpCtx == null
|| grpCtx.config().isReadThrough()
|| grpCtx.config().isWriteThrough()
|| grpCtx.config().getCacheStoreFactory() != null
|| grpCtx.config().getRebalanceDelay() == -1
|| grpCtx.config().getRebalanceMode() == CacheRebalanceMode.NONE
|| grpCtx.config().getExpiryPolicyFactory() == null
|| SKIP_PARTITION_SIZE_VALIDATION)
return null;{code}
{{}}
Looks like a typo, probably it should be grpCtx.config().getExpiryPolicyFactory() != null
--
This message was sent by Atlassian Jira
(v8.3.4#803005)