You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/07/14 11:35:17 UTC

[GitHub] [dolphinscheduler] fhygh opened a new issue, #10978: [Bug] [Resources] Upload Files failed because the GSS authentication failed

fhygh opened a new issue, #10978:
URL: https://github.com/apache/dolphinscheduler/issues/10978

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   i'm using Hadoop FileSystem, after 12 hours i upload files failed because GSS authentication failed, Failed to find any kerberos tgt.
   
   ### What you expected to happen
   
   upload files successfully.
   
   ### How to reproduce
   
   using hdfs filesystem and enabled kerberos, after 12+hours(eg. 15 hours) and try upload files
   
   ### Anything else
   
   i've checked code and find before merge this ([Feature-8612][RESOURCE] extend s3 to the storage of ds (#8637)) it's ok, in previous  version every time it using HadoopUtils.getInstance() to execute like exists/createxxx api, it'll init FileSystem object  every time. While now no place init FileSystem, then after a kerberos tgt period, it'll expired and can't operate hadoop filesystem.
   
   ### Version
   
   3.0.0-beta-2
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] closed issue #10978: [Bug] [Resources] Upload Files failed because the GSS authentication failed

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #10978: [Bug] [Resources] Upload Files failed because the GSS authentication failed
URL: https://github.com/apache/dolphinscheduler/issues/10978


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] ZeonHuang commented on issue #10978: [Bug] [Resources] Upload Files failed because the GSS authentication failed

Posted by "ZeonHuang (via GitHub)" <gi...@apache.org>.
ZeonHuang commented on issue #10978:
URL: https://github.com/apache/dolphinscheduler/issues/10978#issuecomment-1617709186

   I met the similar issue , what's the matter? Is anyone can solve this problem? The log showed:"java.io.IOException: Failed on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)];"


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10978: [Bug] [Resources] Upload Files failed because the GSS authentication failed

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #10978:
URL: https://github.com/apache/dolphinscheduler/issues/10978#issuecomment-1184339630

   Thank you for your feedback, we have received your issue, Please wait patiently for a reply.
   * In order for us to understand your request as soon as possible, please provide detailed information、version or pictures.
   * If you haven't received a reply for a long time, you can [join our slack](https://s.apache.org/dolphinscheduler-slack) and send your question to channel `#troubleshooting`


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10978: [Bug] [Resources] Upload Files failed because the GSS authentication failed

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #10978:
URL: https://github.com/apache/dolphinscheduler/issues/10978#issuecomment-1229345775

   This issue has been closed because it has not received response for too long time. You could reopen it if you encountered similar problems in the future.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [dolphinscheduler] github-actions[bot] commented on issue #10978: [Bug] [Resources] Upload Files failed because the GSS authentication failed

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #10978:
URL: https://github.com/apache/dolphinscheduler/issues/10978#issuecomment-1221185531

   This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug] [Resources] Upload Files failed because the GSS authentication failed [dolphinscheduler]

Posted by "fw19940314 (via GitHub)" <gi...@apache.org>.
fw19940314 commented on issue #10978:
URL: https://github.com/apache/dolphinscheduler/issues/10978#issuecomment-1888490487

   > I met the similar issue , what's the matter? Is anyone can solve this problem? The log showed:"java.io.IOException: Failed on local exception: java.io.IOException: javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)];"
   
   Check whether the krb5.conf file is in the /etc/directory, The krb5 file address configured in the common.properties configuration file cannot be correctly read


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org