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

Patch of documentation to address #267 (lack of statusInfo in SessionInfo) #269

Merged
merged 4 commits into from
Mar 18, 2024
Merged

Conversation

hdamker
Copy link
Collaborator

@hdamker hdamker commented Mar 6, 2024

What type of PR is this?

Add one of the following kinds:

  • correction
  • documentation

What this PR does / why we need it:

Clarifying that only the qosStatus can be polled, but not the statusInfo which is provided only within EventQosStatusChanged

Which issue(s) this PR fixes:

This documentation patch does not fix the issue #267 finally.

Special notes for reviewers:

While creating this PR, I'm not any more sure that we should fix the issue in this way, even short-term. Instead there is the option to create a patch release v0.10.1 which adds the statusInfo also to SessionInfo.

Left the version number open for discussion.

Changelog input

 release-note

Additional documentation

This section can be blank.

docs

@hdamker hdamker changed the title Patch of documentation to address #267 (lack of statusInfo in SessionInfo Patch of documentation to address #267 (lack of statusInfo in SessionInfo) Mar 8, 2024
Added correct version number
Copy link

linux-foundation-easycla bot commented Mar 11, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

Co-authored-by: Randy Levensalor <randymartini@gmail.com>
@hdamker
Copy link
Collaborator Author

hdamker commented Mar 18, 2024

@RandyLevensalor @eric-murray Would you do your final review ... I will prepare the patch release as soon this is merged.

Copy link
Collaborator

@RandyLevensalor RandyLevensalor left a comment

Choose a reason for hiding this comment

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

LGTM

@hdamker hdamker merged commit c7f6f9e into camaraproject:main Mar 18, 2024
3 checks passed
@@ -104,7 +104,7 @@ paths:
NOTE: in case of a `QOS_STATUS_CHANGED` event with `qosStatus` as `UNAVAILABLE` and `statusInfo` as `NETWORK_TERMINATED` the resources of the QoS session
are not directly released, but will get deleted automatically at earliest 360 seconds after the event.
This behavior allows clients which are not receiving notification events but are polling to get the session information with
the `qosStatus` `UNAVAILABLE` and `statusInfo` `NETWORK_TERMINATED`. Before a client can attempt to create a new QoD session
the `qosStatus` `UNAVAILABLE` (the `statusInfo` parameter is not included in the current version but will be adding to `SessionInfo` in an upcoming release). Before a client can attempt to create a new QoD session
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
the `qosStatus` `UNAVAILABLE` (the `statusInfo` parameter is not included in the current version but will be adding to `SessionInfo` in an upcoming release). Before a client can attempt to create a new QoD session
the `qosStatus` `UNAVAILABLE` (the `statusInfo` parameter is not included in the current version but will be added to `SessionInfo` in an upcoming release). Before a client can attempt to create a new QoD session

@hdamker hdamker deleted the patch-267 branch March 21, 2024 12:53
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.

3 participants