Skip to content

Multiple commits#3818

Merged
rhc54 merged 2 commits intoopenpmix:v6.1from
rhc54:cmr61/up
Feb 24, 2026
Merged

Multiple commits#3818
rhc54 merged 2 commits intoopenpmix:v6.1from
rhc54:cmr61/up

Conversation

@rhc54
Copy link
Contributor

@rhc54 rhc54 commented Feb 24, 2026

Properly handle qualified values in client get

When the internal fetch returns a qualified value, we need
to extract only the "actual" value and return that to the
caller. We specifically do not want to include the qualifiers
in the returned value.

NOTE: we cannot just have the internal fetch perform that
operation for us as the server needs to retrieve the full
qualified value (value plus qualifiers) when responding to
a request from a client. Otherwise, the client would store
the value without the qualifiers, thereby converting it to
an "unqualified" value for any subsequent "get" requests.

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 7e6488d)

Return group info to members during construct

Avoid unnecessary requests for group info from the server
by passing the group info down to the members during the
release from construct operation.

Signed-off-by: Ralph Castain rhc@pmix.org
(cherry picked from commit 201f8c1)

When the internal fetch returns a qualified value, we need
to extract only the "actual" value and return that to the
caller. We specifically do not want to include the qualifiers
in the returned value.

NOTE: we cannot just have the internal fetch perform that
operation for us as the server needs to retrieve the full
qualified value (value plus qualifiers) when responding to
a request from a client. Otherwise, the client would store
the value without the qualifiers, thereby converting it to
an "unqualified" value for any subsequent "get" requests.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 7e6488d)
Avoid unnecessary requests for group info from the server
by passing the group info down to the members during the
release from construct operation.

Signed-off-by: Ralph Castain <rhc@pmix.org>
(cherry picked from commit 201f8c1)
@rhc54 rhc54 merged commit ef02abb into openpmix:v6.1 Feb 24, 2026
26 checks passed
@rhc54 rhc54 deleted the cmr61/up branch February 24, 2026 15:55
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

Successfully merging this pull request may close these issues.

1 participant