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

Upgrade QPL to v1.4.0+Fix qpl_deflate codec bug for polling timeout #59551

Merged
merged 5 commits into from Feb 23, 2024

Conversation

jinjunzh
Copy link
Contributor

@jinjunzh jinjunzh commented Feb 4, 2024

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

Bumped Intel QPL (used by codec DEFLATE_QPL) from v1.3.1 to v1.4.0 . Also fixed a bug for polling timeout mechanism, as we observed in same cases timeout won't work properly, if timeout happen, IAA and CPU may process buffer concurrently. So far, we'd better make sure IAA codec status is not QPL_STS_BEING_PROCESSED, then fallback to SW codec.

@alexey-milovidov alexey-milovidov added the can be tested Allows running workflows for external contributors label Feb 5, 2024
@robot-ch-test-poll robot-ch-test-poll added pr-improvement Pull request with some product improvements submodule changed At least one submodule changed in this PR. labels Feb 5, 2024
@robot-ch-test-poll
Copy link
Contributor

robot-ch-test-poll commented Feb 5, 2024

This is an automated comment for commit 38d4d1f with description of existing statuses. It's updated for the latest CI running

⏳ Click here to open a full report in a separate page

Successful checks
Check nameDescriptionStatus
Docs checkBuilds and tests the documentation✅ success
Fast testNormally this is the first check that is ran for a PR. It builds ClickHouse and runs most of stateless functional tests, omitting some. If it fails, further checks are not started until it is fixed. Look at the report to see which tests fail, then reproduce the failure locally as described here✅ success
Mergeable CheckChecks if all other necessary checks are successful✅ success
Style checkRuns a set of checks to keep the code style clean. If some of tests failed, see the related log from the report✅ success
Check nameDescriptionStatus
CI runningA meta-check that indicates the running CI. Normally, it's in success or pending state. The failed status indicates some problems with the PR⏳ pending

@alexey-milovidov
Copy link
Member

@jinjunzh, please merge with master.

@jinjunzh
Copy link
Contributor Author

@alexey-milovidov This PR is for master branch.

@rschu1ze rschu1ze self-assigned this Feb 21, 2024
@rschu1ze rschu1ze merged commit e325afa into ClickHouse:master Feb 23, 2024
13 of 15 checks passed
@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-synced-to-cloud The PR is synced to the cloud repo label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
can be tested Allows running workflows for external contributors pr-improvement Pull request with some product improvements pr-synced-to-cloud The PR is synced to the cloud repo submodule changed At least one submodule changed in this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants