If a worker starts while the gearman server is down, it does not establish a connection when the server comes up
Bug #693480 reported by
Omry Yadan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gearman Java |
New
|
Medium
|
Eric Lambert |
Bug Description
Reproduce:
1. shut down gearman job server
2. start worker
3. start up gearman job server
4. check that the worker is not registered (telnet server 4730)
Changed in gearman-java: | |
assignee: | nobody → Eric Lambert (elambert) |
importance: | Undecided → Medium |
Changed in gearman-java: | |
milestone: | none → 0.05 |
Changed in gearman-java: | |
milestone: | 0.05 → none |
To post a comment you must log in.
expected behavior:
worker should register functions internally, and register with the job server when it becomes available.