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

Some fixes for edge cases #2172

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

eboasson
Copy link
Contributor

This PR contains fixes for the following problems:

  • deleting a reader with outstanding PSMX loans
  • waitset_wait not getting unblocked by set_status_mask
  • a crash when trying to create the 33rd query condition on a reader
  • silently ignoring thread scheduling affinity settings

Cyclone allows a reader to be deleted while there are still outstanding loans,
automatically releasing them. If there are outstanding loans owned by a PSMX plugin, that
plugin gets invoked on the corresponding PSMX subscription, and so that subscription must
still exist.

The PSMX plugin has no access to the Cyclone entity and so there is no dependency from the
PSMX plugin to the Cyclone loan pool.

Signed-off-by: Erik Boasson <eb@ilities.com>
Signed-off-by: Erik Boasson <eb@ilities.com>
Refuse creating a thread if the attributes specify scheduling affinity but the
platform/ddsrt doesn't support setting it.

Signed-off-by: Erik Boasson <eb@ilities.com>
Signed-off-by: Erik Boasson <eb@ilities.com>
Signed-off-by: Erik Boasson <eb@ilities.com>
Signed-off-by: Erik Boasson <eb@ilities.com>
Signed-off-by: Erik Boasson <eb@ilities.com>
Signed-off-by: Erik Boasson <eb@ilities.com>
Signed-off-by: Erik Boasson <eb@ilities.com>
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