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

Fix statx on ARM #47008

Merged
merged 1 commit into from
Mar 1, 2023
Merged

Fix statx on ARM #47008

merged 1 commit into from
Mar 1, 2023

Conversation

rschu1ze
Copy link
Member

Fixes #46055

Changelog category (leave one):

  • Build/Testing/Packaging Improvement

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

Fix error during server startup on old distros (e.g. Amazon Linux 2) and on ARM that glibc 2.28 symbols are not found

@robot-clickhouse-ci-1 robot-clickhouse-ci-1 added the pr-build Pull request with build/testing/packaging improvement label Feb 28, 2023
@rschu1ze rschu1ze marked this pull request as draft February 28, 2023 15:43
@rschu1ze
Copy link
Member Author

Still verifying if the fix helps. I also consider a binary compatibility check for ARM, similar to the existing one.

@rschu1ze
Copy link
Member Author

Verified, works. Will add the compat check for ARM in a separate PR.

@rschu1ze rschu1ze marked this pull request as ready for review February 28, 2023 20:40
@nickitat nickitat self-assigned this Feb 28, 2023
Copy link
Member

@alexey-milovidov alexey-milovidov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! I hope the struct layout matches.

@rschu1ze rschu1ze added the pr-must-backport Pull request should be backported intentionally. Use this label with great care! label Mar 1, 2023
@rschu1ze
Copy link
Member Author

rschu1ze commented Mar 1, 2023

Yes, the struct layout is the same across different platforms.

InstallPackagesTestRelease:

  • "No space left on device"

ClickHouse Stateless Tests (ubsan) [2/2]:
ClickHouse Stateless Tests (release, Wide Parts Enabled):

  • 00993_system_parts_race_condition_drop_zookeeper: looks like another infra timeout

@rschu1ze rschu1ze merged commit 05142af into master Mar 1, 2023
@rschu1ze rschu1ze deleted the rs/fix-too-new-glibc-on-arm branch March 1, 2023 08:31
robot-clickhouse added a commit that referenced this pull request Mar 1, 2023
robot-clickhouse added a commit that referenced this pull request Mar 1, 2023
robot-clickhouse added a commit that referenced this pull request Mar 1, 2023
@robot-ch-test-poll2 robot-ch-test-poll2 added the pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore label Mar 1, 2023
rschu1ze added a commit that referenced this pull request Mar 1, 2023
rschu1ze added a commit that referenced this pull request Mar 1, 2023
rschu1ze added a commit that referenced this pull request Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-backports-created Backport PRs are successfully created, it won't be processed by CI script anymore pr-build Pull request with build/testing/packaging improvement pr-must-backport Pull request should be backported intentionally. Use this label with great care!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

clickhouse-server.aarch64 0:23.1.3.5-1 GLIBC_2.28 not found
5 participants