-
Notifications
You must be signed in to change notification settings - Fork 127
a.a.OneForOneStrategy - Ask timed out #9
Comments
@bcabs what did it print before that? |
@TimMoore Unfortunately, I havn't been able to reproduce that error, but did manage to produce the following: netstat is not showing anything running on 9200
|
caught it!
I've noticed that the akka.kafka.consumer.wakeup-timeout messages appear whenever trying to runAll twice within the same sbt invocation - hence this might have to do with not sufficiently tearing down the previous instantiation. |
same issue +1 scalaVersion 2.12.4 |
|
Does the application actually work when you see this @au9ustine? Can you add your console output to the issue? Suspect that the ask timeout could be caused by under-powered machines that can't start everything fast enough, but I would also expect this to automatically retry and correct itself eventually. |
This issue seems relatively old but I could reproduce error,
Is there anything new about the issue so far? |
[ERROR] a.a.OneForOneStrategy - Ask timed out on |
When running the example locally, I get the following error:
Found someone having a similar symptom here but cannot extrapolate this to my own issue. Using sbt 0.13.11.
Thanks for your attention.
The text was updated successfully, but these errors were encountered: