alievmirza commented on a change in pull request #160:
URL: https://github.com/apache/ignite-3/pull/160#discussion_r648928596
##########
File path:
modules/vault/src/main/java/org/apache/ignite/internal/vault/VaultManager.java
##########
@@ -37,24 +36,21 @@
* and providing interface for managing local keys.
*/
public class VaultManager {
- /** Special key for vault where applied revision for {@code putAll}
operation is stored. */
- private static ByteArray APPLIED_REV =
ByteArray.fromString("applied_revision");
-
/** Special key, which reserved for storing the name of the current node.
*/
private static final ByteArray NODE_NAME =
ByteArray.fromString("node_name");
/** Mutex. */
private final Object mux = new Object();
/** Instance of vault */
- private VaultService vaultService;
+ private VaultService vaultSvc;
Review comment:
As far as I know, abbreviations should be used in ignite 3 also
--
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]