xtern commented on a change in pull request #9047: URL: https://github.com/apache/ignite/pull/9047#discussion_r621294241
########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/cache/persistence/metastorage/MetaStorage.java ########## @@ -85,6 +86,15 @@ /** */ public static final int METASTORAGE_CACHE_ID = CU.cacheId(METASTORAGE_CACHE_NAME); + /** Metastorage cache directory to store data. */ + public static final String META_STORAGE_DIR_NAME = "metastorage"; Review comment: I suggest renaming it to ``METASTORAGE_DIR_NAME`` (similar to other constants) -- 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