Aaron Gresch created STORM-3524:
-----------------------------------
Summary: worker fails to launch due to missing parent directory
for localized resource
Key: STORM-3524
URL: https://issues.apache.org/jira/browse/STORM-3524
Project: Apache Storm
Issue Type: Bug
Affects Versions: 2.0.0
Reporter: Aaron Gresch
Assignee: Aaron Gresch
{code:java}
2019-10-14 14:59:29.839 o.a.s.l.LocalizedResource AsyncLocalizer Executor - 2
[WARN] Nothing to cleanup with badeDir
/home/y/var/storm/supervisor/usercache/xxx/filecache/files even though we
expected there to be something there 2019-10-14 14:59:29.839
o.a.s.l.AsyncLocalizer AsyncLocalizer Executor - 2 [WARN] Failed to download
blob xxx:xxx.topology.yaml will try again in 100 ms
java.nio.file.NoSuchFileException:
/home/y/var/storm/supervisor/usercache/xxx/filecache/files at
sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
~[?:1.8.0_181] at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
~[?:1.8.0_181] at
sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
~[?:1.8.0_181] at
sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
~[?:1.8.0_181] at java.nio.file.Files.createDirectory(Files.java:674)
~[?:1.8.0_181] at
org.apache.storm.localizer.LocalizedResource.lambda$fetchUnzipToTemp$4(LocalizedResource.java:257)
~[storm-server-2.0.1.y.jar:2.0.1.y] at
org.apache.storm.localizer.LocallyCachedBlob.fetch(LocallyCachedBlob.java:92)
~[storm-server-2.0.1.y.jar:2.0.1.y] at
org.apache.storm.localizer.LocalizedResource.fetchUnzipToTemp(LocalizedResource.java:250)
~[storm-server-2.0.1.y.jar:2.0.1.y] at
org.apache.storm.localizer.AsyncLocalizer.lambda$downloadOrUpdate$10(AsyncLocalizer.java:277)
~[storm-server-2.0.1.y.jar:2.0.1.y] at
java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
[?:1.8.0_181] at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[?:1.8.0_181] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[?:1.8.0_181] at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
[?:1.8.0_181] at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
[?:1.8.0_181] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_181] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_181] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
{code}
A worker on a supervisor was failing to come up with this error continually
presenting.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)