You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (Jira)" <ji...@apache.org> on 2022/05/31 07:27:00 UTC

[jira] [Created] (IGNITE-17061) Invalid detection of SPI on configuration validation.

Vasiliy Sisko created IGNITE-17061:
--------------------------------------

             Summary: Invalid detection of SPI on configuration validation.
                 Key: IGNITE-17061
                 URL: https://issues.apache.org/jira/browse/IGNITE-17061
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 2.13
            Reporter: Vasiliy Sisko


When I configure different deployment SPI for different nodes I receive the next message
Remote SPI with the same name is not configured
when I expect to get the message
Remote SPI with the same name is of different type
I got it because *org.apache.ignite.spi.IgniteSpiAdapter* useĀ *U.getSimpleName(getClass())* for SPI name generation in org.apache.ignite.spi.IgniteSpiAdapter#IgniteSpiAdapter`, that looks like a mistake.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)