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

Messages loaded via Persistent Durability do not appear in instance_map #1641

Open
Tom-Gigo opened this issue Apr 24, 2020 · 1 comment
Open

Comments

@Tom-Gigo
Copy link

After a DataWriter has loaded persistent messages, those messages do not appear correctly with regard to get_instance_handles() / get_key_value() and lookup_instance(). The call to get_instance_handles() shows multiple instances all merged into one, and get_key_value() returns the wrong key value. The call to lookup_instance(), using a key value that is known to be have been persisted, does not find that known key.

@Tom-Gigo
Copy link
Author

Pull request 1642 adds code to tests/DCPS/PersistenDurability to show this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants