[
https://issues.apache.org/jira/browse/IGNITE-5597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16098981#comment-16098981
]
Konstantin Boudnik commented on IGNITE-5597:
--------------------------------------------
Thanks for committing the patch, [~dkarachentsev]dkarachentsev!
Please note, that patches need to be applied with {{git am -s}} command to
preserve the original author's name in the interest of giving the credit where
is due.
> Wrong javadoc in Affinity and AffinityFunction for REPLICATED cache
> -------------------------------------------------------------------
>
> Key: IGNITE-5597
> URL: https://issues.apache.org/jira/browse/IGNITE-5597
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 1.7
> Reporter: Evgenii Zhuravlev
> Assignee: Andrei Yakushin
> Labels: javadoc
> Fix For: 2.2
>
>
> RendezvousAffinityFunction.getPartitions() Javadoc says:
> {code:java}
> * Note that for fully replicated caches this method should always
> * return {@code 1}.
> {code}
> but it's not true, it works the same as PARTITIONED cache.
> Affinity.mapKeyToNode(K key) javadoc says:
> {code:java}
> * <li>
> * For fully replicated caches first node ID returned by {@link
> AffinityFunction}
> * is returned.
> * </li>
> * <li>For partitioned caches, primary node for the given key is
> returned.</li>
> {code}
> it looks confusing, while REPLICATED cache has primary nodes for keys as
> PRATITIONED.
> Also,
> {code:java}
> * Provides affinity information to detect which node is primary and which
> nodes are
> * backups for a partitioned cache.
> {code}
> Affinity matter for REPLICATED cache too.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)