-
Notifications
You must be signed in to change notification settings - Fork 177
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
Backport/v5.12 #1230
Merged
Merged
Backport/v5.12 #1230
Conversation
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
… host borders (#1183) Co-authored-by: Kaan Evlende <[email protected]> Co-authored-by: KerstinKeller <[email protected]> Co-authored-by: Kristof Hannemann <[email protected]> Co-authored-by: Florian Reimold <[email protected]>
Co-authored-by: Kerstin Keller <[email protected]> Co-authored-by: Rex Schilasky <[email protected]>
* Make version info of ftxui available to build.
Introduces two new structs (SLocalSubscriptionInfo and SExternSubscriptionInfo) and uses them for applying / unapplying registrations. They are also stored in the ExpiredMap when topic are no longer visible on monitoring layer.
The latest version of sphinxcontrib-youtube is not compatible with our Sphinx version (4.5) anymore.
The default GH Action runners dropped Python 3.6, so we are dropping it as well.
Prior to this commit, SHM data was dropped, if the subscriber wasn't able to access it in 5ms. Now, the subscriber re-tries, until it got access to it, or new data is available.
* Core: Fixed ack timeout issue This fixes the issue that 1 SHM Ack timeout destroyed the entire ack timeout feature. Now, the internal events are neither closed nor invalidated on timeout, so they can actually be reused later on. It is stored however that this particular event had timeouted, and it will only be waited on again, after the subscriber requested that via registration layer. * Added test
…ze 0 data is read. (#1211) HDF5MeasDir should return if all files were closed properly.
Core: Cleanup add/rem datawriter connection logic (no need to cherry pick anywhere)
return values of ShmSetBufferCount evaluated in CSyncMemoryFile::Create function to state failed creation
… used for linux implementation only) (#1222)
Currently (2023-10-26) termcolor does not include the cstdint header file, but it is needed for Ubuntu 23.10 / gcc 13.2: ikalnytskyi/termcolor#72
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backporting to 5.12
Rebase-merge required.