You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ignite TC Bot (Jira)" <ji...@apache.org> on 2019/09/24 09:19:00 UTC

[jira] [Commented] (IGNITE-12206) Partition state validation warns are not printed to log

    [ https://issues.apache.org/jira/browse/IGNITE-12206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16936588#comment-16936588 ] 

Ignite TC Bot commented on IGNITE-12206:
----------------------------------------

{panel:title=Branch: [pull/6888/head] Base: [master] : No blockers found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--&gt; Run :: All* Results|https://ci.ignite.apache.org/viewLog.html?buildId=4617294&amp;buildTypeId=IgniteTests24Java8_RunAll]

> 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
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)