cancel job doesnt remove from persistent queue
Bug #1196552 reported by
Elbandi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gearman |
Fix Committed
|
Medium
|
Brian Aker |
Bug Description
If a job is canceled by gearadmin, the job is stay on persisent storage. If the server is restarted, the job is coming up again.
And clients whos waiting the job, are never announced about cancel.
Related branches
lp://staging/~brianaker/gearmand/1196552
- Tangent Trunk: Pending requested
-
Diff: 168 lines (+60/-11)6 files modifiedlibgearman-server/gearmand_con.cc (+37/-5)
libgearman-server/gearmand_con.h (+4/-3)
libgearman-server/job.cc (+1/-2)
libgearman-server/text.cc (+7/-1)
libtest/client.hpp (+5/-0)
util/instance.hpp (+6/-0)
Changed in gearmand: | |
assignee: | nobody → Brian Aker (brianaker) |
Changed in gearmand: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
status: | Confirmed → In Progress |
Changed in gearmand: | |
status: | In Progress → Fix Committed |
Changed in gearmand: | |
milestone: | none → 1.1.11 |
To post a comment you must log in.
posible fix