-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes structure of
Frame Completed
span in nexus writer (#281)
## Summary of changes - In `cache_poll`, the `Frame Completed` span now occurs for every frame dispatched from the cache. Allowing us to see how many are unqueued at the same time. - Fixes a bug whereby complete frames in the queue are marked as expired because they were behind incomplete frames. - Removed `debug!("{args}");` log statement. ## Instruction for review/testing General code review. Tested on simulated data.
- Loading branch information
1 parent
7cd85bc
commit b86a241
Showing
3 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters