xtern commented on a change in pull request #9036:
URL: https://github.com/apache/ignite/pull/9036#discussion_r644667648
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/managers/encryption/GridEncryptionManager.java
##########
@@ -1113,6 +1113,18 @@ private void releaseWalKeys(long segmentIdx) {
}
}
+ /** {@inheritDoc} */
+ @Override public void
onDoneAfterTopologyUnlock(GridDhtPartitionsExchangeFuture fut) {
+ if (fut.activateCluster() || fut.localJoinExchange()) {
Review comment:
If a node joins an inactive cluster, no PME occurs.
--
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]