Robert Schulze
Robert Schulze
On my ARM system, I am also able to compile a standard build with `-moutline-atomics` (I used slightly different CMake flags). This was a native build, i.e. not cross-compiling. But...
Update: - Native compilation on Aarch64 for Aarch64 works and the produced binaries run fine. The only modification over the standard build was to add `set (COMPILER_FLAGS "${COMPILER_FLAGS} -moutline-atomics")` to...
> We may need to add two AArch64 builds: one for the most modern CPUs like Graviron3 and what's in Google Cloud, and another build for Raspberry Pi and similar....
@davidzengxhsh I am continuing the idea of this PR in #41610. Feel free to close this PR. Thanks for your contribution.
@HarryLeeIBM Friendly ping - what's the status of this PR? Thanks.
Reason why replxx was made mandatory: https://github.com/ClickHouse/ClickHouse/pull/37719 Building it always is a really small cost to pay, so I also wonder if the extra flexibility is worth the trouble. Note...
@HarryLeeIBM @larryluogit Thanks a lot for incorporating all the feedback. The PR is in much better shape now. I'll do a final review (with surely much fewer comments) hopefully soon...
@HarryLeeIBM @larryluogit Since unfortunately lots of functionality in ClickHouse isn't fully documented (or not documented at all), there has been a recent change in the merge policy. Specifically, new features...
About docs: I guess we can make an exception since I am going to present this PR tomorrow internally and can also write docs by myself. Test failures look unrelated...
Failures in stress test after restart look unrelated. Restarted functional tests did unfortunately not run due to a recent change in the CI infrastructure (`clickhouse-test: error: unrecognized arguments: --report-logs-stats`, e.g....