nizhikov commented on a change in pull request #9357:
URL: https://github.com/apache/ignite/pull/9357#discussion_r697542431
##########
File path:
modules/core/src/main/java/org/apache/ignite/spi/discovery/isolated/IsolatedDiscoverySpi.java
##########
@@ -189,6 +206,23 @@
/** {@inheritDoc} */
@Override public void spiStart(@Nullable String igniteInstanceName) throws
IgniteSpiException {
+ if (auth != null) {
+ Map<String, Object> nodeAttrs = new
HashMap<>(locNode.attributes());
Review comment:
This code duplicates `ServerImpl#localAuthentication`,
`ZookeepeDiscoveryImp#localAuthentication` and
`ZookeepeDiscoveryImp#authenticateNode`
Let's deduplicate it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]