-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Just a head's up that this needs to have master merged to it. |
Signed-off-by: Joseph Moore <[email protected]>
mercury.spec
Outdated
@@ -1,6 +1,6 @@ | |||
Name: mercury | |||
Version: 2.4.0~rc5 | |||
Release: 1%{?dist} | |||
Release: 2%{?dist} |
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
+ | ||
NA_CHECK_SUBSYS_NA_ERROR( | ||
addr, error, na_ret, "Could not insert new address"); | ||
|
There was a problem hiding this comment.
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
Signed-off-by: Jerome Soumagne <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
Signed-off-by: Joseph Moore <[email protected]>
No description provided.