Vladsz83 commented on a change in pull request #9269:
URL: https://github.com/apache/ignite/pull/9269#discussion_r687924825
##########
File path:
modules/core/src/test/java/org/apache/ignite/internal/processors/cache/persistence/snapshot/IgniteClusterSnapshotSelfTest.java
##########
@@ -330,6 +330,10 @@ public void testClusterSnapshotConsistencyUnderLoad()
throws Exception {
startGridsWithCache(grids, clientsCnt, key -> new Account(key,
balance), eastCcfg, westCcfg);
+ // To prevent encrypted cache creation from client, we create it on
the server side.
Review comment:
Because: `IgniteSpiException: Joining node has encrypted caches which
are not presented on the cluster, encrypted caches configured on client node
cannot be started when such node joins the cluster, these caches can be started
manually (dynamically) after node joined`
--
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]