haskell-distributed / haskell-distributed/distributed-process
SimpleLocalnet should remove peers that no longer exist
Open
Nobody has claimed this yet.
distributed-process-simplelocalnet
Feature Request
- Dominant language
- Haskell
- Stars
- 751
- Forks
- 99
- Avg merge
- 45m
- Merged PRs (30d)
- 2
Description
From @edsko on November 7, 2012 15:33
This is not a major issue, because even if we do, there is still no guarantee that a peer still exists after it has been returned by findPeers.
Copied from original issue: haskell-distributed/distributed-process#66
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the SimpleLocalnet implementation and the findPeers entry point first. Determine how the project represents peers that no longer exist, then define completion as removing those peers from the returned results and add or update the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100