kgusakov commented on a change in pull request #196:
URL: https://github.com/apache/ignite-3/pull/196#discussion_r665537082



##########
File path: 
modules/runner/src/main/java/org/apache/ignite/internal/app/IgnitionImpl.java
##########
@@ -233,8 +242,8 @@ else if (cfgContent != null)
     /**
      * Starts the Vault component.
      */
-    private static VaultManager createVault(String nodeName) {
-        Path vaultPath = VAULT_DB_PATH.resolve(nodeName);
+    private static VaultManager createVault(String nodeName, Path workDir) {

Review comment:
       I think that the `workDir`, which we receive from the outside, should be 
already the path to the directory for this concrete node, and so 
workDir.resolve(VAULT_DB_PATH) will be enough.




-- 
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]


Reply via email to