pvary commented on code in PR #3376:
URL: https://github.com/apache/hive/pull/3376#discussion_r898847702
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/utils/MetaStoreUtils.java:
##########
@@ -291,9 +291,17 @@ public static boolean isTargetOfReplication(Database db) {
return dbParameters != null &&
!StringUtils.isEmpty(dbParameters.get(ReplConst.TARGET_OF_REPLICATION));
}
+ public static boolean forceEnableBackgroundThreads(Database db) {
Review Comment:
is this `isBackgroundTreadsEnabled`?
The current name suggests for me that we set something forcefully, but the
code shows that we are just checking a property
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]