Skip to content

Revert "Revert "Fix AWS ECS""#65362

Merged
alexey-milovidov merged 14 commits intomasterfrom
revert-65361-revert-65164-ecs
Aug 19, 2024
Merged

Revert "Revert "Fix AWS ECS""#65362
alexey-milovidov merged 14 commits intomasterfrom
revert-65361-revert-65164-ecs

Conversation

@Avogar
Copy link
Copy Markdown
Member

@Avogar Avogar commented Jun 17, 2024

Reverts #65361

@robot-clickhouse-ci-2 robot-clickhouse-ci-2 added pr-not-for-changelog This PR should not be mentioned in the changelog submodule changed At least one submodule changed in this PR. labels Jun 17, 2024
@robot-clickhouse-ci-2
Copy link
Copy Markdown
Contributor

robot-clickhouse-ci-2 commented Jun 17, 2024

This is an automated comment for commit fd8c992 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
AST fuzzerRuns randomly generated queries to catch program errors. The build type is optionally given in parenthesis. If it fails, ask a maintainer for help✅ success
BuildsThere's no description for the check yet, please add it to tests/ci/ci_config.py:CHECK_DESCRIPTIONS✅ success
ClickBenchRuns [ClickBench](https://github.com/ClickHouse/ClickBench/) with instant-attach table✅ success
Compatibility checkChecks that clickhouse binary runs on distributions with old libc versions. If it fails, ask a maintainer for help✅ success
Docker keeper imageThe check to build and optionally push the mentioned image to docker hub✅ success
Docker server imageThe check to build and optionally push the mentioned image to docker hub✅ success
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
Flaky testsChecks if new added or modified tests are flaky by running them repeatedly, in parallel, with more randomization. Functional tests are run 100 times with address sanitizer, and additional randomization of thread scheduling. Integration tests are run up to 10 times. If at least once a new test has failed, or was too long, this check will be red. We don't allow flaky tests, read the doc✅ success
Install packagesChecks that the built packages are installable in a clear environment✅ success
Integration testsThe integration tests report. In parenthesis the package type is given, and in square brackets are the optional part/total tests✅ success
Performance ComparisonMeasure changes in query performance. The performance test report is described in detail here. In square brackets are the optional part/total tests✅ success
Stateful testsRuns stateful functional tests for ClickHouse binaries built in various configurations -- release, debug, with sanitizers, etc✅ success
Stateless testsRuns stateless functional tests for ClickHouse binaries built in various configurations -- release, debug, with sanitizers, etc✅ success
Stress testRuns stateless functional tests concurrently from several clients to detect concurrency-related errors✅ 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
Unit testsRuns the unit tests for different release types✅ success
Upgrade checkRuns stress tests on server version from last release and then tries to upgrade it to the version from the PR. It checks if the new server can successfully startup without any errors, crashes or sanitizer asserts✅ success

@Algunenano
Copy link
Copy Markdown
Member

Keep in mind that https://s3.amazonaws.com/clickhouse-test-reports/0/a29babcb611411ff7ee4edbbd4135ca0d1e45280/stateless_tests__tsan__s3_storage__[1_5].html was probably related to this PR before it was reverted (data race in CH local)

@Avogar
Copy link
Copy Markdown
Member Author

Avogar commented Jun 18, 2024

@alexey-milovidov can you check the data race in your test?

@alexey-milovidov
Copy link
Copy Markdown
Member

Looks like a bug in AWS SDK (the second one in a row). I will take a look.

@Avogar Avogar mentioned this pull request Jun 20, 2024
19 tasks
@alexey-milovidov alexey-milovidov self-assigned this Jun 23, 2024
@alexey-milovidov
Copy link
Copy Markdown
Member

aws/aws-sdk-cpp#3013

@Sharu95
Copy link
Copy Markdown

Sharu95 commented Jun 26, 2024

Man things are moving fast in these PRs, appreciate the effort and pace here 🚀 Also saw the cpp PR was merged in aws/aws-sdk-cpp#3013 💎

@Sharu95
Copy link
Copy Markdown

Sharu95 commented Jul 1, 2024

Was just wondering if there were any updates on this? 😄

@alexey-milovidov
Copy link
Copy Markdown
Member

alexey-milovidov commented Jul 2, 2024

It is in progress, I am doing it in between of other pull requests.
Hold tight :)

@jakedaleweb
Copy link
Copy Markdown

Hello 👋 how's this coming along? anything we can do to help?

@alexey-milovidov
Copy link
Copy Markdown
Member

@jakedaleweb, There were no updates past week.
Have a good day. Cheers, Alexey.

@jakedaleweb
Copy link
Copy Markdown

@alexey-milovidov thanks for the update, I really appreciate your communication on this PR.

Is this blocked by another PR on a project somewhere else? Or is is a matter of finding time to work on it?

Apologies if I am coming off as pushy, but getting this working is make-or-break for my implementation of Clickhouse which I am really keen to keep moving on.

@jakedaleweb
Copy link
Copy Markdown

Hi, just trying to get a pulse on this one as it will inform the route I take for my work. Is there likely to be a resolution on this in days, weeks, months?

Again, not trying to be pushy! 😅

@jakedaleweb
Copy link
Copy Markdown

FYI have managed to work around this #33771 (comment)

@alexey-milovidov alexey-milovidov merged commit 732008f into master Aug 19, 2024
@alexey-milovidov alexey-milovidov deleted the revert-65361-revert-65164-ecs branch August 19, 2024 09:27
@robot-ch-test-poll4 robot-ch-test-poll4 added the pr-synced-to-cloud The PR is synced to the cloud repo label Aug 19, 2024
@Sharu95
Copy link
Copy Markdown

Sharu95 commented Aug 29, 2024

@alexey-milovidov, any deployed releases with this fix? 😄

@alexey-milovidov
Copy link
Copy Markdown
Member

The release builds are ready:

curl https://clickhouse.com/ | sh

@Sharu95
Copy link
Copy Markdown

Sharu95 commented Aug 30, 2024

Thanks @alexey-milovidov! I was using the Docker server version, it works with the head tag, but experienced the same problems with 24.7.4.51. When I did the curl, it seems like the version was different, so I assume its just the docker release that is different

@alexey-milovidov
Copy link
Copy Markdown
Member

It is from 24.9 (which is currently in pre-release).

zvonand pushed a commit to Altinity/ClickHouse that referenced this pull request Feb 25, 2026
…rt-65164-ecs

Revert "Revert "Fix AWS ECS""
zvonand added a commit to Altinity/ClickHouse that referenced this pull request Feb 26, 2026
…14/65362

24.8.14 Stable backport of ClickHouse#65362: Revert "Revert "Fix AWS ECS""
zvonand pushed a commit to Altinity/ClickHouse that referenced this pull request Mar 17, 2026
…rt-65164-ecs

Revert "Revert "Fix AWS ECS""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-not-for-changelog This PR should not be mentioned in the changelog 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.

9 participants