nizhikov commented on a change in pull request #8038:
URL: https://github.com/apache/ignite/pull/8038#discussion_r488589247
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/SchemaExchangeWorkerTask.java
##########
@@ -44,6 +47,11 @@ public
SchemaExchangeWorkerTask(SchemaAbstractDiscoveryMessage msg) {
return false;
}
+ /** {@inheritDoc} */
+ @Override public UUID securitySubjectId() {
+ return null;
Review comment:
This should be removed.
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/query/schema/SchemaNodeLeaveExchangeWorkerTask.java
##########
@@ -44,6 +47,11 @@ public SchemaNodeLeaveExchangeWorkerTask(ClusterNode node) {
return true;
}
+ /** {@inheritDoc} */
+ @Override public UUID securitySubjectId() {
+ return null;
Review comment:
This should be removed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]