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

Added code to show get_instance_handles() and lookup_instance() #1642

Closed
wants to merge 2 commits into from

Conversation

Tom-Gigo
Copy link

These changes are only to tests/DCPS/PersistentDurability. These changes do not cause the test to fail, they only help illustrate issue 1641.
They show that, after persistent messages are read into a DataWriter, those messages do not appear correctly when using get_instance_handles() and get_key_value(). Nor can lookup_instance() find anything using known key values.

@mitza-oci
Copy link
Member

Are all the changes here necessary to demonstrate the problem described in #1641? If the overall test design needs to change, please also update the README in the same directory. It seems like the next step would be to make the test fail when it encounters this problem. Also remove nullptr so it will compile on all supported compilers.

@Tom-Gigo
Copy link
Author

Tom-Gigo commented May 8, 2020 via email

@Tom-Gigo
Copy link
Author

Tom-Gigo commented May 8, 2020 via email

@Tom-Gigo
Copy link
Author

Tom-Gigo commented May 8, 2020 via email

@mitza-oci mitza-oci marked this pull request as draft January 4, 2021 20:37
@jrw972
Copy link
Contributor

jrw972 commented May 2, 2024

Closing this pull request as there are currently no plans for fixing persistence using the current architecture. The issue that links to this pull request will stay open.

@jrw972 jrw972 closed this May 2, 2024
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.

Messages loaded via Persistent Durability do not appear in instance_map
3 participants