Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HDFS inaccessible from Menas after some time #485

Closed
Zejnilovic opened this issue Jun 17, 2019 · 0 comments
Closed

HDFS inaccessible from Menas after some time #485

Zejnilovic opened this issue Jun 17, 2019 · 0 comments
Labels
bug Something isn't working Menas Menas component affected

Comments

@Zejnilovic
Copy link
Contributor

Describe the bug

There is an issue we don't know how to reproduce but after some time Menas becomes unable to access HDFS through HDFS browser.

Currently, we think it is some kind of a leas issue.

Additional context

Stack Trace

java.lang.NoClassDefFoundError: Could not initialize class org.apache.htrace.Tracer
        at org.apache.htrace.Trace.isTracing(Trace.java:154)
        at org.apache.htrace.Trace.startSpan(Trace.java:84)
        at org.apache.htrace.Trace.startSpan(Trace.java:70)
        at org.apache.hadoop.hdfs.DFSClient.getPathTraceScope(DFSClient.java:3560)
        at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:2115)
        at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1305)
        at org.apache.hadoop.hdfs.DistributedFileSystem$22.doCall(DistributedFileSystem.java:1301)
        at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
        at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1301)
        at org.apache.hadoop.fs.FileSystem.exists(FileSystem.java:1425)
        at za.co.absa.enceladus.menas.services.HDFSService$$anonfun$exists$1.apply$mcZ$sp(HDFSService.scala:31)
        at za.co.absa.enceladus.menas.services.HDFSService$$anonfun$exists$1.apply(HDFSService.scala:31)
        at za.co.absa.enceladus.menas.services.HDFSService$$anonfun$exists$1.apply(HDFSService.scala:31)
        at scala.concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scala:24)
        at scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.scala:24)
        at scala.concurrent.impl.ExecutionContextImpl$AdaptedForkJoinTask.exec(ExecutionContextImpl.scala:121)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
@Zejnilovic Zejnilovic added bug Something isn't working Menas Menas component affected labels Jun 17, 2019
lokm01 added a commit that referenced this issue Jun 18, 2019
Added the dependency which seems to be missing based on the logs

Signed-off-by: Jan Scherbaum <kmoj02@gmail.com>
lokm01 added a commit that referenced this issue Jun 19, 2019
…ible-from-menas

#485 HDFS becomes inaccessible from Menas after some time
@lokm01 lokm01 closed this as completed Jun 19, 2019
@Praveen456B Praveen456B mentioned this issue Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Menas Menas component affected
Projects
None yet
Development

No branches or pull requests

2 participants