Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull orphaning + listing + adoption + deduplication #8

Open
stuartpb opened this issue Nov 9, 2015 · 1 comment
Open

Pull orphaning + listing + adoption + deduplication #8

stuartpb opened this issue Nov 9, 2015 · 1 comment
Labels

Comments

@stuartpb
Copy link
Member

stuartpb commented Nov 9, 2015

Need mechanisms in place so that:

  • A listing can only have one pull going at a time
  • If the frontend that initiated a pull disconnects, that pull is orphaned
  • Another frontend can (re)connect to a listing's pull in progress
  • A frontend can see what pulls are currently happening when opening

Basically, ports need to be abstracted away from pulls

@stuartpb
Copy link
Member Author

It seems to me that the structure for this is a Map, by document ID per-pull-profile-listing, of objects containing arrays of ports listening to progress on a pull, as well as some sort of status (for newly-joining ports to be served).

@stuartpb stuartpb added the 3floc label Feb 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant