nizhikov commented on a change in pull request #8038:
URL: https://github.com/apache/ignite/pull/8038#discussion_r488588813
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/FinishPreloadingTask.java
##########
@@ -49,6 +52,11 @@ public FinishPreloadingTask(AffinityTopologyVersion topVer,
int grpId) {
return true;
}
+ /** {@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/cache/distributed/dht/preloader/ForceRebalanceExchangeTask.java
##########
@@ -47,6 +50,11 @@ public ForceRebalanceExchangeTask(GridDhtPartitionExchangeId
exchId, GridCompoun
return true;
}
+ /** {@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/cache/distributed/dht/preloader/RebalanceReassignExchangeTask.java
##########
@@ -46,6 +50,11 @@ public
RebalanceReassignExchangeTask(GridDhtPartitionExchangeId exchId, GridDhtP
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]