zhangbutao commented on PR #6088: URL: https://github.com/apache/hive/pull/6088#issuecomment-3663212548
This PR currently introduces only a minor incompatibility issue: when using ZooKeeperHiveLockManager, the znode path for locks stored in ZooKeeper changes from `/database` to `/catalog/database`. This will cause older versions of Hive to be unable to properly read the lock information stored in ZooKeeper. However, to my knowledge, we typically use DbLockManager for ACID operations rather than ZooKeeperHiveLockManager, so this incompatibility risk is negligible. Aside from this, the PR does not break any other default functionalities. I will proceed to merge this PR shortly and continue with the subsequent related development work. -- 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]
