Igor Nikonov
Igor Nikonov
> Hey @ruslandoga I'm afraid the first build is as painful as you're experiencing (our action takes > 5h to build) but if you add ccache to the mix the...
> > There is also documentation on how to build ClickHouse - https://clickhouse.com/docs/en/development/build > > I don't see any related issues with the build process and we have [chdb-builder](https://github.com/chdb-io/chdb-builder) helper...
> For me it looks similar to `prefer_localhost_replica=1` for Distributed table. There is an important difference to a distributed table, - in the case of task-based parallel replicas, the data...
https://s3.amazonaws.com/clickhouse-test-reports/63685/033155d8fad46e81eb97e522e48afe37484da2c7/ast_fuzzer__asan_.html ``` SELECT 2, toNullable(1) IN ( SELECT 0 GROUP BY 1 IN ( SELECT toNullable(0) ) WITH CUBE WITH TOTALS ), 2, toNullable(1) IN ( SELECT 0 GROUP BY...
AST Fuzz failure - https://github.com/ClickHouse/ClickHouse/issues/52991#issuecomment-2107521745
AFAIU, the issue we've trying to fix here is correct handling tail data in `SimpleSquashingChunksTransform` after the input port is closed. But this was fixed for `SimpleSquashingChunksTransform` in https://github.com/ClickHouse/ClickHouse/pull/62451 ....
Stateless test [failure](https://s3.amazonaws.com/clickhouse-test-reports/63796/e6c059673f7c3f1e759048720991d654bc9cbc32/stateless_tests__release__old_analyzer__s3__databasereplicated__[1_4].html) - fix https://github.com/ClickHouse/ClickHouse/pull/64716
AST Fuzz failure - https://github.com/ClickHouse/ClickHouse/issues/65867
Stress-test [failure](https://s3.amazonaws.com/clickhouse-test-reports/64448/75f7816c46da69b4b92b902a2ef4c33112c99ebb/stress_test__debug_.html) is related: somehow, no callback is set to get read tasks https://pastila.nl/?0001dad0/45d0888c0c104b48f698d7872d99c95d#MXZ1nj4y6p2Cw5ze7Hizzw== Potential fix: [4e69cd0](https://github.com/ClickHouse/ClickHouse/pull/64448/commits/4e69cd0d5262fed5bbebaf30fd2f34d6cb2ad830)
https://s3.amazonaws.com/clickhouse-test-reports/64448/75f7816c46da69b4b92b902a2ef4c33112c99ebb/stress_test__msan_.html For a reason, replicas choose different modes to read table `ReverseOrder` on the initiator and `Default` on some other replica ``` 55371:2024.07.19 16:14:38.236759 [ 4019 ] {test_9_optimize_read_in_order_from_view_157312075} : Logical...