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

Scala Tracker problem when running inside Docker container #33

Closed
alexanderdean opened this issue Aug 22, 2017 · 2 comments
Closed

Scala Tracker problem when running inside Docker container #33

alexanderdean opened this issue Aug 22, 2017 · 2 comments

Comments

@alexanderdean
Copy link
Member

alexanderdean commented Aug 22, 2017

Here's the error:

RDB Loader successfully completed following steps: [Discover, Load, Analyze]
INFO: Logs successfully dumped to S3 [s3://foo]
[INFO] [08/22/2017 17:58:18.018] [snowplow-scala-tracker-akka.actor.default-dispatcher-4] [akka://snowplow-scala-tracker/user/IO-HTTP/group-0] Message [spray.can.Http$Connect] from Actor[akka://snowplow-scala-tracker/user/IO-HTTP/host-connector-0/0#52160612] to Actor[akka://snowplow-scala-tracker/user/IO-HTTP/group-0#1063404807] was not delivered. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
Exception in thread "Thread-2" akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://snowplow-scala-tracker/user/IO-HTTP#1209416068]] after [1000 ms]
        at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:334)
        at akka.actor.Scheduler$$anon$7.run(Scheduler.scala:117)
        at scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:601)
        at scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
        at scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:599)
        at akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(Scheduler.scala:467)
        at akka.actor.LightArrayRevolverScheduler$$anon$8.executeBucket$1(Scheduler.scala:419)
        at akka.actor.LightArrayRevolverScheduler$$anon$8.nextTick(Scheduler.scala:423)
        at akka.actor.LightArrayRevolverScheduler$$anon$8.run(Scheduler.scala:375)
        at java.lang.Thread.run(Thread.java:748)
@chuwy
Copy link
Contributor

chuwy commented Aug 23, 2017

I have seen it in stderr while it didn't have any impact on actual tracker's work or shutdown.

Created ticket to explore snowplow/snowplow-scala-tracker#48, but I think it would be better to solve it via snowplow/snowplow-scala-tracker#46

@chuwy
Copy link
Contributor

chuwy commented Jan 8, 2018

Will be solved by #57

@chuwy chuwy closed this as completed Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants