You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Belyakov (Jira)" <ji...@apache.org> on 2022/04/14 15:29:00 UTC

[jira] [Created] (IGNITE-16854) The result of encryption keys check is printed even in the case of NoopEncryptionSpi usage

Igor Belyakov created IGNITE-16854:
--------------------------------------

             Summary: The result of encryption keys check is printed even in the case of NoopEncryptionSpi usage
                 Key: IGNITE-16854
                 URL: https://issues.apache.org/jira/browse/IGNITE-16854
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.12
            Reporter: Igor Belyakov


On each node joining, the list of known encryption keys for cache groups is checked in GridEncryptionManager#validateNode(), even in the case of NoopEncryptionSpi usage.

As result, the next message is printed unexpectedly:
{code:java}
Joining node doesn't have stored group keys [node=d1080d4d-da9d-43cd-8a89-276212ef48f3]{code}
 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)