dengzhhu653 commented on code in PR #5528: URL: https://github.com/apache/hive/pull/5528#discussion_r1828588909
########## standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java: ########## @@ -724,6 +724,9 @@ public enum ConfVars { DATANUCLEUS_AUTOSTART("datanucleus.autoStartMechanismMode", "datanucleus.autoStartMechanismMode", "ignored", new StringSetValidator("ignored"), "Autostart mechanism for datanucleus. Currently ignored is the only option supported."), + DATANUCLEUS_CACHE_LEVEL1_TYPE("datanucleus.cache.level1.type", + "datanucleus.cache.level1.type", "soft", new StringSetValidator("none", "soft", "weak", "strong"), + "Stores instances within a PersistenceManager"), Review Comment: it's already been here: https://github.com/apache/hive/blob/master/standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java#L729 -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org