You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Izhikov (JIRA)" <ji...@apache.org> on 2017/05/29 14:31:04 UTC

[jira] [Resolved] (IGNITE-5321) DiscoverySpi#setDataExchange returns concrete implementation

     [ https://issues.apache.org/jira/browse/IGNITE-5321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikolay Izhikov resolved IGNITE-5321.
-------------------------------------
    Resolution: Fixed

Fixed by following commit - 
https://github.com/apache/ignite/commit/0f8af137caa6d2ab5bd00ea33a34d4a969adff2b

> DiscoverySpi#setDataExchange returns concrete implementation
> ------------------------------------------------------------
>
>                 Key: IGNITE-5321
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5321
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Nikolay Izhikov
>            Assignee: Nikolay Izhikov
>            Priority: Trivial
>             Fix For: 2.1
>
>
> Two method of DiscoverySpi interface returns concrete implementation instead of interface.
> {code:java}
> public interface DiscoverySpi extends IgniteSpi {
> ....
>     TcpDiscoverySpi setDataExchange(DiscoverySpiDataExchange var1);
>     TcpDiscoverySpi setMetricsProvider(DiscoveryMetricsProvider var1);
> ...
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)