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

new rfc: document FLUID design #128

Closed
garlick opened this issue Jun 15, 2018 · 2 comments
Closed

new rfc: document FLUID design #128

garlick opened this issue Jun 15, 2018 · 2 comments

Comments

@garlick
Copy link
Member

garlick commented Jun 15, 2018

@grondo did a nice job of laying out a proposal for Flux Locally Unique IDs (FLUIDs) in flux-framework/flux-core#470. Since then, an implementation of a FLUID generator has been added to flux-core, and flux-framework/flux-core#1543 proposes it as the basis for Flux jobid's. If that design is accepted, we should consider translating the original proposal to an RFC here.

Possible changes needed to the design (still up in the air I think):

@grondo
Copy link
Contributor

grondo commented Jun 15, 2018

(maybe) need time portion better synchronized across FLUID id's (ranks) if degree of partial ordering of distributed FLUID generation is useful to discipline

A synchronized monotonic clock across Flux ranks sounds like it would be useful to other services (maybe even exported via the API for users?). Do we need to think about how to accomplish this in general, then make use of it in FLUID generators?

@garlick
Copy link
Member Author

garlick commented Jun 20, 2018

That's a good thought. This is kind of along the lines of what the heartbeat is for. Maybe we could implement/augment the heartbeat API to include the heartbeat period, time since last heartbeat (e.g. microsecond granularity), and time since first heartbeat?

It makes sense to me to have a heartbeat RFC since that was fundamental design element. I'll open another issue on that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants