Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Parallel downloader should stop on puts if requested. #927

Merged
merged 2 commits into from
Feb 20, 2019

Conversation

shemnon
Copy link
Contributor

@shemnon shemnon commented Feb 20, 2019

PR description

Parallel downloader should stop on puts if requested.

  • move to an offer() instead of a put() on the downloader so that when
    the task is stopped the put will see that it is done and not wait
    forever.
  • remove peer based focus of the task. Let subtasks pick their peers.

* move to an offer() instead of a put() on the downloader so that when
  the task is stopped the put will see that it is done and not wait
  forever.
* remove peer based focus of the task. Let subtasks pick their peers.
@shemnon shemnon merged commit ade3022 into PegaSysEng:master Feb 20, 2019
@shemnon shemnon deleted the parallel_stop branch February 25, 2019 23:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants