yaooqinn commented on issue #24235: [SPARK-27301][Dstream]Shorten the 
FileSystem cached life cycle to the cleanup method inner scope
URL: https://github.com/apache/spark/pull/24235#issuecomment-477885809
 
 
   the application is belong to one of clients, I am not capable to run the 
same case 
   
   This is the last warning message I got at that moment
   ```scala
   19/03/28 13:44:05 INFO scheduler.TaskSetManager: Finished task 21.0 in stage 
17071.0 (TID 1817652) in 210 ms on hadoop1479.hz.163.org (executor 2) (22/96)
   19/03/28 13:44:06 WARN security.UserGroupInformation: 
PriviledgedActionException as:[email protected] (auth:KERBEROS) 
cause:org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.token.SecretManager$InvalidToken):
 token (HDFS_DELEGATION_TOKEN token 53240500 for urs) is expired, current time: 
2019-03-28 13:44:06,189+0800 expected renewal time: 2019-03-28 13:39:48,523+0800
   19/03/28 13:44:06 WARN ipc.Client: Exception encountered while connecting to 
the server : 
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.token.SecretManager$InvalidToken):
 token (HDFS_DELEGATION_TOKEN token 53240500 for urs) is expired, current time: 
2019-03-28 13:44:06,189+0800 expected renewal time: 2019-03-28 13:39:48,523+0800
   19/03/28 13:44:06 WARN security.UserGroupInformation: 
PriviledgedActionException as:[email protected] (auth:KERBEROS) 
cause:org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.token.SecretManager$InvalidToken):
 token (HDFS_DELEGATION_TOKEN token 53240500 for urs) is expired, current time: 
2019-03-28 13:44:06,189+0800 expected renewal time: 2019-03-28 13:39:48,523+0800
   19/03/28 13:44:06 WARN hdfs.LeaseRenewer: Failed to renew lease for 
[DFSClient_NONMAPREDUCE_-1396157959_1] for 282 seconds.  Will retry shortly ...
   
org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.token.SecretManager$InvalidToken):
 token (HDFS_DELEGATION_TOKEN token 53240500 for urs) is expired, current time: 
2019-03-28 13:44:06,189+0800 expected renewal time: 2019-03-28 13:39:48,523+0800
        at org.apache.hadoop.ipc.Client.call(Client.java:1468)
        at org.apache.hadoop.ipc.Client.call(Client.java:1399)
        at 
org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker.invoke(ProtobufRpcEngine.java:232)
        at com.sun.proxy.$Proxy11.renewLease(Unknown Source)
        at 
org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.renewLease(ClientNamenodeProtocolTranslatorPB.java:571)
        at sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:187)
        at 
org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:102)
        at com.sun.proxy.$Proxy12.renewLease(Unknown Source)
        at org.apache.hadoop.hdfs.DFSClient.renewLease(DFSClient.java:878)
        at org.apache.hadoop.hdfs.LeaseRenewer.renew(LeaseRenewer.java:417)
        at org.apache.hadoop.hdfs.LeaseRenewer.run(LeaseRenewer.java:442)
        at org.apache.hadoop.hdfs.LeaseRenewer.access$700(LeaseRenewer.java:71)
        at org.apache.hadoop.hdfs.LeaseRenewer$1.run(LeaseRenewer.java:298)
        at java.lang.Thread.run(Thread.java:748)
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to