Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.1.1
-
Reviewed
Description
Handle re-login in Server when client, server running in same JVM and client trying to re-login, but it fails.
For example, NameNode is server but in same JVM journal node client also running to push to edit logs. When JN client try to re-login and it fails, it will destroy server service ticket also and NameNode not able to server client request. We can see the below error logs in NameNode log file.
Auth failed for x.x.x.x:42199:null (GSS initiate failed) with true cause: (GSS initiate failed) Auth failed for x.x.x.x:42199:null (GSS initiate failed) with true cause: (GSS initiate failed) Auth failed for x.x.x.x:42199:null (GSS initiate failed) with true cause: (GSS initiate failed)
Same discussion happened in HADOOP-17996.
Attachments
Issue Links
- is related to
-
HADOOP-17996 UserGroupInformation#unprotectedRelogin sets the last login time before logging in
- Resolved
- links to