-
Notifications
You must be signed in to change notification settings - Fork 22
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
Sync from v4 #300
Sync from v4 #300
Conversation
The pmix_server_fencenb_fn_t upcall function cannot return "operation succeeded" as that would prevent the return of any collected data. Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit e96d8cb)
Turns out we do need this in the standard Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 9a249a4)
I put the WIP label on this because we know of a couple more clarifications coming into v4 that we want to include in this PR once they are finished. So we can hold this PR until we get the latest community clarifications from v4. |
Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 7b9d1a6)
Add reserved prefixes for regular expressions and explain that such prefixes are required to be present. Expand on explanation of refresh cache behavior and required keys. Add new compressed byte object data type. Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 39ca7fb)
Per the provided comments Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit e929ed8)
Looks good to me. Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Josh Hursey <[email protected]> (cherry picked from commit cc2aa6d)
Signed-off-by: Ralph Castain <[email protected]> Co-authored-by: Josh Hursey <[email protected]> (cherry picked from commit d560896)
This PR should bring |
* `PMIX_LOCALITY` is already in the v4 deprecation list * Only declare `PMIX_SERVER_SCHEDULER` once. Consolidate the definition. * Fixes pmix#264 Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit 86eaecd)
Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit b436c5c)
Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit 440e31b)
Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit f84a11d)
Signed-off-by: Joshua Hursey <[email protected]> (cherry picked from commit 2d03624)
Working thru this section and cleaning up based on implementation Signed-off-by: Ralph Castain <[email protected]> (cherry picked from commit 9c1e6c4)
@rhc54 when you get a chance, can you give this a 👍 so I can bring over the v4 changes to master? Thanks! |
Bring back
Now master is inline with v4.0rc5
A few more PRs since v4.0rc5