Thejas M Nair created HIVE-17930:
------------------------------------
Summary: ReplChangeManager should use FileSystem object from
current thread
Key: HIVE-17930
URL: https://issues.apache.org/jira/browse/HIVE-17930
Project: Hive
Issue Type: Bug
Reporter: Thejas M Nair
Assignee: Thejas M Nair
ReplChangeManager is a singleton and it has member FileSystem object that is
created during initialization and then is re-used across recycle method calls.
With doAs=true mode, this doesn't work well as the FileSystem object would have
been created using a user different from the current user.
This is also leading to errors with doAs=false mode, with long running HS2
instances, as it is failing to renew the kerberos tickets (reason for this
effect is unclear).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)