Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
If the underlying file system of the warehouse is S3 or others based which cannot support append operation, then auditing the leader info to the remote file could be failed. For example:
org.apache.hadoop.hive.metastore.HiveMetaStore: [Leader-Watcher-housekeeping1]: Error while writing the leader info, path: s3a://.../leader_housekeeping.json
java.lang.UnsupportedOperationException: Append is not supported by S3AFileSystem
As a result, the audit logs would be missing and the user cannot be able to see the history changes of leader any more.
Attachments
Issue Links
- relates to
-
HIVE-26509 Introduce dynamic leader election in HMS
- Closed
- links to