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

StoryChunk stuck on Grapher's OrphanQueue #157

Closed
ibrodkin opened this issue Apr 26, 2024 · 1 comment · Fixed by #162
Closed

StoryChunk stuck on Grapher's OrphanQueue #157

ibrodkin opened this issue Apr 26, 2024 · 1 comment · Fixed by #162
Assignees
Labels
bug Something isn't working ChronoGrapher
Milestone

Comments

@ibrodkin
Copy link
Collaborator

ibrodkin commented Apr 26, 2024

It appears that the StroyChunk that Grapher receives from the Keeper is placed on the OrphanQueue and is not drained to the StoryPipeline even though it's created in response to DataStore::StartStroyRecording call.
It can be a timing issue with the short test triggering StopStoryRecording before the periodic call to drain OrphanQueue gets a chance to notice that short lived StoryPipeline

@ibrodkin ibrodkin added bug Something isn't working ChronoGrapher labels Apr 26, 2024
@ibrodkin ibrodkin self-assigned this Apr 26, 2024
@ibrodkin ibrodkin added this to the 2024-05-10 milestone Apr 26, 2024
@ibrodkin ibrodkin linked a pull request May 29, 2024 that will close this issue
@ibrodkin
Copy link
Collaborator Author

changes merged into develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ChronoGrapher
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant