dengzhhu653 commented on code in PR #4820:
URL: https://github.com/apache/hive/pull/4820#discussion_r1411744344
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -1264,6 +1264,9 @@ public enum ConfVars {
"hive.notification.sequence.lock.retry.sleep.interval", 10,
TimeUnit.SECONDS,
"Sleep interval between retries to acquire a notification lock as
described part of property "
+ NOTIFICATION_SEQUENCE_LOCK_MAX_RETRIES.name()),
+
NOTIFICATION_ALTER_PARTITIONS_V2_ENABLED("metastore.alterPartitions.notification.v2.enabled",
+ "hive.metastore.alterPartitions.notification.v2.enabled", true,
Review Comment:
As discussion offline, we can disable the property downstream, for upstream
4.0 release, we can enable it by default
--
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]