Synchronise 2025.1 with upstream#261
Merged
priteau merged 3 commits intostackhpc/2025.1from Mar 2, 2026
Merged
Conversation
The ``LoggingServiceDriverManager`` can register additional drivers by calling the method ``register_driver``. Depending on the driver type, the logging plugin will require RPC. Before this patch, the RPC server was loaded at the beginning, using the initial ``rpc_required`` value. If the initial driver doesn't require RPC, the RPC server was never loaded, regardless of future registered drivers. Within in this patch, the RPC server instance is a property that depends on the current ``rpc_required`` and the private variable storing the RPC instance. If the ``rpc_required`` flag changes, the next time the RPC server is required it will be loaded. Closes-Bug: #2141308 Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@redhat.com> Change-Id: I4e7c773d19d189535fa6118e1f2d0c2a088010e4 (cherry picked from commit 1f953df)
Latest virtualenv bundles setuptools 82.0.0, which dropped pkg_resources module source from the package, since that is still used in pbr-6.1.1, thus virtualenv needs to be pinned to fix the gate. Signed-off-by: Yatin Karel <ykarel@redhat.com> Change-Id: Iec6f347cb4bbcc4d11f01f2e946658168b670a8b
priteau
approved these changes
Mar 2, 2026
This file contains hidden or 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
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.
This PR contains a snapshot of 2025.1 from upstream stable/2025.1.