-
Notifications
You must be signed in to change notification settings - Fork 66
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
Worker jobs getting lost since they cannot download storm conf file #56
Comments
found the reason for this issue. Seems like when it is setting up a local file server to serv conf files to workers, it passed in the serving directory simply as
The fix here would be to have a configuration parameter to point to the correct conf directory path in these situations. I fixed this locally and will submit a PR later. |
@echinthaka has sent a PR with a proposed fix: #57 |
#57 has 2 separate changes embedded in it, at least in its initial incarnation:
Notably, the "config file serving" problem is supposedly fixed by #65 per @brndnmtthws comment in #56:
|
I launched my first topology and seems like the worker processes can not come up since they can not download the conf file. Here is what I see in the logs.
The command I use to deploy:
./storm jar ~/Desktop/mytopology.jar com.chinthaka.org.MyAwesomeTopology
~/.storm/storm.yaml file
May be this is minor but the worker process is marked as
LOST
instead ofKILLED
orFAILED
in mesos UI.The text was updated successfully, but these errors were encountered: