Skip to content

Commit

Permalink
Remove in-transition call to release_key
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth committed Mar 4, 2021
1 parent 47ada8e commit d3d0aa8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions distributed/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1711,9 +1711,6 @@ def transition_flight_fetch(self, ts, worker=None, runspec=None):
if dependent.state == "waiting":
self.data_needed.append(dependent.key)

if not ts.dependents:
self.release_key(ts.key, cause="transition flight->fetch")

except Exception as e:
logger.exception(e)
if LOG_PDB:
Expand Down

0 comments on commit d3d0aa8

Please sign in to comment.