-
Notifications
You must be signed in to change notification settings - Fork 252
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
Add cli option compression-threads-priority #1768
Conversation
Signed-off-by: Roman Sokolkov <[email protected]>
@MichaelOrlov PTAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Signed-off-by: Roman Sokolkov <[email protected]>
@fujitatomoya thanks for the review. I see a lot of unrealed issues in CI
Did you see smth similar? |
Signed-off-by: Michael Orlov <[email protected]>
Signed-off-by: Michael Orlov <[email protected]>
- Rationale: To test the same behavior as in the writer factory class Signed-off-by: Michael Orlov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@r7vme Thanks for your contribution.
Overall looks good. However, I added some minor changes in the help section and doxygen comments to better explain what values could be for the compression thread's priority.
Pulls: #1768 |
@MichaelOrlov LGTM, thanks |
https://github.com/Mergifyio backport jazzy |
✅ Backports have been created
|
* Add cli option compression-threads-priority Signed-off-by: Roman Sokolkov <[email protected]> * Fix CI issues Signed-off-by: Roman Sokolkov <[email protected]> * Add timeout for the test_priority_propagated_into_compression_thread Signed-off-by: Michael Orlov <[email protected]> * Update help section and doxygen comments for thread priority parameters Signed-off-by: Michael Orlov <[email protected]> * Use integer type for compression threads priority default value in tests - Rationale: To test the same behavior as in the writer factory class Signed-off-by: Michael Orlov <[email protected]> --------- Signed-off-by: Roman Sokolkov <[email protected]> Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: Michael Orlov <[email protected]> (cherry picked from commit 25c3e1c)
* Add cli option compression-threads-priority Signed-off-by: Roman Sokolkov <[email protected]> * Fix CI issues Signed-off-by: Roman Sokolkov <[email protected]> * Add timeout for the test_priority_propagated_into_compression_thread Signed-off-by: Michael Orlov <[email protected]> * Update help section and doxygen comments for thread priority parameters Signed-off-by: Michael Orlov <[email protected]> * Use integer type for compression threads priority default value in tests - Rationale: To test the same behavior as in the writer factory class Signed-off-by: Michael Orlov <[email protected]> --------- Signed-off-by: Roman Sokolkov <[email protected]> Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: Michael Orlov <[email protected]> (cherry picked from commit 25c3e1c)
* Add cli option compression-threads-priority Signed-off-by: Roman Sokolkov <[email protected]> * Fix CI issues Signed-off-by: Roman Sokolkov <[email protected]> * Add timeout for the test_priority_propagated_into_compression_thread Signed-off-by: Michael Orlov <[email protected]> * Update help section and doxygen comments for thread priority parameters Signed-off-by: Michael Orlov <[email protected]> * Use integer type for compression threads priority default value in tests - Rationale: To test the same behavior as in the writer factory class Signed-off-by: Michael Orlov <[email protected]> --------- Signed-off-by: Roman Sokolkov <[email protected]> Signed-off-by: Michael Orlov <[email protected]> Co-authored-by: Michael Orlov <[email protected]> (cherry picked from commit 25c3e1c) Co-authored-by: Roman <[email protected]>
This PR adds
--compression-threads-priority
CLI parameter for theros2 bag record
command to be able to set up compression threads priority.