[ https://issues.apache.org/jira/browse/HIVE-17930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sankar Hariappan updated HIVE-17930: ------------------------------------ Fix Version/s: (was: 4.0.0) 3.0.0 3.1.0 > 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 > Priority: Major > Fix For: 3.0.0, 3.1.0 > > Attachments: HIVE-17930.1.patch > > > 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 (v7.6.3#76005)