haskell-distributed / haskell-distributed/distributed-process
[DP-100] Implement monitoring for registry values
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 751
- Forks
- 99
- Avg merge
- 45m
- Merged PRs (30d)
- 2
Description
[Imported from JIRA. Reported by Alexander Vershilov @qnikst) as DP-100 on 2015-01-30 12:04:08]
Currently it's possible to store remote processes in registry, but such processes are not guaranteed to be monitored. So when remote process dies current node will never receive an event about process death so will never free value from registry and this could potentialy lead to memory leaks.
We need to elaborate a good solution for this issue.
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
Start by locating the registry implementation and the code that monitors remote processes, then trace how process-death events are delivered to the current node. Done means agreeing on and implementing a solution that monitors registered remote processes and frees their registry values when they die; no file or test is named in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100