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

jgm/DAOS-16481: mercury: Added fixes and warning log entries for customer testing #121

Draft
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

jgmoore-or
Copy link
Contributor

No description provided.

@jgmoore-or jgmoore-or requested a review from a team as a code owner September 3, 2024 16:22
@jgmoore-or jgmoore-or marked this pull request as draft September 3, 2024 16:23
@brianjmurrell
Copy link
Contributor

Just a head's up that this needs to have master merged to it.

mercury.spec Outdated
@@ -1,6 +1,6 @@
Name: mercury
Version: 2.4.0~rc5
Release: 1%{?dist}
Release: 2%{?dist}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this needs to be bumped to 3, as its 2 already in master.

debian/changelog Outdated
@@ -1,3 +1,9 @@
mercury (2.4.0~rc5-2) unstable; urgency=medium
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here -- needs to be bumped to rc5-3; rc5-2 is already present in master

+
NA_CHECK_SUBSYS_NA_ERROR(
addr, error, na_ret, "Could not insert new address");

Copy link
Contributor

@frostedcmos frostedcmos Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should bump ref count by 1 here, to account for entry being used by new client. eventual disconnect for previous client will arrive, dropping the ref count. Without this, we end up deleting this newly created entry when previous clients disconnect even finally arrives.
(this should be only for the case when na_ucx_addr != NULL ) on line 33 above

soumagne and others added 13 commits September 5, 2024 15:14
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.

4 participants