[ 
https://issues.apache.org/jira/browse/FLINK-29103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17584717#comment-17584717
 ] 

hehetown commented on FLINK-29103:
----------------------------------

{{flink-s3-fs-hadoop}}  registers for {color:#FF0000}*_s3a://_*  {color}

{{flink-s3-fs-presto}} also registers for {color:#FF0000}*_s3p://_*{color}

 

If you use s3 ://, an error will be reported 【Caused by: 
java.io.FileNotFoundException: No such file or directory: s3://】.

It must be clear that you use {color:#FF0000}*_s3a_*{color} or 
{color:#FF0000}*_s3p_*{color}. I use {{{}flink-s3-fs-presto{}}}, so setting 
{color:#FF0000}*_s3p://_* {color}is normal

> FileNotFoundException: No such file or directory: s3://
> -------------------------------------------------------
>
>                 Key: FLINK-29103
>                 URL: https://issues.apache.org/jira/browse/FLINK-29103
>             Project: Flink
>          Issue Type: Bug
>          Components: Connectors / FileSystem
>    Affects Versions: 1.15.1
>         Environment: docker images: flink 1.15
> minio+k8s
>            Reporter: hehetown
>            Priority: Critical
>             Fix For: 1.14.4
>
>
> The following error is reported when the application is released on k8s, but 
> it is normal in 1.14.4.
> 2022-08-25 11:09:40,008 INFO  
> org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess [] 
> - Stopping SessionDispatcherLeaderProcess.
> 2022-08-25 11:09:40,078 INFO  
> org.apache.flink.runtime.jobmanager.DefaultJobGraphStore     [] - Stopping 
> DefaultJobGraphStore.
> 2022-08-25 11:09:40,081 ERROR 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint        [] - Fatal error 
> occurred in the cluster entrypoint.
> java.util.concurrent.CompletionException: 
> org.apache.flink.util.FlinkRuntimeException: Could not retrieve JobResults of 
> globally-terminated jobs from JobResultStore
>     at 
> java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
>  ~[?:1.8.0_342]
>     at 
> java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
>  [?:1.8.0_342]
>     at 
> java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1606)
>  [?:1.8.0_342]
>     at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  [?:1.8.0_342]
>     at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  [?:1.8.0_342]
>     at java.lang.Thread.run(Thread.java:750) [?:1.8.0_342]
> Caused by: org.apache.flink.util.FlinkRuntimeException: Could not retrieve 
> JobResults of globally-terminated jobs from JobResultStore
>     at 
> org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess.getDirtyJobResults(SessionDispatcherLeaderProcess.java:192)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.supplyUnsynchronizedIfRunning(AbstractDispatcherLeaderProcess.java:198)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess.getDirtyJobResultsIfRunning(SessionDispatcherLeaderProcess.java:184)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
>  ~[?:1.8.0_342]
>     ... 3 more
> Caused by: java.io.FileNotFoundException: No such file or directory: 
> s3://flink/ods/rdemo/recovery/job-result-store/ods-cs-192
>     at 
> org.apache.hadoop.fs.s3a.S3AFileSystem.s3GetFileStatus(S3AFileSystem.java:2344)
>  ~[?:?]
>     at 
> org.apache.hadoop.fs.s3a.S3AFileSystem.innerGetFileStatus(S3AFileSystem.java:2226)
>  ~[?:?]
>     at 
> org.apache.hadoop.fs.s3a.S3AFileSystem.getFileStatus(S3AFileSystem.java:2160) 
> ~[?:?]
>     at 
> org.apache.hadoop.fs.s3a.S3AFileSystem.innerListStatus(S3AFileSystem.java:1961)
>  ~[?:?]
>     at 
> org.apache.hadoop.fs.s3a.S3AFileSystem.lambda$listStatus$9(S3AFileSystem.java:1940)
>  ~[?:?]
>     at org.apache.hadoop.fs.s3a.Invoker.once(Invoker.java:109) ~[?:?]
>     at 
> org.apache.hadoop.fs.s3a.S3AFileSystem.listStatus(S3AFileSystem.java:1940) 
> ~[?:?]
>     at 
> org.apache.flink.fs.s3hadoop.common.HadoopFileSystem.listStatus(HadoopFileSystem.java:170)
>  ~[?:?]
>     at 
> org.apache.flink.core.fs.PluginFileSystemFactory$ClassLoaderFixingFileSystem.listStatus(PluginFileSystemFactory.java:141)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> org.apache.flink.runtime.highavailability.FileSystemJobResultStore.getDirtyResultsInternal(FileSystemJobResultStore.java:179)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore.withReadLock(AbstractThreadsafeJobResultStore.java:118)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> org.apache.flink.runtime.highavailability.AbstractThreadsafeJobResultStore.getDirtyResults(AbstractThreadsafeJobResultStore.java:100)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess.getDirtyJobResults(SessionDispatcherLeaderProcess.java:190)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess.supplyUnsynchronizedIfRunning(AbstractDispatcherLeaderProcess.java:198)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess.getDirtyJobResultsIfRunning(SessionDispatcherLeaderProcess.java:184)
>  ~[flink-dist-1.15.1.jar:1.15.1]
>     at 
> java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1604)
>  ~[?:1.8.0_342]
>     ... 3 more
> 2022-08-25 11:09:40,180 INFO  
> org.apache.flink.configuration.GlobalConfiguration           [] - Loading 
> configuration property: high-availability.cluster-id, 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to