nizhikov commented on a change in pull request #7897: URL: https://github.com/apache/ignite/pull/7897#discussion_r454290184
########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cluster/ChangeGlobalStateMessage.java ########## @@ -127,6 +144,8 @@ public ChangeGlobalStateMessage( void exchangeActions(ExchangeActions exchangeActions) { assert exchangeActions != null && !exchangeActions.empty() : exchangeActions; + exchangeActions.securitySubjectId(securitySubjectId()); Review comment: Why do we want to do this action inside setter? Let's do it outside of 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org