status stringclasses 1
value | repo_name stringclasses 13
values | repo_url stringclasses 13
values | issue_id int64 1 104k | updated_files stringlengths 11 1.76k | title stringlengths 4 369 | body stringlengths 0 254k ⌀ | issue_url stringlengths 38 55 | pull_url stringlengths 38 53 | before_fix_sha stringlengths 40 40 | after_fix_sha stringlengths 40 40 | report_datetime timestamp[ns, tz=UTC] | language stringclasses 5
values | commit_datetime timestamp[us, tz=UTC] |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,384 | ["programs/install/Install.cpp"] | Unable to install ClickHouse in pfsense FreeBSD |
**Describe the unexpected behaviour**
Trying to install clickhouse in FreeBSD (pfsense firewall), following this [link ](https://clickhouse.com/#quick-start)
**How to reproduce**
1 - copy the ClickHouse file into pfsense from [here](https://builds.clickhouse.com/master/freebsd/clickhouse)
2 - chmod a+x ./clickh... | https://github.com/ClickHouse/ClickHouse/issues/33384 | https://github.com/ClickHouse/ClickHouse/pull/33418 | 7b0aa12630afe76c9e31863e08bfe12d9f4d18e3 | 675fc6ba0758de521ae0b658892fe7d6661fc762 | 2022-01-04T09:50:30Z | c++ | 2022-01-06T19:51:39Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,381 | ["contrib/NuRaft", "src/Coordination/CoordinationSettings.cpp", "src/Coordination/CoordinationSettings.h", "src/Coordination/KeeperDispatcher.cpp", "src/Coordination/KeeperServer.cpp", "src/Coordination/KeeperServer.h"] | Cannot allocate RAFT instance. (RAFT_ERROR) due to "Address family not supported by protocol" (IPv6 disabled) |
Processing configuration file '/apps/conf/clickhouse-server/config.xml'.
Logging trace to /apps/logs/clickhouse-server/clickhouse-server.log
Logging errors to /apps/logs/clickhouse-server/clickhouse-server.err.log
Logging trace to console
2022.01.04 15:35:45.698159 [ 399760 ] {} <Information> SentryWriter: Sendin... | https://github.com/ClickHouse/ClickHouse/issues/33381 | https://github.com/ClickHouse/ClickHouse/pull/33450 | 05a5a81f7a6c99424ddbe343a1293f4345d719a3 | 6dbbf6b4dd608afa4ba3436008aa7e1e9865430c | 2022-01-04T07:40:54Z | c++ | 2022-01-08T00:43:25Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,345 | ["docker/builder/Dockerfile", "docker/builder/Makefile", "docker/builder/README.md", "docker/builder/build.sh"] | build error: unable to find library -lsocket | > Make sure that `git diff` result is empty and you've just pulled fresh master. Try cleaning up cmake cache. Just in case, official build instructions are published here: https://clickhouse.yandex/docs/en/development/build/
**Environment**
Builded in fresh docker 'clickhouse/binary-builder' at master branch a... | https://github.com/ClickHouse/ClickHouse/issues/33345 | https://github.com/ClickHouse/ClickHouse/pull/33399 | 09f2cd1f95a56d71f0611432c80691b32ceda687 | 03eadbb3d82bc4ba3c93d5c7fd8735c6442acd82 | 2021-12-31T11:59:09Z | c++ | 2022-01-04T20:16:55Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,344 | ["src/Interpreters/InterpreterAlterQuery.cpp", "src/Storages/AlterCommands.cpp", "src/Storages/AlterCommands.h", "src/Storages/IStorage.h", "src/Storages/MergeTree/MergeTreeData.h", "src/Storages/StorageFactory.h", "tests/queries/0_stateless/02184_storage_add_support_ttl.reference", "tests/queries/0_stateless/02184_sto... | Block TTL's for Distributed tables during alters | Right now clickhouse allows to create TTL columns for Distributed tables during alters. It is working normally until server restart. After that it won't start because engine distributed doesn't support TTL clause. Modify metadata is required.
My cluster has 21.3 but tested it also with 21.11 and the same behavior.
... | https://github.com/ClickHouse/ClickHouse/issues/33344 | https://github.com/ClickHouse/ClickHouse/pull/33391 | 53f1cff96fb0743324d06b5f663f233a68e2ddc0 | 056500f2adaa7ef2fa9228aa1f8e851678ee33a6 | 2021-12-31T09:29:46Z | c++ | 2022-04-19T13:47:01Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,323 | ["src/AggregateFunctions/AggregateFunctionIntervalLengthSum.h", "tests/queries/0_stateless/02158_interval_length_sum.reference", "tests/queries/0_stateless/02158_interval_length_sum.sql"] | intervalLengthSum(10, 5) UInt64 overflow | **How to reproduce**
```
SELECT
intervalLengthSum(10, 5) AS res,
toInt64(res) AS cast,
toTypeName(res) AS type
Query id: bc8307c2-a520-4499-959e-bb00e0bdf055
┌──────────────────res─┬─cast─┬─type───┐
│ 18446744073709551611 │ -5 │ UInt64 │
└──────────────────────┴──────┴────────┘
```
**Expect... | https://github.com/ClickHouse/ClickHouse/issues/33323 | https://github.com/ClickHouse/ClickHouse/pull/33335 | 5616000568a75f28c2a4df7c2d10bbffa1620507 | f80b83022f87d4bdefa2e51d2595a562f4279c8b | 2021-12-30T12:27:49Z | c++ | 2022-01-04T16:36:11Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,297 | ["src/Interpreters/ActionsVisitor.cpp", "tests/queries/0_stateless/02160_untuple_exponential_growth.reference", "tests/queries/0_stateless/02160_untuple_exponential_growth.sh"] | This weird query is slow | **How to reproduce**
```
SELECT untuple(tuple(untuple((1, untuple((untuple(tuple(untuple(tuple(untuple((untuple((1, 1, 1, 1)), 1, 1, 1)))))), 1, 1))))))
```
Most likely due to very long column name. | https://github.com/ClickHouse/ClickHouse/issues/33297 | https://github.com/ClickHouse/ClickHouse/pull/33445 | b1d2bdf5699c3726dc7f6fd3bca744eb267c187a | d274c00ec7792068a7197d938887d193925a9ce5 | 2021-12-29T17:20:33Z | c++ | 2022-01-07T11:23:42Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,289 | ["src/Interpreters/InterpreterSelectQuery.cpp", "src/Interpreters/InterpreterSelectWithUnionQuery.cpp", "src/Interpreters/SelectQueryOptions.h", "src/Storages/SelectQueryInfo.h", "src/Storages/StorageView.cpp", "tests/queries/0_stateless/02169_fix_view_offset_limit_setting.reference", "tests/queries/0_stateless/02169_f... | Settings limit/offset dose not work as expected on View | Given that vcounter is a View, the settings limit/offset dose not work as expected.
```sql
CREATE TABLE counter (id UInt64, createdAt DateTime) ENGINE = MergeTree() ORDER BY id;
INSERT INTO counter SELECT number, now() FROM numbers(500);
CREATE VIEW vcounter AS
SELECT
intDiv(id, 10) AS tens,
max(crea... | https://github.com/ClickHouse/ClickHouse/issues/33289 | https://github.com/ClickHouse/ClickHouse/pull/33518 | 2088570a01cf22c8179b1efc754b2c430596960b | 6c71a7c40f1ea6816ab2b9ce42ba4290ff47cb83 | 2021-12-29T13:46:36Z | c++ | 2022-01-12T20:39:31Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,270 | ["src/CMakeLists.txt", "src/Common/Config/CMakeLists.txt", "src/Common/Config/ConfigHelper.cpp", "src/Common/Config/ConfigHelper.h", "src/Common/tests/gtest_config_helper.cpp", "src/Interpreters/Cluster.cpp", "tests/integration/test_config_xml_full/configs/config.xml", "tests/integration/test_config_yaml_full/configs/c... | Cannot write `<secure/>` instead of `<secure>1</secure>` in cluster configuration. | null | https://github.com/ClickHouse/ClickHouse/issues/33270 | https://github.com/ClickHouse/ClickHouse/pull/33330 | a3b30dce3239b631fa670a7373cbed5a0e02a4cb | 6941b072f4e559392cba142677423e2f82dd9b4b | 2021-12-28T21:58:37Z | c++ | 2021-12-31T11:36:19Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,257 | ["src/Interpreters/InterpreterSelectQuery.cpp", "src/Storages/IStorage.h", "src/Storages/StorageDistributed.h", "src/Storages/StorageMerge.cpp", "src/Storages/StorageMerge.h", "tests/queries/0_stateless/02156_storage_merge_prewhere.reference", "tests/queries/0_stateless/02156_storage_merge_prewhere.sql"] | Move to prewhere optimization should also work for Merge tables | **Describe the situation**
Currently it does not:
```
milovidov-desktop :) EXPLAIN SYNTAX SELECT sum(cityHash64(*)) AS x FROM test.hits WHERE URLDomain LIKE '%metrika%'
EXPLAIN SYNTAX
SELECT sum(cityHash64(*)) AS x
FROM test.hits
WHERE URLDomain LIKE '%metrika%'
Query id: a752ed76-a71c-4e26-96c1-1b081ab... | https://github.com/ClickHouse/ClickHouse/issues/33257 | https://github.com/ClickHouse/ClickHouse/pull/33300 | 376709b249891b88f88d22b0a4da86379d018fbf | 46b9279d81cfc6cb160d42db14208f8d57e057dc | 2021-12-28T13:28:39Z | c++ | 2022-01-10T12:15:15Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,251 | ["src/Databases/DatabaseDictionary.cpp", "src/Databases/DatabasesCommon.cpp", "src/Interpreters/InterpreterAlterQuery.cpp", "src/Storages/IStorage.cpp", "src/Storages/StorageDictionary.cpp", "src/Storages/StorageDictionary.h", "src/Storages/System/StorageSystemDictionaries.cpp", "tests/queries/0_stateless/02155_diction... | Received signal Segmentation fault (11) when ALTER TABLE for dictionary | Clickhouse server drops when I send ALTER TABLE request with COMMENT COLUMN for DICTIONARY.
I know the request is incorrect. But instead of returning the error, the server simply stops working.
Server version: (version 21.12.2.17 (official build))
Reproduce:
1. Create any dictionary. Example:
```sql
CRE... | https://github.com/ClickHouse/ClickHouse/issues/33251 | https://github.com/ClickHouse/ClickHouse/pull/33261 | 062f14cb578e294cf9e010e402181ea27ddc3ba4 | c3c8af747d38db3455134e33205eed233fa9ff54 | 2021-12-28T10:03:06Z | c++ | 2021-12-29T09:43:24Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,028 | ["src/Functions/replicate.h", "tests/queries/0_stateless/02155_nested_lc_defalut_bug.reference", "tests/queries/0_stateless/02155_nested_lc_defalut_bug.sql"] | Type mismatch for nested Column that has type Array(LowCardinality(String)) | when I added a new column of the nested table using the type: Array(LowCardinality(String)), then insert data without this new column, it will throw an exception, the steps as follow:
- 1. Initial table
```
CREATE TABLE nested_test
(
`c1` UInt32,
`c2` DateTime,
`nest.col1` Array(String),
... | https://github.com/ClickHouse/ClickHouse/issues/33028 | https://github.com/ClickHouse/ClickHouse/pull/33504 | 8aa930b52f0209f7456ef0763e33805f20d6c932 | eb65175b6bc24079e77ea04578545d4216a2e71e | 2021-12-21T23:56:12Z | c++ | 2022-01-11T09:15:27Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 33,009 | ["src/IO/S3/PocoHTTPClient.cpp"] | gcs (s3 from google): `The request signature we calculated does not match the signature you provided.` in case of `:` in object path | > You have to provide the following information whenever possible.
In case s3 object has `:` in it's path, ClickHouse fails to request it from gcs because of mismatched signature.
**Describe what's wrong**
Clickhouse 21.8
```
executeQuery: Code: 499, e.displayText() = DB::Exception: The request signature ... | https://github.com/ClickHouse/ClickHouse/issues/33009 | https://github.com/ClickHouse/ClickHouse/pull/37344 | 86afa3a24511e4f202e1134d04c73341c5782003 | 8ba865bb608fcade2a6d663e0179c3c89b85f3f0 | 2021-12-21T14:27:00Z | c++ | 2022-05-26T21:58:35Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,969 | ["src/Columns/ColumnFunction.h", "src/Columns/MaskOperations.cpp", "src/Columns/MaskOperations.h", "src/Functions/FunctionsLogical.cpp", "src/Functions/if.cpp", "src/Functions/multiIf.cpp", "src/Functions/throwIf.cpp", "tests/queries/0_stateless/02152_short_circuit_throw_if.reference", "tests/queries/0_stateless/02152_... | Conditional functions with constant expression as condition should evaluate only one branch | For example, if I use UInt8 constant for if condition then only one branch is evaluated:
```sql
SELECT if(1, 'success', throwIf(1, 'Executing FALSE branch'))
┌─'success'─┐
│ success │
└───────────┘
1 rows in set. Elapsed: 0.003 sec.
```
But if I use some constant expression, then both branches are evalu... | https://github.com/ClickHouse/ClickHouse/issues/32969 | https://github.com/ClickHouse/ClickHouse/pull/32973 | e61d3eef0ce8f6efbbc4f95154e706bd45750fd2 | daa23a2827dc415e97e1903f32354205cf68df08 | 2021-12-20T09:41:58Z | c++ | 2021-12-20T16:50:53Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,964 | ["src/Storages/MergeTree/MergeTreePartsMover.cpp"] | modification_time not correct after move part operation | **Describe what's wrong**
`system.parts` -> `modification_time` was not correct after move part operation.
**Does it reproduce on recent release?**
The latest release: v21.9.4.35-stable
**How to reproduce**
* Clickhouse version: v21.9.4.35-stable
* Create a MergeTree family table.
```sql
CREATE TABLE t... | https://github.com/ClickHouse/ClickHouse/issues/32964 | https://github.com/ClickHouse/ClickHouse/pull/32965 | 2ac789747079350cd5130d7e51e90ee17ecefb76 | 26ea47982eb371ad337f1dd6dd5672083ced3f3d | 2021-12-20T08:18:14Z | c++ | 2021-12-20T21:05:27Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,937 | ["src/Functions/IFunction.cpp", "tests/queries/0_stateless/01780_column_sparse_pk.reference", "tests/queries/0_stateless/01780_column_sparse_pk.sql"] | ./src/Common/assert_cast.h:50:12: runtime error: downcast of address 0x7f8af4055270 which does not point to an object of type 'const DB::ColumnNullable' | https://s3.amazonaws.com/clickhouse-test-reports/0/6bd7e425c641417b9235ebf6d3ac876118f06fbe/fuzzer_astfuzzerubsan,actions//report.html
It's related to `ColumnSparse`. | https://github.com/ClickHouse/ClickHouse/issues/32937 | https://github.com/ClickHouse/ClickHouse/pull/33146 | 47d50c3bd130c21ec604eaee2c8157493a239bb3 | 4d99f1016daa0de6af8ef85192d0b6f2a1552853 | 2021-12-18T20:00:24Z | c++ | 2021-12-25T03:28:19Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,804 | ["src/Interpreters/InterpreterInsertQuery.cpp", "src/Interpreters/InterpreterInsertQuery.h", "src/Interpreters/executeQuery.cpp", "tests/queries/0_stateless/02156_async_insert_query_log.reference", "tests/queries/0_stateless/02156_async_insert_query_log.sh"] | No query_log for inserts if async_insert used | If we are enabling async_insert, query log missing all insert queries.
We are using log for monitoring, too (inserts time, inserts frequency etc), and with async_insert query_log is empty. Maybe log can be written anyway? | https://github.com/ClickHouse/ClickHouse/issues/32804 | https://github.com/ClickHouse/ClickHouse/pull/33239 | f18223f51ef4e1f5ae1a0f1259c28b924d626b6d | 9b63fa69496c434fde76779441e6f706e1ffe367 | 2021-12-15T12:29:16Z | c++ | 2021-12-29T06:34:08Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,777 | ["src/Functions/ReplaceRegexpImpl.h", "tests/queries/0_stateless/02150_replace_regexp_all_empty_match.reference", "tests/queries/0_stateless/02150_replace_regexp_all_empty_match.sql", "tests/queries/0_stateless/02151_replace_regexp_all_empty_match_alternative.reference", "tests/queries/0_stateless/02151_replace_regexp_... | replaceRegexpAll has different behavior in 21 vs 20, and doesn't match the documentation | **Describe the unexpected behaviour**
I expect
```sql
select replaceRegexpAll('Hello, World!', '^', 'here: ')
```
to produce
```
here: Hello, World!
```
in v20, this is the case, and in v21 the result is:
```
here: ello, World!
```
**How to reproduce**
Run the above query in clickhouse v2... | https://github.com/ClickHouse/ClickHouse/issues/32777 | https://github.com/ClickHouse/ClickHouse/pull/32945 | 1141ae91d895866ccaefb4e855a9032397b4b944 | 2e5a14a8de802019fdc7cf5844d65c2f331883d3 | 2021-12-14T22:17:38Z | c++ | 2021-12-19T22:42:20Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,773 | ["base/base/defines.h", "src/Daemon/BaseDaemon.cpp"] | TSan fails to unmap memory and gets SIGILL, server crashes with SIGSEGV | ERROR: type should be string, got "https://s3.amazonaws.com/clickhouse-test-reports/0/2cf545642350f4395c42699d45db5700c3e28743/stress_test__thread__actions_.html\r\n\r\nserver log:\r\n```\r\n/var/log/clickhouse-server/clickhouse-server.log.2:2021.12.14 22:12:47.259360 [ 15452 ] {} <Fatal> BaseDaemon: ########################################\r\n/var/log/clickhouse-server/clickhouse-server.log.2:2021.12.14 22:12:47.266199 [ 15452 ] {} <Fatal> BaseDaemon: (version 21.13.1.433, build id: 452363989B152D94) (from thread 5352) (query_id: 3030a300-7f92-4701-adf0-d9fe3d85c8c6) Received signal Unknown signal (-3)\r\n/var/log/clickhouse-server/clickhouse-server.log.2:2021.12.14 22:12:47.270865 [ 15452 ] {} <Fatal> BaseDaemon: Sanitizer trap.\r\n/var/log/clickhouse-server/clickhouse-server.log.2:2021.12.14 22:12:47.287707 [ 15452 ] {} <Fatal> BaseDaemon: Stack trace: 0x9e55793 0x15811586 0x9d7c2f6 0x9df4189 0x9deb126 0x9deba21 0x9d93859 0x9e73bd7 0x9e738f8 0x15b793ed 0x15de559d 0x15d9dd26 0x173de074 0x173dcdbb 0x17a2b04b 0x17a30eda 0x17a2f400 0x17a21ac0 0x17a22bd7 0x17a211c9 0x176c8a35 0x176c84f3 0x17967dca 0x176ef6cf 0x176e16c1 0x176e28b5 0x9e7a5ce 0x9e7dd91 0x9d94e3d 0x7f8d20bb3609 0x7f8d20ada293\r\n/var/log/clickhouse-server/clickhouse-server.log.2:2021.12.14 22:12:57.025441 [ 513 ] {} <Fatal> Application: Child process was terminated by signal 11.\r\n```\r\n\r\ngdb log:\r\n```\r\n2021-12-14 22:12:47 Thread 23 \"MergeMutate\" received signal SIGILL, Illegal instruction.\r\n2021-12-14 22:12:47 [Switching to Thread 0x7f8c8d8a5700 (LWP 547)]\r\n2021-12-14 22:12:47 0x0000000009d7c3f8 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) ()\r\n2021-12-14 22:12:47 #0 0x0000000009d7c3f8 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #1 0x0000000009d76dcf in __sanitizer::UnmapOrDie(void*, unsigned long) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #2 0x0000000009d7045b in __sanitizer::ReadFileToBuffer(char const*, char**, unsigned long*, unsigned long*, unsigned long, int*) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #3 0x0000000009d79b94 in __sanitizer::ReadProcMaps(__sanitizer::ProcSelfMapsBuff*) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #4 0x0000000009d792ca in __sanitizer::MemoryMappingLayout::MemoryMappingLayout(bool) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #5 0x0000000009d7d3ad in __sanitizer::ListOfModules::fallbackInit() ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #6 0x0000000009d83d41 in __sanitizer::Symbolizer::FindModuleForAddress(unsigned long) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #7 0x0000000009d838f8 in __sanitizer::Symbolizer::SymbolizePC(unsigned long) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #8 0x0000000009e0018e in __tsan::SymbolizeStack(__sanitizer::StackTrace) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #9 0x0000000009e03c6d in __tsan::PrintCurrentStackSlow(unsigned long) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #10 0x0000000009df0966 in __tsan::CheckUnwind() ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #11 0x0000000009d7c3e5 in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #12 0x0000000009d76dcf in __sanitizer::UnmapOrDie(void*, unsigned long) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #13 0x0000000009deb92e in __tsan::user_free(__tsan::ThreadState*, unsigned long, void*, bool) ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #14 0x0000000009d93e0b in free ()\r\n2021-12-14 22:12:47 No symbol table info available.\r\n2021-12-14 22:12:47 #15 0x0000000009e73ff2 in Allocator<false, false>::freeNoTrack (this=this@entry=0x7b24009e6fe0, buf=buf@entry=0x7f8978364000, size=size@entry=1048591) at ../src/Common/Allocator.h:257\r\n2021-12-14 22:12:47 No locals.\r\n2021-12-14 22:12:47 #16 0x0000000009e73e98 in Allocator<false, false>::free (this=0x7b24009e6fe0, buf=0x7f8978364000, size=1048591) at ../src/Common/Allocator.h:105\r\n2021-12-14 22:12:47 No locals.\r\n2021-12-14 22:12:47 #17 0x0000000009e812f0 in DB::Memory<Allocator<false, false> >::dealloc (this=0x7b24009e6fe0) at ../src/IO/BufferWithOwnMemory.h:136\r\n2021-12-14 22:12:47 No locals.\r\n2021-12-14 22:12:47 #18 DB::Memory<Allocator<false, false> >::~Memory (this=0x7b24009e6fe0) at ../src/IO/BufferWithOwnMemory.h:48\r\n2021-12-14 22:12:47 No locals.\r\n2021-12-14 22:12:47 #19 DB::BufferWithOwnMemory<DB::WriteBuffer>::~BufferWithOwnMemory (this=<optimized out>) at ../src/IO/BufferWithOwnMemory.h:146\r\n2021-12-14 22:12:47 No locals.\r\n2021-12-14 22:12:47 #20 DB::WriteBufferFromFileDescriptor::~WriteBufferFromFileDescriptor (this=<optimized out>) at ../src/IO/WriteBufferFromFileDescriptor.cpp:98\r\n2021-12-14 22:12:47 No locals.\r\n2021-12-14 22:12:47 #21 0x0000000009f50600 in DB::WriteBufferFromFile::~WriteBufferFromFile (this=0x7b24009e6fa0) at ../src/IO/WriteBufferFromFile.cpp:76\r\n2021-12-14 22:12:47 No locals.\r\n2021-12-14 22:12:47 #22 DB::WriteBufferFromFile::~WriteBufferFromFile (this=0x7b24009e6fa0) at ../src/IO/WriteBufferFromFile.cpp:73\r\n2021-12-14 22:12:47 No locals.\r\n2021-12-14 22:12:47 #23 0x00000000171e641e in std::__1::default_delete<DB::WriteBufferFromFileBase>::operator() (__ptr=0x7b24009e6fa0, this=<optimized out>) at ../contrib/libcxx/include/memory:1397\r\n2021-12-14 22:12:47 No locals.\r\n2021-12-14 22:12:47 #24 std::__1::unique_ptr<DB::WriteBufferFromFileBase, std::__1::default_delete<DB::WriteBufferFromFileBase> >::reset (__p=0x0, this=<optimized out>) at ../contrib/libcxx/include/memory:1658\r\n2021-12-14 22:12:47 __tmp = 0x7b24009e6fa0\r\n2021-12-14 22:12:47 #25 std::__1::unique_ptr<DB::WriteBufferFromFileBase, std::__1::default_delete<DB::WriteBufferFromFileBase> >::~unique_ptr (this=<optimized out>) at ../contrib/libcxx/include/memory:1612\r\n2021-12-14 22:12:48 No locals.\r\n2021-12-14 22:12:48 #26 DB::DataPartsExchange::Fetcher::downloadBaseOrProjectionPartToDisk (this=this@entry=0x7b84002618a8, replica_path=..., part_download_path=..., sync=false, disk=..., in=..., checksums=..., throttler=...) at ../src/Storages/MergeTree/DataPartsExchange.cpp:678\r\n2021-12-14 22:12:48 i = 5\r\n2021-12-14 22:12:48 files = <optimized out>\r\n2021-12-14 22:12:48 #27 0x00000000171e4e83 in DB::DataPartsExchange::Fetcher::downloadPartToDisk (this=this@entry=0x7b84002618a8, part_name=..., replica_path=..., to_detached=false, tmp_prefix_=..., sync=false, disk=..., in=..., projections=0, checksums=..., throttler=...) at ../src/Storages/MergeTree/DataPartsExchange.cpp:734\r\n2021-12-14 22:12:49 TMP_PREFIX = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x637465662d706d74 <error: Cannot access memory at address 0x637465662d706d74>, __size_ = 24424, __cap_ = 720575940379279360}, __s = {__data_ = \"tmp-fetch_\", '\\000' <repeats 12 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 10 '\\n'}}, __r = {__words = {7166464396576714100, 24424, 720575940379279360}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:49 tmp_prefix = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x637465662d706d74 <error: Cannot access memory at address 0x637465662d706d74>, __size_ = 24424, __cap_ = 720575940379279360}, __s = {__data_ = \"tmp-fetch_\", '\\000' <repeats 12 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 10 '\\n'}}, __r = {__words = {7166464396576714100, 24424, 720575940379279360}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:49 part_relative_path = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7b0c00264ff0 \"tmp-fetch_all_47_47_0_55\", __size_ = 24, __cap_ = 9223372036854775856}, __s = {__data_ = \"\\360O&\\000\\f{\\000\\000\\030\\000\\000\\000\\000\\000\\000\\000\\060\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 128 '\\200'}}, __r = {__words = {135291472334832, 24, 9223372036854775856}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:49 part_download_path = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7b18008a12c0 \"store/0d5/0d56dc9c-9798-41e7-8d56-dc9c979831e7/tmp-fetch_all_47_47_0_55/\", __size_ = 72, __cap_ = 9223372036854775904}, __s = {__data_ = \"\\300\\022\\212\\000\\030{\\000\\000H\\000\\000\\000\\000\\000\\000\\000`\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 128 '\\200'}}, __r = {__words = {135343018480320, 72, 9223372036854775904}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:49 volume = {__ptr_ = 0x0, __cntrl_ = 0x0}\r\n2021-12-14 22:12:49 new_data_part = {__ptr_ = 0xc8c1500000000000, __cntrl_ = 0x7f88ca723054}\r\n2021-12-14 22:12:49 sync_guard = {__ptr_ = {<std::__1::__compressed_pair_elem<DB::ISyncGuard*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::default_delete<DB::ISyncGuard>, 1, true>> = {<std::__1::default_delete<DB::ISyncGuard>> = {<No data fields>}, <No data fields>}, <No data fields>}}\r\n2021-12-14 22:12:49 metric_increment = {what = <optimized out>, amount = 1}\r\n2021-12-14 22:12:49 #28 0x00000000171dff4b in DB::DataPartsExchange::Fetcher::fetchPart (this=0x0, metadata_snapshot=..., context=..., part_name=..., replica_path=..., host=..., port=9009, timeouts=..., user=..., password=..., interserver_scheme=..., throttler=..., to_detached=false, tmp_prefix_=..., tagger_ptr=0x7f8c8d85cbb0, try_zero_copy=<optimized out>, disk=...) at ../src/Storages/MergeTree/DataPartsExchange.cpp:549\r\n2021-12-14 22:12:49 part_info = {partition_id = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6c6c61 \"F\\326\\025\", __size_ = 0, __cap_ = 216172782113783808}, __s = {__data_ = \"all\", '\\000' <repeats 19 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 3 '\\003'}}, __r = {__words = {7105633, 0, 216172782113783808}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, min_block = 47, max_block = 47, level = 0, mutation = 55, use_leagcy_max_level = false, static MAX_LEVEL = 999999999, static MAX_BLOCK_NUMBER = 999999999, static LEGACY_MAX_LEVEL = 4294967295}\r\n2021-12-14 22:12:49 data_settings = {__ptr_ = 0x7b68001bfc00, __cntrl_ = 0x7b08004a0080}\r\n2021-12-14 22:12:49 uri = {static RESERVED_PATH = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x233f <error: Cannot access memory at address 0x233f>, __size_ = 0, __cap_ = 144115188075855872}, __s = {__data_ = \"?#\", '\\000' <repeats 20 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 2 '\\002'}}, __r = {__words = {9023, 0, 144115188075855872}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static RESERVED_QUERY = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x402b3b3a2f233f <error: Cannot access memory at address 0x402b3b3a2f233f>, __size_ = 0, __cap_ = 504403158265495552}, __s = {__data_ = \"?#/:;+@\", '\\000' <repeats 15 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 7 '\\a'}}, __r = {__words = {18061931888714559, 0, 504403158265495552}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static RESERVED_QUERY_PARAM = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x26402b3b3a2f233f <error: Cannot access memory at address 0x26402b3b3a2f233f>, __size_ = 61, __cap_ = 648518346341351424}, __s = {__data_ = \"?#/:;+@&=\", '\\000' <repeats 13 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 9 '\\t'}}, __r = {__words = {2756250505329976127, 61, 648518346341351424}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static RESERVED_FRAGMENT = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static ILLEGAL = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x225c7c7d7b3e3c25 <error: Cannot access memory at address 0x225c7c7d7b3e3c25>, __size_ = 2605658008086208606, __cap_ = 1369094286726748972}, __s = {__data_ = \"%<>{}|\\\\\\\"^`!*'()$,[]\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 19 '\\023'}}, __r = {__words = {2475990773527362597, 2605658008086208606, 1369094286726748972}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _scheme = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x70747468 <error: Cannot access memory at address 0x70747468>, __size_ = 140722268654996, __cap_ = 288230376151711748}, __s = {__data_ = \"http\\000\\000\\000\\000\\224\\315\\325t\\374\\177\\000\\000\\004\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 4 '\\004'}}, __r = {__words = {1886680168, 140722268654996, 288230376151711748}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _userInfo = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _host = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x3732616536656131 <error: Cannot access memory at address 0x3732616536656131>, __size_ = 876176484, __cap_ = 864691128455135232}, __s = {__data_ = \"1ae6ea27dd94\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 12 '\\f'}}, __r = {__words = {3977348508253774129, 876176484, 864691128455135232}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _port = 9009, _path = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _query = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7b480065c400 \"endpoint=DataPartsExchange%3A%2Fclickhouse%2Ftables%2F01079_parallel_alter_modify_zookeeper_long_test_7ts6hs%2Fconcurrent_alter_mt%2Freplicas%2F4&part=all_47_47_0_55&client_protocol_version=7&compress\"..., __size_ = 206, __cap_ = 9223372036854776192}, __s = {__data_ = \"\\000\\304e\\000H{\\000\\000\\316\\000\\000\\000\\000\\000\\000\\000\\200\\001\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 128 '\\200'}}, __r = {__words = {135549174531072, 206, 9223372036854776192}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _fragment = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}}\r\n2021-12-14 22:12:49 capability = {<std::__1::__vector_base<std::__1::string, std::__1::allocator<std::__1::string> >> = {<std::__1::__vector_base_common<true>> = {<No data fields>}, __begin_ = 0x0, __end_ = 0x0, __end_cap_ = {<std::__1::__compressed_pair_elem<std::__1::string*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::allocator<std::__1::string>, 1, true>> = {<std::__1::allocator<std::__1::string>> = {<No data fields>}, <No data fields>}, <No data fields>}}, <No data fields>}\r\n2021-12-14 22:12:49 creds = {static SCHEME = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6369736142 <error: Cannot access memory at address 0x6369736142>, __size_ = 0, __cap_ = 360287970189639680}, __s = {__data_ = \"Basic\", '\\000' <repeats 17 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 5 '\\005'}}, __r = {__words = {426970931522, 0, 360287970189639680}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _username = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _password = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}}\r\n2021-12-14 22:12:49 in = {<DB::detail::ReadWriteBufferFromHTTPBase<std::__1::shared_ptr<DB::UpdatablePooledSession> >> = {<DB::SeekableReadBufferWithSize> = {<DB::SeekableReadBuffer> = {<DB::ReadBuffer> = {<DB::BufferBase> = {pos = 0x7f88ca723323 \"\\vprimary.idx\\020\", bytes = 0, working_buffer = {begin_pos = 0x7f88ca723000 \"\\335\", end_pos = 0x7f88ca723357 \"\"}, internal_buffer = {begin_pos = 0x7f88ca723000 \"\\335\", end_pos = 0x7f88ca723357 \"\"}, padded = false}, _vptr$ReadBuffer = 0x54b40d8 <vtable for DB::PooledReadWriteBufferFromHTTP+16>, nextimpl_working_buffer_offset = 0}, <No data fields>}, read_type = DB::SeekableReadBufferWithSize::ReadType::DEFAULT, file_size = {<std::__1::__optional_move_assign_base<unsigned long, true>> = {<std::__1::__optional_copy_assign_base<unsigned long, true>> = {<std::__1::__optional_move_base<unsigned long, true>> = {<std::__1::__optional_copy_base<unsigned long, true>> = {<std::__1::__optional_storage_base<unsigned long, false>> = {<std::__1::__optional_destruct_base<unsigned long, true>> = {{__null_state_ = 0 '\\000', __val_ = 58503346544384}, __engaged_ = false}, <No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, <std::__1::__sfinae_ctor_base<true, true>> = {<No data fields>}, <std::__1::__sfinae_assign_base<true, true>> = {<No data fields>}, <No data fields>}}, uri = {static RESERVED_PATH = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x233f <error: Cannot access memory at address 0x233f>, __size_ = 0, __cap_ = 144115188075855872}, __s = {__data_ = \"?#\", '\\000' <repeats 20 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 2 '\\002'}}, __r = {__words = {9023, 0, 144115188075855872}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static RESERVED_QUERY = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x402b3b3a2f233f <error: Cannot access memory at address 0x402b3b3a2f233f>, __size_ = 0, __cap_ = 504403158265495552}, __s = {__data_ = \"?#/:;+@\", '\\000' <repeats 15 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 7 '\\a'}}, __r = {__words = {18061931888714559, 0, 504403158265495552}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static RESERVED_QUERY_PARAM = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x26402b3b3a2f233f <error: Cannot access memory at address 0x26402b3b3a2f233f>, __size_ = 61, __cap_ = 648518346341351424}, __s = {__data_ = \"?#/:;+@&=\", '\\000' <repeats 13 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 9 '\\t'}}, __r = {__words = {2756250505329976127, 61, 648518346341351424}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static RESERVED_FRAGMENT = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static ILLEGAL = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x225c7c7d7b3e3c25 <error: Cannot access memory at address 0x225c7c7d7b3e3c25>, __size_ = 2605658008086208606, __cap_ = 1369094286726748972}, __s = {__data_ = \"%<>{}|\\\\\\\"^`!*'()$,[]\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 19 '\\023'}}, __r = {__words = {2475990773527362597, 2605658008086208606, 1369094286726748972}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _scheme = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x70747468 <error: Cannot access memory at address 0x70747468>, __size_ = 140722268654996, __cap_ = 288230376151711748}, __s = {__data_ = \"http\\000\\000\\000\\000\\224\\315\\325t\\374\\177\\000\\000\\004\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 4 '\\004'}}, __r = {__words = {1886680168, 140722268654996, 288230376151711748}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _userInfo = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _host = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x3732616536656131 <error: Cannot access memory at address 0x3732616536656131>, __size_ = 876176484, __cap_ = 864691128455135232}, __s = {__data_ = \"1ae6ea27dd94\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 12 '\\f'}}, __r = {__words = {3977348508253774129, 876176484, 864691128455135232}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _port = 9009, _path = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _query = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7b34007c72f0 \"endpoint=DataPartsExchange%3A%2Fclickhouse%2Ftables%2F01079_parallel_alter_modify_zookeeper_long_test_7ts6hs%2Fconcurrent_alter_mt%2Freplicas%2F4&part=all_47_47_0_55&client_protocol_version=7&compress\"..., __size_ = 206, __cap_ = 9223372036854776016}, __s = {__data_ = \"\\360r|\\000\\064{\\000\\000\\316\\000\\000\\000\\000\\000\\000\\000\\320\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 128 '\\200'}}, __r = {__words = {135463276671728, 206, 9223372036854776016}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _fragment = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}}, method = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x54534f50 <error: Cannot access memory at address 0x54534f50>, __size_ = 0, __cap_ = 288230376151711744}, __s = {__data_ = \"POST\", '\\000' <repeats 18 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 4 '\\004'}}, __r = {__words = {1414745936, 0, 288230376151711744}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, content_encoding = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7b4000c19b00 \"Sending request to http://1ae6ea27dd94:9009/?endpoint=DataPartsExchange%3A%2Fclickhouse%2Ftables%2F01079_parallel_alter_modify_zookeeper_long_test_7ts6hs%2Fconcurrent_alter_mt%2Freplicas%2F4&part=all_\"..., __size_ = 251, __cap_ = 256}, __s = {__data_ = \"\\000\\233\\301\\000@{\\000\\000\\373\\000\\000\\000\\000\\000\\000\\000\\000\\001\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {135514820811520, 251, 256}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, session = {__ptr_ = 0x7b4400a3a358, __cntrl_ = 0x7b4400a3a340}, istr = 0x7b4400c56790, impl = {__ptr_ = {<std::__1::__compressed_pair_elem<DB::ReadBuffer*, 0, false>> = {__value_ = 0x7b1c001cbd70}, <std::__1::__compressed_pair_elem<std::__1::default_delete<DB::ReadBuffer>, 1, true>> = {<std::__1::default_delete<DB::ReadBuffer>> = {<No data fields>}, <No data fields>}, <No data fields>}}, out_stream_callback = {<std::__1::__function::__maybe_derive_from_unary_function<void (std::__1::ostream &)>> = {<std::__1::unary_function<std::__1::ostream&, void>> = {<No data fields>}, <No data fields>}, <std::__1::__function::__maybe_derive_from_binary_function<void (std::__1::ostream &)>> = {<No data fields>}, __f_ = {__buf_ = {__small = \"\\020>\\224\\035\\000\\000\\000\\000@\\367\\205\\215\\214\\177\\000\", __large = 0x1d943e10 <__sanitizer::theDepot>}, __invoker_ = {__call_ = 0x1315fc60 <std::__1::__function::__policy_invoker<void (std::__1::basic_ostream<char, std::__1::char_traits<char> >&)>::__call_empty(std::__1::__function::__policy_storage const*, std::__1::basic_ostream<char, std::__1::char_traits<char> >&)>}, __policy_ = 0x4c6ff98 <std::__1::__function::__policy::__create_empty()::__policy_>}}, credentials = @0x7f8c8d85c6f0, cookies = {<std::__1::__vector_base<Poco::Net::HTTPCookie, std::__1::allocator<Poco::Net::HTTPCookie> >> = {<std::__1::__vector_base_common<true>> = {<No data fields>}, __begin_ = 0x7b2c00c7fc10, __end_ = 0x7b2c00c7fcb8, __end_cap_ = {<std::__1::__compressed_pair_elem<Poco::Net::HTTPCookie*, 0, false>> = {__value_ = 0x7b2c00c7fcb8}, <std::__1::__compressed_pair_elem<std::__1::allocator<Poco::Net::HTTPCookie>, 1, true>> = {<std::__1::allocator<Poco::Net::HTTPCookie>> = {<No data fields>}, <No data fields>}, <No data fields>}}, <No data fields>}, http_header_entries = {<std::__1::__vector_base<std::__1::tuple<std::__1::string, std::__1::string>, std::__1::allocator<std::__1::tuple<std::__1::string, std::__1::string> > >> = {<std::__1::__vector_base_common<true>> = {<No data fields>}, __begin_ = 0x0, __end_ = 0x0, __end_cap_ = {<std::__1::__compressed_pair_elem<std::__1::tuple<std::__1::string, std::__1::string>*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::allocator<std::__1::tuple<std::__1::string, std::__1::string> >, 1, true>> = {<std::__1::allocator<std::__1::tuple<std::__1::string, std::__1::string> >> = {<No data fields>}, <No data fields>}, <No data fields>}}, <No data fields>}, remote_host_filter = {is_allow_by_default = true, primary_hosts = {__table_ = {__bucket_list_ = {__ptr_ = {<std::__1::__compressed_pair_elem<std::__1::__hash_node_base<std::__1::__hash_node<std::__1::string, void*>*>**, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::__bucket_list_deallocator<std::__1::allocator<std::__1::__hash_node_base<std::__1::__hash_node<std::__1::string, void*>*>*> >, 1, false>> = {__value_ = {__data_ = {<std::__1::__compressed_pair_elem<unsigned long, 0, false>> = {__value_ = 0}, <std::__1::__compressed_pair_elem<std::__1::allocator<std::__1::__hash_node_base<std::__1::__hash_node<std::__1::string, void*>*>*>, 1, true>> = {<std::__1::allocator<std::__1::__hash_node_base<std::__1::__hash_node<std::__1::string, void*>*>*>> = {<No data fields>}, <No data fields>}, <No data fields>}}}, <No data fields>}}, __p1_ = {<std::__1::__compressed_pair_elem<std::__1::__hash_node_base<std::__1::__hash_node<std::__1::string, void*>*>, 0, false>> = {__value_ = {__next_ = 0x0}}, <std::__1::__compressed_pair_elem<std::__1::allocator<std::__1::__hash_node<std::__1::string, void*> >, 1, true>> = {<std::__1::allocator<std::__1::__hash_node<std::__1::string, void*> >> = {<No data fields>}, <No data fields>}, <No data fields>}, __p2_ = {<std::__1::__compressed_pair_elem<unsigned long, 0, false>> = {__value_ = 0}, <std::__1::__compressed_pair_elem<std::__1::hash<std::__1::string>, 1, true>> = {<std::__1::hash<std::__1::string>> = {<std::__1::unary_function<std::__1::string, unsigned long>> = {<No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, __p3_ = {<std::__1::__compressed_pair_elem<float, 0, false>> = {__value_ = 1}, <std::__1::__compressed_pair_elem<std::__1::equal_to<std::__1::string>, 1, true>> = {<std::__1::equal_to<std::__1::string>> = {<std::__1::binary_function<std::__1::string, std::__1::string, bool>> = {<No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}}}, regexp_hosts = {<std::__1::__vector_base<std::__1::string, std::__1::allocator<std::__1::string> >> = {<std::__1::__vector_base_common<true>> = {<No data fields>}, __begin_ = 0x0, __end_ = 0x0, __end_cap_ = {<std::__1::__compressed_pair_elem<std::__1::string*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::allocator<std::__1::string>, 1, true>> = {<std::__1::allocator<std::__1::string>> = {<No data fields>}, <No data fields>}, <No data fields>}}, <No data fields>}}, next_callback = {<std::__1::__function::__maybe_derive_from_unary_function<void (unsigned long)>> = {<std::__1::unary_function<unsigned long, void>> = {<No data fields>}, <No data fields>}, <std::__1::__function::__maybe_derive_from_binary_function<void (unsigned long)>> = {<No data fields>}, __f_ = {__buf_ = {__small = \"`|\\v\\000\\b{\\000\\000\\026\\\"\\336\\t\\000\\000\\000\", __large = 0x7b08000b7c60}, __invoker_ = {__call_ = 0x171e7320 <std::__1::__function::__policy_invoker<void (unsigned long)>::__call_impl<std::__1::__function::__default_alloc_func<DB::DataPartsExchange::(anonymous namespace)::ReplicatedFetchReadCallback, void (unsigned long)> >(std::__1::__function::__policy_storage const*, unsigned long)>}, __policy_ = 0x54b2cb0 <std::__1::__function::__policy::__choose_policy<std::__1::__function::__default_alloc_func<DB::DataPartsExchange::(anonymous namespace)::ReplicatedFetchReadCallback, void (unsigned long)> >(std::__1::integral_constant<bool, true>)::__policy_>}}, buffer_size = 1048576, use_external_buffer = false, offset_from_begin_pos = 855, read_range = {begin = 0, end = {<std::__1::__optional_move_assign_base<unsigned long, true>> = {<std::__1::__optional_copy_assign_base<unsigned long, true>> = {<std::__1::__optional_move_base<unsigned long, true>> = {<std::__1::__optional_copy_base<unsigned long, true>> = {<std::__1::__optional_storage_base<unsigned long, false>> = {<std::__1::__optional_destruct_base<unsigned long, true>> = {{__null_state_ = 0 '\\000', __val_ = 140241646515968}, __engaged_ = false}, <No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, <std::__1::__sfinae_ctor_base<true, true>> = {<No data fields>}, <std::__1::__sfinae_assign_base<true, true>> = {<No data fields>}, <No data fields>}}, exception = {__ptr_ = 0x0}, retry_with_range_header = false, saved_uri_redirect = {<std::__1::__optional_move_assign_base<Poco::URI, false>> = {<std::__1::__optional_copy_assign_base<Poco::URI, false>> = {<std::__1::__optional_move_base<Poco::URI, false>> = {<std::__1::__optional_copy_base<Poco::URI, false>> = {<std::__1::__optional_storage_base<Poco::URI, false>> = {<std::__1::__optional_destruct_base<Poco::URI, false>> = {{__null_state_ = 0 '\\000', __val_ = {static RESERVED_PATH = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x233f <error: Cannot access memory at address 0x233f>, __size_ = 0, __cap_ = 144115188075855872}, __s = {__data_ = \"?#\", '\\000' <repeats 20 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 2 '\\002'}}, __r = {__words = {9023, 0, 144115188075855872}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static RESERVED_QUERY = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x402b3b3a2f233f <error: Cannot access memory at address 0x402b3b3a2f233f>, __size_ = 0, __cap_ = 504403158265495552}, __s = {__data_ = \"?#/:;+@\", '\\000' <repeats 15 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 7 '\\a'}}, __r = {__words = {18061931888714559, 0, 504403158265495552}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static RESERVED_QUERY_PARAM = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x26402b3b3a2f233f <error: Cannot access memory at address 0x26402b3b3a2f233f>, __size_ = 61, __cap_ = 648518346341351424}, __s = {__data_ = \"?#/:;+@&=\", '\\000' <repeats 13 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 9 '\\t'}}, __r = {__words = {2756250505329976127, 61, 648518346341351424}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static RESERVED_FRAGMENT = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, static ILLEGAL = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x225c7c7d7b3e3c25 <error: Cannot access memory at address 0x225c7c7d7b3e3c25>, __size_ = 2605658008086208606, __cap_ = 1369094286726748972}, __s = {__data_ = \"%<>{}|\\\\\\\"^`!*'()$,[]\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 19 '\\023'}}, __r = {__words = {2475990773527362597, 2605658008086208606, 1369094286726748972}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _scheme = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x9de2200 <__tsan_atomic64_fetch_add+48> \"\\017\\205#\\002\", __size_ = 140235496718336, __cap_ = 165154519}, __s = {__data_ = \"\\000\\\"\\336\\t\\000\\000\\000\\000\\000\\200\\367\\036\\213\\177\\000\\000\\327\\016\\330\\t\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {165552640, 140235496718336, 165154519}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _userInfo = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7f8c8d85f740 \"\\335\\v\\356\\005\", __size_ = 165617426, __cap_ = 140241646516032}, __s = {__data_ = \"@\\367\\205\\215\\214\\177\\000\\000\\022\\037\\337\\t\\000\\000\\000\\000@\\367\\205\\215\\214\\177\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {140241646516032, 165617426, 140241646516032}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _host = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7f8b1ef922f0 \"\", __size_ = 140235496825520, __cap_ = 165077283}, __s = {__data_ = \"\\360\\\"\\371\\036\\213\\177\\000\\000\\260\\\"\\371\\036\\213\\177\\000\\000#\\341\\326\\t\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {140235496825584, 140235496825520, 165077283}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _port = 8880, _path = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x9dfcaed <__tsan::DDMutexInit(__tsan::ThreadState*, unsigned long, __tsan::SyncVar*)+93> \"H\\213C\\030H\\301\\340\\060H\\v\\003H\\271\\377\\377\\377\\377\\377\\377\\377\\017H!\\301H\\211KPH\\203\\304\\060[\\303\\314UAWAVAUATSPA\\211\\314H\\211\\323H\\211\\365I\\211\\377I\\275\", __size_ = 140235496718336, __cap_ = 495073128}, __s = {__data_ = \"\\355\\312\\337\\t\\000\\000\\000\\000\\000\\200\\367\\036\\213\\177\\000\\000h7\\202\\035\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {165661421, 140235496718336, 495073128}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _query = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7f8c8d85c748 \"\\377M\\n\", __size_ = 89307656, __cap_ = 24}, __s = {__data_ = \"H\\307\\205\\215\\214\\177\\000\\000\\b\\272R\\005\\000\\000\\000\\000\\030\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {140241646503752, 89307656, 24}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, _fragment = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x17b847a1 <Coordination::ZooKeeperRequest::~ZooKeeperRequest()+1089> \"H\\201\\304\\310\", __size_ = 140241646516032, __cap_ = 165703007}, __s = {__data_ = \"\\241G\\270\\027\\000\\000\\000\\000@\\367\\205\\215\\214\\177\\000\\000_m\\340\\t\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {397952929, 140241646516032, 165703007}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}}}, __engaged_ = false}, <No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, <std::__1::__sfinae_ctor_base<true, true>> = {<No data fields>}, <std::__1::__sfinae_assign_base<true, true>> = {<No data fields>}, <No data fields>}, settings = {local_fs_method = DB::LocalFSReadMethod::pread, remote_fs_method = DB::RemoteFSReadMethod::read, local_fs_buffer_size = 1048576, remote_fs_buffer_size = 1048576, local_fs_prefetch = false, remote_fs_prefetch = false, direct_io_threshold = 0, mmap_threshold = 0, mmap_cache = 0x0, priority = 0, remote_fs_read_max_backoff_ms = 10000, remote_fs_read_backoff_max_tries = 4, remote_read_min_bytes_for_seek = 1048576, http_max_tries = 1, http_retry_initial_backoff_ms = 100, http_retry_max_backoff_ms = 1600, must_read_until_position = false}, log = 0x7b1000331c80}, <No data fields>}\r\n2021-12-14 22:12:49 part_type = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x746361706d6f43 <error: Cannot access memory at address 0x746361706d6f43>, __size_ = 24, __cap_ = 504403158265495600}, __s = {__data_ = \"Compact\\000\\030\\000\\000\\000\\000\\000\\000\\000\\060\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 7 '\\a'}}, __r = {__words = {32760367447633731, 24, 504403158265495600}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:49 part_uuid = {t = {items = {0, 0}}}\r\n2021-12-14 22:12:49 remote_fs_metadata = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:49 storage_id = {database_name = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7374375f74736574 <error: Cannot access memory at address 0x7374375f74736574>, __size_ = 7563318, __cap_ = 792633534417207296}, __s = {__data_ = \"test_7ts6hs\", '\\000' <repeats 11 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 11 '\\v'}}, __r = {__words = {8319335294775289204, 7563318, 792633534417207296}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, table_name = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x65727275636e6f63 <error: Cannot access memory at address 0x65727275636e6f63>, __size_ = 8243122701810496622, __cap_ = 1513209695441284447}, __s = {__data_ = \"concurrent_alter_mt_3\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 21 '\\025'}}, __r = {__words = {7310030993680658275, 8243122701810496622, 1513209695441284447}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, uuid = {t = {items = {961198135606526439, 10184570172461298151}}}}\r\n2021-12-14 22:12:49 new_part_path = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7b18008a1260 \"/var/lib/clickhouse/store/0d5/0d56dc9c-9798-41e7-8d56-dc9c979831e7/all_47_47_0_55/\", __size_ = 82, __cap_ = 9223372036854775904}, __s = {__data_ = \"`\\022\\212\\000\\030{\\000\\000R\\000\\000\\000\\000\\000\\000\\000`\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 128 '\\200'}}, __r = {__words = {135343018480224, 82, 9223372036854775904}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:49 entry = {__ptr_ = {<std::__1::__compressed_pair_elem<DB::BackgroundProcessListEntry<DB::ReplicatedFetchListElement, DB::ReplicatedFetchInfo>*, 0, false>> = {__value_ = 0x7b08000b7c60}, <std::__1::__compressed_pair_elem<std::__1::default_delete<DB::BackgroundProcessListEntry<DB::ReplicatedFetchListElement, DB::ReplicatedFetchInfo> >, 1, true>> = {<std::__1::default_delete<DB::BackgroundProcessListEntry<DB::ReplicatedFetchListElement, DB::ReplicatedFetchInfo> >> = {<No data fields>}, <No data fields>}, <No data fields>}}\r\n2021-12-14 22:12:49 checksums = {files = {__tree_ = {__begin_node_ = 0x7b1c006595e0, __pair1_ = {<std::__1::__compressed_pair_elem<std::__1::__tree_end_node<std::__1::__tree_node_base<void*>*>, 0, false>> = {__value_ = {__left_ = 0x7b1c00110dd0}}, <std::__1::__compressed_pair_elem<std::__1::allocator<std::__1::__tree_node<std::__1::__value_type<std::__1::string, DB::MergeTreeDataPartChecksum>, void*> >, 1, true>> = {<std::__1::allocator<std::__1::__tree_node<std::__1::__value_type<std::__1::string, DB::MergeTreeDataPartChecksum>, void*> >> = {<No data fields>}, <No data fields>}, <No data fields>}, __pair3_ = {<std::__1::__compressed_pair_elem<unsigned long, 0, false>> = {__value_ = 3}, <std::__1::__compressed_pair_elem<std::__1::__map_value_compare<std::__1::string, std::__1::__value_type<std::__1::string, DB::MergeTreeDataPartChecksum>, std::__1::less<std::__1::string>, true>, 1, true>> = {<std::__1::__map_value_compare<std::__1::string, std::__1::__value_type<std::__1::string, DB::MergeTreeDataPartChecksum>, std::__1::less<std::__1::string>, true>> = {<std::__1::less<std::__1::string>> = {<std::__1::binary_function<std::__1::string, std::__1::string, bool>> = {<No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}}}}\r\n2021-12-14 22:12:49 reservation = <optimized out>\r\n2021-12-14 22:12:49 sum_files_size = <optimized out>\r\n2021-12-14 22:12:49 sync = <optimized out>\r\n2021-12-14 22:12:49 projections = 0\r\n2021-12-14 22:12:49 server_protocol_version = <optimized out>\r\n2021-12-14 22:12:49 #29 0x000000001704195c in DB::StorageReplicatedMergeTree::fetchPart(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, unsigned long, std::__1::shared_ptr<zkutil::ZooKeeper>)::$_19::operator()() const (this=0x7b4000c19500) at ../src/Storages/StorageReplicatedMergeTree.cpp:3881\r\n2021-12-14 22:12:49 No locals.\r\n2021-12-14 22:12:49 #30 std::__1::__invoke<DB::StorageReplicatedMergeTree::fetchPart(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, unsigned long, std::__1::shared_ptr<zkutil::ZooKeeper>)::$_19&> (__f=...) at ../contrib/libcxx/include/type_traits:3676\r\n2021-12-14 22:12:49 No locals.\r\n2021-12-14 22:12:49 #31 std::__1::__invoke_void_return_wrapper<std::__1::shared_ptr<DB::IMergeTreeDataPart> >::__call<DB::StorageReplicatedMergeTree::fetchPart(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, unsigned long, std::__1::shared_ptr<zkutil::ZooKeeper>)::$_19&>(DB::StorageReplicatedMergeTree::fetchPart(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, unsigned long, std::__1::shared_ptr<zkutil::ZooKeeper>)::$_19&) (__args=...) at ../contrib/libcxx/include/__functional_base:317\r\n2021-12-14 22:12:49 No locals.\r\n2021-12-14 22:12:49 #32 std::__1::__function::__default_alloc_func<DB::StorageReplicatedMergeTree::fetchPart(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, unsigned long, std::__1::shared_ptr<zkutil::ZooKeeper>)::$_19, std::__1::shared_ptr<DB::IMergeTreeDataPart> ()>::operator()() (this=0x7b4000c19500) at ../contrib/libcxx/include/functional:1608\r\n2021-12-14 22:12:49 No locals.\r\n2021-12-14 22:12:49 #33 std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IMergeTreeDataPart> ()>::__call_impl<std::__1::__function::__default_alloc_func<DB::StorageReplicatedMergeTree::fetchPart(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, unsigned long, std::__1::shared_ptr<zkutil::ZooKeeper>)::$_19, std::__1::shared_ptr<DB::IMergeTreeDataPart> ()> >(std::__1::__function::__policy_storage const*) (__buf=<optimized out>) at ../contrib/libcxx/include/functional:2089\r\n2021-12-14 22:12:49 __f = 0x7b4000c19500\r\n2021-12-14 22:12:49 #34 0x0000000016fc5b05 in std::__1::__function::__policy_func<std::__1::shared_ptr<DB::IMergeTreeDataPart> ()>::operator()() const (this=0x7f8c8d85cfa8) at ../contrib/libcxx/include/functional:2221\r\n2021-12-14 22:12:49 No locals.\r\n2021-12-14 22:12:49 #35 std::__1::function<std::__1::shared_ptr<DB::IMergeTreeDataPart> ()>::operator()() const (this=0x7f8c8d85cfa8) at ../contrib/libcxx/include/functional:2560\r\n2021-12-14 22:12:49 No locals.\r\n2021-12-14 22:12:49 #36 DB::StorageReplicatedMergeTree::fetchPart (this=<optimized out>, this@entry=0x7b8400260c00, part_name=..., metadata_snapshot=..., source_replica_path=..., to_detached=<optimized out>, quorum=quorum@entry=0, zookeeper_=...) at ../src/Storages/StorageReplicatedMergeTree.cpp:3902\r\n2021-12-14 22:12:50 zookeeper = {__ptr_ = 0x7b3801934418, __cntrl_ = 0x7b3801934400}\r\n2021-12-14 22:12:50 part_info = {partition_id = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x6c6c61 \"F\\326\\025\", __size_ = 0, __cap_ = 216172782113783808}, __s = {__data_ = \"all\", '\\000' <repeats 19 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 3 '\\003'}}, __r = {__words = {7105633, 0, 216172782113783808}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, min_block = 47, max_block = 47, level = 0, mutation = 55, use_leagcy_max_level = false, static MAX_LEVEL = 999999999, static MAX_BLOCK_NUMBER = 999999999, static LEGACY_MAX_LEVEL = 4294967295}\r\n2021-12-14 22:12:50 scope_exit3796 = {static is_nullable = <optimized out>, function = {this = 0x7b8400260c00, part_name = @0x7f8c8d85d188}}\r\n2021-12-14 22:12:50 table_lock_holder = {__ptr_ = 0x7b18009c4878, __cntrl_ = 0x7b18009c4860}\r\n2021-12-14 22:12:50 stopwatch = {start_ns = 8143859940835, stop_ns = 0, clock_type = 1, is_running = true}\r\n2021-12-14 22:12:50 part = {__ptr_ = 0x0, __cntrl_ = 0x0}\r\n2021-12-14 22:12:50 replaced_parts = {<std::__1::__vector_base<std::__1::shared_ptr<DB::IMergeTreeDataPart const>, std::__1::allocator<std::__1::shared_ptr<DB::IMergeTreeDataPart const> > >> = {<std::__1::__vector_base_common<true>> = {<No data fields>}, __begin_ = 0x0, __end_ = 0x0, __end_cap_ = {<std::__1::__compressed_pair_elem<std::__1::shared_ptr<DB::IMergeTreeDataPart const>*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::allocator<std::__1::shared_ptr<DB::IMergeTreeDataPart const> >, 1, true>> = {<std::__1::allocator<std::__1::shared_ptr<DB::IMergeTreeDataPart const> >> = {<No data fields>}, <No data fields>}, <No data fields>}}, <No data fields>}\r\n2021-12-14 22:12:50 write_part_log = {this = 0x7b8400260c00, stopwatch = @0x7f8c8d85cb48, part_name = @0x7f8c8d85d188, part = @0x7f8c8d85cdb0, replaced_parts = @0x7f8c8d85cdd0}\r\n2021-12-14 22:12:50 part_to_clone = {__ptr_ = 0x0, __cntrl_ = 0x0}\r\n2021-12-14 22:12:50 address = {host = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x3732616536656131 <error: Cannot access memory at address 0x3732616536656131>, __size_ = 876176484, __cap_ = 864691128455135232}, __s = {__data_ = \"1ae6ea27dd94\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 12 '\\f'}}, __r = {__words = {3977348508253774129, 876176484, 864691128455135232}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, replication_port = 9009, queries_port = 9000, database = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7374375f74736574 <error: Cannot access memory at address 0x7374375f74736574>, __size_ = 7563318, __cap_ = 792633534417207296}, __s = {__data_ = \"test_7ts6hs\", '\\000' <repeats 11 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 11 '\\v'}}, __r = {__words = {8319335294775289204, 7563318, 792633534417207296}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, table = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x65727275636e6f63 <error: Cannot access memory at address 0x65727275636e6f63>, __size_ = 8243122701810496622, __cap_ = 1513209699736251743}, __s = {__data_ = \"concurrent_alter_mt_4\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 21 '\\025'}}, __r = {__words = {7310030993680658275, 8243122701810496622, 1513209699736251743}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, scheme = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x70747468 <error: Cannot access memory at address 0x70747468>, __size_ = 0, __cap_ = 288230376151711744}, __s = {__data_ = \"http\", '\\000' <repeats 18 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 4 '\\004'}}, __r = {__words = {1886680168, 0, 288230376151711744}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}}\r\n2021-12-14 22:12:50 timeouts = {connection_timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, send_timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 60000000}, receive_timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 60000000}, tcp_keep_alive_timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 290000000}, http_keep_alive_timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 3000000}, secure_connection_timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 1000000}, hedged_connection_timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 60000000}, receive_data_timeout = {static MILLISECONDS = 1000, static SECONDS = 1000000, static MINUTES = 60000000, static HOURS = 3600000000, static DAYS = 86400000000, _span = 60000000}}\r\n2021-12-14 22:12:50 tagger_ptr = {<std::__1::__optional_move_assign_base<DB::CurrentlySubmergingEmergingTagger, false>> = {<std::__1::__optional_copy_assign_base<DB::CurrentlySubmergingEmergingTagger, false>> = {<std::__1::__optional_move_base<DB::CurrentlySubmergingEmergingTagger, false>> = {<std::__1::__optional_copy_base<DB::CurrentlySubmergingEmergingTagger, false>> = {<std::__1::__optional_storage_base<DB::CurrentlySubmergingEmergingTagger, false>> = {<std::__1::__optional_destruct_base<DB::CurrentlySubmergingEmergingTagger, false>> = {{__null_state_ = 0 '\\000', __val_ = {storage = @0x6c6c00, emerging_part_name = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 216172782113783808, __cap_ = 47}, __s = {__data_ = '\\000' <repeats 15 times>, \"\\003/\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 216172782113783808, 47}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, submerging_parts = {<std::__1::__vector_base<std::__1::shared_ptr<DB::IMergeTreeDataPart const>, std::__1::allocator<std::__1::shared_ptr<DB::IMergeTreeDataPart const> > >> = {<std::__1::__vector_base_common<true>> = {<No data fields>}, __begin_ = 0x2f, __end_ = 0x7b3800000000, __end_cap_ = {<std::__1::__compressed_pair_elem<std::__1::shared_ptr<DB::IMergeTreeDataPart const>*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::allocator<std::__1::shared_ptr<DB::IMergeTreeDataPart const> >, 1, true>> = {<std::__1::allocator<std::__1::shared_ptr<DB::IMergeTreeDataPart const> >> = {<No data fields>}, <No data fields>}, <No data fields>}}, <No data fields>}, log = 0x173b4200 <DB::MergeTreePartInfo::tryParsePartName(std::__1::basic_string_view<char, std::__1::char_traits<char> >, StrongTypedef<unsigned int, DB::MergeTreeDataFormatVersionTag>)+864>}}, __engaged_ = false}, <No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, <No data fields>}, <std::__1::__sfinae_ctor_base<true, true>> = {<No data fields>}, <std::__1::__sfinae_assign_base<false, false>> = {<No data fields>}, <No data fields>}\r\n2021-12-14 22:12:50 get_part = {<std::__1::__function::__maybe_derive_from_unary_function<std::__1::shared_ptr<DB::IMergeTreeDataPart> ()>> = {<No data fields>}, <std::__1::__function::__maybe_derive_from_binary_function<std::__1::shared_ptr<DB::IMergeTreeDataPart> ()>> = {<No data fields>}, __f_ = {__buf_ = {__small = \"\\000\\225\\301\\000@{\\000\\000\\001\\000\\000\\000\\000\\000\\000\", __large = 0x7b4000c19500}, __invoker_ = {__call_ = 0x170415a0 <std::__1::__function::__policy_invoker<std::__1::shared_ptr<DB::IMergeTreeDataPart> ()>::__call_impl<std::__1::__function::__default_alloc_func<DB::StorageReplicatedMergeTree::fetchPart(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, unsigned long, std::__1::shared_ptr<zkutil::ZooKeeper>)::$_19, std::__1::shared_ptr<DB::IMergeTreeDataPart> ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x54a4618 <std::__1::__function::__policy::__choose_policy<std::__1::__function::__default_alloc_func<DB::StorageReplicatedMergeTree::fetchPart(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, std::__1::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, bool, unsigned long, std::__1::shared_ptr<zkutil::ZooKeeper>)::$_19, std::__1::shared_ptr<DB::IMergeTreeDataPart> ()> >(std::__1::integral_constant<bool, false>)::__policy_>}}\r\n2021-12-14 22:12:50 interserver_scheme = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x70747468 <error: Cannot access memory at address 0x70747468>, __size_ = <optimized out>, __cap_ = 288230376151711748}, __s = {__data_ = {104 'h', 116 't', 116 't', 112 'p', 0 '\\000', 0 '\\000', 0 '\\000', 0 '\\000', <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, <optimized out>, 4 '\\004', 0 '\\000', 0 '\\000', 0 '\\000', 0 '\\000', 0 '\\000', 0 '\\000'}, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 4 '\\004'}}, __r = {__words = {1886680168, <optimized out>, 288230376151711748}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:50 credentials = {__ptr_ = <optimized out>, __cntrl_ = 0x7b080000f020}\r\n2021-12-14 22:12:50 e = <optimized out>\r\n2021-12-14 22:12:50 #37 0x0000000016fba61d in DB::StorageReplicatedMergeTree::executeFetch (this=<optimized out>, entry=...) at ../src/Storages/StorageReplicatedMergeTree.cpp:1734\r\n2021-12-14 22:12:50 part_name = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x345f37345f6c6c61 <error: Cannot access memory at address 0x345f37345f6c6c61>, __size_ = 58503346544439, __cap_ = 1008806316530991104}, __s = {__data_ = \"all_47_47_0_55\\000\\000\\000\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 14 '\\016'}}, __r = {__words = {3773795710838533217, 58503346544439, 1008806316530991104}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:50 e = <optimized out>\r\n2021-12-14 22:12:50 replica = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x34 <error: Cannot access memory at address 0x34>, __size_ = 0, __cap_ = 72057594037927936}, __s = {__data_ = \"4\", '\\000' <repeats 21 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 1 '\\001'}}, __r = {__words = {52, 0, 72057594037927936}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}\r\n2021-12-14 22:12:50 storage_settings_ptr = {__ptr_ = 0x7b68001bfc00, __cntrl_ = 0x7b08004a0080}\r\n2021-12-14 22:12:50 metadata_snapshot = {__ptr_ = 0x7b7000271800, __cntrl_ = 0x7b0800423d20}\r\n2021-12-14 22:12:50 #38 0x000000001746c54a in DB::ReplicatedMergeMutateTaskBase::executeImpl()::$_1::operator()() const (this=<optimized out>) at ../src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:145\r\n2021-12-14 22:12:50 No locals.\r\n2021-12-14 22:12:50 #39 DB::ReplicatedMergeMutateTaskBase::executeImpl (this=this@entry=0x7b4801aa2a00) at ../src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:168\r\n2021-12-14 22:12:51 res = false\r\n2021-12-14 22:12:51 switcher = {__ptr_ = {<std::__1::__compressed_pair_elem<DB::MemoryTrackerThreadSwitcher*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::default_delete<DB::MemoryTrackerThreadSwitcher>, 1, true>> = {<std::__1::default_delete<DB::MemoryTrackerThreadSwitcher>> = {<No data fields>}, <No data fields>}, <No data fields>}}\r\n2021-12-14 22:12:51 remove_processed_entry = {this = 0x7b4801aa2a00}\r\n2021-12-14 22:12:51 execute_fetch = {this = 0x7b4801aa2a00, remove_processed_entry = @0x7f8c8d85d4c0}\r\n2021-12-14 22:12:51 #40 0x000000001746b510 in DB::ReplicatedMergeMutateTaskBase::executeStep (this=0x7b4801aa2a00) at ../src/Storages/MergeTree/ReplicatedMergeMutateTaskBase.cpp:41\r\n2021-12-14 22:12:51 e = <optimized out>\r\n2021-12-14 22:12:51 saved_exception = {__ptr_ = 0x0}\r\n2021-12-14 22:12:51 #41 0x0000000017277f8b in DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::routine (this=this@entry=0x7b4c00001340, item=...) at ../src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:87\r\n2021-12-14 22:12:51 erase_from_active = {this = 0x7b4c00001340, item = {__ptr_ = 0x7b280042aff8, __cntrl_ = 0x7b280042afe0}}\r\n2021-12-14 22:12:51 need_execute_again = false\r\n2021-12-14 22:12:51 #42 0x0000000017278bc6 in DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::threadFunction (this=0x0) at ../src/Storages/MergeTree/MergeTreeBackgroundExecutor.cpp:176\r\n2021-12-14 22:12:51 item = {__ptr_ = 0x0, __cntrl_ = 0x0}\r\n2021-12-14 22:12:51 #43 0x000000001727dc42 in DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::MergeTreeBackgroundExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long, unsigned long, unsigned long)::{lambda()#1}::operator()() const (this=0x7f8c8d85d8a8) at ../src/Storages/MergeTree/MergeTreeBackgroundExecutor.h:184\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #44 std::__1::__invoke<DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::MergeTreeBackgroundExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long, unsigned long, unsigned long)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3676\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #45 std::__1::__invoke_void_return_wrapper<void>::__call<DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::MergeTreeBackgroundExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long, unsigned long, unsigned long)::{lambda()#1}&>(DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::MergeTreeBackgroundExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long, unsigned long, unsigned long)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #46 std::__1::__function::__default_alloc_func<DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::MergeTreeBackgroundExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long, unsigned long, unsigned long)::{lambda()#1}, void ()>::operator()() (this=0x7f8c8d85d8a8) at ../contrib/libcxx/include/functional:1608\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #47 std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::MergeTreeBackgroundExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long, unsigned long, unsigned long)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=0x7f8c8d85d8a8) at ../contrib/libcxx/include/functional:2089\r\n2021-12-14 22:12:51 __f = 0x7f8c8d85d8a8\r\n2021-12-14 22:12:51 #48 0x0000000009e7cf58 in std::__1::__function::__policy_func<void ()>::operator()() const (this=0x7f8c8d85d8a8) at ../contrib/libcxx/include/functional:2221\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #49 std::__1::function<void ()>::operator()() const (this=0x7f8c8d85d8a8) at ../contrib/libcxx/include/functional:2560\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #50 ThreadPoolImpl<ThreadFromGlobalPool>::worker (this=this@entry=0x7b4c00001410, thread_it=thread_it@entry=...) at ../src/Common/ThreadPool.cpp:274\r\n2021-12-14 22:12:51 metric_active_threads = {what = <optimized out>, amount = 1}\r\n2021-12-14 22:12:51 job = {<std::__1::__function::__maybe_derive_from_unary_function<void ()>> = {<No data fields>}, <std::__1::__function::__maybe_derive_from_binary_function<void ()>> = {<No data fields>}, __f_ = {__buf_ = {__small = \"@\\023\\000\\000L{\\000\\000\\370\\277\\325t\\374\\177\\000\", __large = 0x7b4c00001340}, __invoker_ = {__call_ = 0x1727dc20 <std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::MergeTreeBackgroundExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long, unsigned long, unsigned long)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x54b9440 <std::__1::__function::__policy::__choose_policy<std::__1::__function::__default_alloc_func<DB::MergeTreeBackgroundExecutor<DB::MergeMutateRuntimeQueue>::MergeTreeBackgroundExecutor(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, unsigned long, unsigned long, unsigned long)::{lambda()#1}, void ()> >(std::__1::integral_constant<bool, true>)::__policy_>}}\r\n2021-12-14 22:12:51 need_shutdown = <optimized out>\r\n2021-12-14 22:12:51 metric_all_threads = {what = <optimized out>, amount = 1}\r\n2021-12-14 22:12:51 #51 0x0000000009e7f519 in ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}::operator()() const (this=<optimized out>) at ../src/Common/ThreadPool.cpp:139\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #52 std::__1::__invoke_constexpr<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&> (__f=...) at ../contrib/libcxx/include/type_traits:3682\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #53 std::__1::__apply_tuple_impl<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&, std::__1::tuple<>&, std::__1::__tuple_indices<>) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1415\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #54 std::__1::apply<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&, std::__1::tuple<>&>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&, std::__1::tuple<>&) (__f=..., __t=...) at ../contrib/libcxx/include/tuple:1424\r\n2021-12-14 22:12:51 No locals.\r\n2021-12-14 22:12:51 #55 ThreadFromGlobalPool::ThreadFromGlobalPool<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&&)::{lambda()#1}::operator()() (this=0x7b10000166c0) at ../src/Common/ThreadPool.h:188\r\n2021-12-14 22:12:52 event = {__ptr_ = 0x7b2000003e18, __cntrl_ = 0x7b2000003e00}\r\n2021-12-14 22:12:52 scope_exit176 = {static is_nullable = false, function = {event = @0x7f8c8d85db68}}\r\n2021-12-14 22:12:52 thread_status = {<boost::noncopyable_::noncopyable> = {<boost::noncopyable_::base_token> = {<No data fields>}, <No data fields>}, thread_id = 547, os_thread_priority = 0, performance_counters = {counters = 0x7b7000130000, counters_holder = {__ptr_ = {<std::__1::__compressed_pair_elem<std::__1::atomic<unsigned long>*, 0, false>> = {__value_ = 0x7b7000130000}, <std::__1::__compressed_pair_elem<std::__1::default_delete<std::__1::atomic<unsigned long> []>, 1, true>> = {<std::__1::default_delete<std::__1::atomic<unsigned long> []>> = {<No data fields>}, <No data fields>}, <No data fields>}}, parent = 0x20c60f28 <ProfileEvents::global_counters>, level = VariableContext::Thread, static num_counters = 235}, memory_tracker = {amount = {<std::__1::__atomic_base<long, true>> = {<std::__1::__atomic_base<long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<long>> = {__a_value = 4214987}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, peak = {<std::__1::__atomic_base<long, true>> = {<std::__1::__atomic_base<long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<long>> = {__a_value = 17915967}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, hard_limit = {<std::__1::__atomic_base<long, true>> = {<std::__1::__atomic_base<long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, profiler_limit = {<std::__1::__atomic_base<long, true>> = {<std::__1::__atomic_base<long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, profiler_step = 0, fault_probability = 0, sample_probability = 0, parent = {<std::__1::__atomic_base<MemoryTracker*, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<MemoryTracker*>> = {__a_value = 0x20c611a8 <total_memory_tracker>}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, metric = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 75}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, description_ptr = {<std::__1::__atomic_base<char const*, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<char const*>> = {__a_value = 0x4c2ee6c \"(for thread)\"}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, static USAGE_EVENT_NAME = <optimized out>, level = VariableContext::Thread}, untracked_memory = 2097438, untracked_memory_limit = 4194304, progress_in = {read_rows = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, read_bytes = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, read_raw_bytes = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, total_rows_to_read = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, total_raw_bytes_to_read = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, written_rows = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, written_bytes = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}}, progress_out = {read_rows = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, read_bytes = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, read_raw_bytes = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, total_rows_to_read = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, total_raw_bytes_to_read = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, written_rows = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, written_bytes = {<std::__1::__atomic_base<unsigned long, true>> = {<std::__1::__atomic_base<unsigned long, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<unsigned long>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}}, deleter = {<std::__1::__function::__maybe_derive_from_unary_function<void ()>> = {<No data fields>}, <std::__1::__function::__maybe_derive_from_binary_function<void ()>> = {<No data fields>}, __f_ = {__buf_ = {__small = \"\\000\\000\\000\\000\\000\\000\\000\\000\\250\\332\\205\\215\\214\\177\\000\", __large = 0x0}, __invoker_ = {__call_ = 0x9e69780 <std::__1::__function::__policy_invoker<void ()>::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x4c6ff98 <std::__1::__function::__policy::__create_empty()::__policy_>}}, thread_trace_context = {trace_id = {t = {items = {0, 0}}}, span_id = 0, tracestate = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x0, __size_ = 0, __cap_ = 0}, __s = {__data_ = '\\000' <repeats 22 times>, {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 0 '\\000'}}, __r = {__words = {0, 0, 0}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, trace_flags = 0 '\\000'}, thread_group = {__ptr_ = 0x0, __cntrl_ = 0x0}, thread_state = {<std::__1::__atomic_base<int, true>> = {<std::__1::__atomic_base<int, false>> = {__a_ = {<std::__1::__cxx_atomic_base_impl<int>> = {__a_value = 0}, <No data fields>}, static is_always_lock_free = <optimized out>}, <No data fields>}, <No data fields>}, global_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_context = {__ptr_ = 0x0, __cntrl_ = 0x0}, query_id = {<std::__1::__basic_string_common<true>> = {<No data fields>}, static __short_mask = 128, static __long_mask = 9223372036854775808, __r_ = {<std::__1::__compressed_pair_elem<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >::__rep, 0, false>> = {__value_ = {{__l = {__data_ = 0x7b1000414040 \"\", __size_ = 0, __cap_ = 9223372036854775872}, __s = {__data_ = \"@@A\\000\\020{\\000\\000\\000\\000\\000\\000\\000\\000\\000\\000@\\000\\000\\000\\000\\000\", {<std::__1::__padding<char, 1>> = {<No data fields>}, __size_ = 128 '\\200'}}, __r = {__words = {135308653969472, 0, 9223372036854775872}}}}}, <std::__1::__compressed_pair_elem<std::__1::allocator<char>, 1, true>> = {<std::__1::allocator<char>> = {<No data fields>}, <No data fields>}, <No data fields>}, static npos = 18446744073709551615}, logs_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, profile_queue_ptr = {__ptr_ = 0x0, __cntrl_ = 0x0}, performance_counters_finalized = false, query_start_time_nanoseconds = 0, query_start_time_microseconds = 0, query_start_time = 0, queries_started = 0, query_profiler_real = {__ptr_ = {<std::__1::__compressed_pair_elem<DB::QueryProfilerReal*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::default_delete<DB::QueryProfilerReal>, 1, true>> = {<std::__1::default_delete<DB::QueryProfilerReal>> = {<No data fields>}, <No data fields>}, <No data fields>}}, query_profiler_cpu = {__ptr_ = {<std::__1::__compressed_pair_elem<DB::QueryProfilerCPU*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::default_delete<DB::QueryProfilerCPU>, 1, true>> = {<std::__1::default_delete<DB::QueryProfilerCPU>> = {<No data fields>}, <No data fields>}, <No data fields>}}, log = 0x7b100000a440, last_rusage = {__ptr_ = {<std::__1::__compressed_pair_elem<DB::RUsageCounters*, 0, false>> = {__value_ = 0x7b0c0002b350}, <std::__1::__compressed_pair_elem<std::__1::default_delete<DB::RUsageCounters>, 1, true>> = {<std::__1::default_delete<DB::RUsageCounters>> = {<No data fields>}, <No data fields>}, <No data fields>}}, taskstats = {__ptr_ = {<std::__1::__compressed_pair_elem<DB::TasksStatsCounters*, 0, false>> = {__value_ = 0x0}, <std::__1::__compressed_pair_elem<std::__1::default_delete<DB::TasksStatsCounters>, 1, true>> = {<std::__1::default_delete<DB::TasksStatsCounters>> = {<No data fields>}, <No data fields>}, <No data fields>}}, fatal_error_callback = {<std::__1::__function::__maybe_derive_from_unary_function<void ()>> = {<No data fields>}, <std::__1::__function::__maybe_derive_from_binary_function<void ()>> = {<No data fields>}, __f_ = {__buf_ = {__small = \"\\000\\000\\000\\000\\000\\000\\000\\000\\250\\036\\222\\034\\215\\177\\000\", __large = 0x0}, __invoker_ = {__call_ = 0x9e69780 <std::__1::__function::__policy_invoker<void ()>::__call_empty(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x4c6ff98 <std::__1::__function::__policy::__create_empty()::__policy_>}}, query_profiler_enabled = true}\r\n2021-12-14 22:12:52 function = {this = 0x7b4c00001410, it = {__ptr_ = 0x7b0c00075e40}}\r\n2021-12-14 22:12:52 arguments = <optimized out>\r\n2021-12-14 22:12:52 #56 0x0000000009e7f3c2 in std::__1::__invoke<ThreadFromGlobalPool::ThreadFromGlobalPool<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&&)::{lambda()#1}&> (__f=...) at ../contrib/libcxx/include/type_traits:3676\r\n2021-12-14 22:12:52 No locals.\r\n2021-12-14 22:12:52 #57 std::__1::__invoke_void_return_wrapper<void>::__call<ThreadFromGlobalPool::ThreadFromGlobalPool<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&&)::{lambda()#1}&>(ThreadFromGlobalPool::ThreadFromGlobalPool<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&&)::{lambda()#1}&) (__args=...) at ../contrib/libcxx/include/__functional_base:348\r\n2021-12-14 22:12:52 No locals.\r\n2021-12-14 22:12:52 #58 std::__1::__function::__default_alloc_func<ThreadFromGlobalPool::ThreadFromGlobalPool<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&&)::{lambda()#1}, void ()>::operator()() (this=0x0) at ../contrib/libcxx/include/functional:1608\r\n2021-12-14 22:12:52 No locals.\r\n2021-12-14 22:12:52 #59 std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPool::ThreadFromGlobalPool<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*) (__buf=0x7f8c8d85dc98) at ../contrib/libcxx/include/functional:2089\r\n2021-12-14 22:12:52 __f = 0x0\r\n2021-12-14 22:12:52 #60 0x0000000009e7a5ce in std::__1::__function::__policy_func<void ()>::operator()() const (this=0x7f8c8d85dc98) at ../contrib/libcxx/include/functional:2221\r\n2021-12-14 22:12:52 No locals.\r\n2021-12-14 22:12:52 #61 std::__1::function<void ()>::operator()() const (this=0x7f8c8d85dc98) at ../contrib/libcxx/include/functional:2560\r\n2021-12-14 22:12:52 No locals.\r\n2021-12-14 22:12:52 #62 ThreadPoolImpl<std::__1::thread>::worker (this=this@entry=0x7b3c00007800, thread_it=...) at ../src/Common/ThreadPool.cpp:274\r\n2021-12-14 22:12:52 metric_active_threads = {what = <optimized out>, amount = 1}\r\n2021-12-14 22:12:52 job = {<std::__1::__function::__maybe_derive_from_unary_function<void ()>> = {<No data fields>}, <std::__1::__function::__maybe_derive_from_binary_function<void ()>> = {<No data fields>}, __f_ = {__buf_ = {__small = \"\\300f\\001\\000\\020{\\000\\000\\340\\373\\000\\000\\b{\\000\", __large = 0x7b10000166c0}, __invoker_ = {__call_ = 0x9e7f3a0 <std::__1::__function::__policy_invoker<void ()>::__call_impl<std::__1::__function::__default_alloc_func<ThreadFromGlobalPool::ThreadFromGlobalPool<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&&)::{lambda()#1}, void ()> >(std::__1::__function::__policy_storage const*)>}, __policy_ = 0x4c72880 <std::__1::__function::__policy::__choose_policy<std::__1::__function::__default_alloc_func<ThreadFromGlobalPool::ThreadFromGlobalPool<ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>(ThreadPoolImpl<ThreadFromGlobalPool>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}&&)::{lambda()#1}, void ()> >(std::__1::integral_constant<bool, false>)::__policy_>}}\r\n2021-12-14 22:12:52 need_shutdown = <optimized out>\r\n2021-12-14 22:12:52 metric_all_threads = {what = <optimized out>, amount = 1}\r\n2021-12-14 22:12:52 #63 0x0000000009e7dd91 in ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}::operator()() const (this=0x7b080000fb88) at ../src/Common/ThreadPool.cpp:139\r\n2021-12-14 22:12:52 No locals.\r\n2021-12-14 22:12:52 #64 std::__1::__invoke<ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}> (__f=...) at ../contrib/libcxx/include/type_traits:3676\r\n2021-12-14 22:12:52 No locals.\r\n2021-12-14 22:12:52 #65 std::__1::__thread_execute<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>&, std::__1::__tuple_indices<>) (__t=...) at ../contrib/libcxx/include/thread:280\r\n2021-12-14 22:12:52 No locals.\r\n2021-12-14 22:12:52 #66 std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}> >(std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, ThreadPoolImpl<std::__1::thread>::scheduleImpl<void>(std::__1::function<void ()>, int, std::__1::optional<unsigned long>)::{lambda()#2}>) (__vp=0x7b080000fb80) at ../contrib/libcxx/include/thread:291\r\n2021-12-14 22:12:52 __p = {__ptr_ = {<std::__1::__compressed_pair_elem<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, (lambda at ../src/Common/ThreadPool.cpp:139:42)> *, 0, false>> = {__value_ = 0x7b080000fb80}, <std::__1::__compressed_pair_elem<std::__1::default_delete<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, (lambda at ../src/Common/ThreadPool.cpp:139:42)> >, 1, true>> = {<std::__1::default_delete<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, (lambda at ../src/Common/ThreadPool.cpp:139:42)> >> = {<No data fields>}, <No data fields>}, <No data fields>}}\r\n2021-12-14 22:12:52 #67 0x0000000009d94e3d in __tsan_thread_start_func ()\r\n2021-12-14 22:12:52 No symbol table info available.\r\n2021-12-14 22:12:52 #68 0x00007f8d20bb3609 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0\r\n2021-12-14 22:12:52 No symbol table info available.\r\n2021-12-14 22:12:52 #69 0x00007f8d20ada293 in clone () from /lib/x86_64-linux-gnu/libc.so.6\r\n2021-12-14 22:12:52 No symbol table info available.\r\n2021-12-14 22:12:52 No symbol table info available.\r\n2021-12-14 22:12:52 [Inferior 1 (process 515) detached]\r\n```" | https://github.com/ClickHouse/ClickHouse/issues/32773 | https://github.com/ClickHouse/ClickHouse/pull/38977 | 3e648acb3b2de7ab53940e25d63acd8c7118e737 | bd97233a4f64f2148c44857aaea3115a6debe668 | 2021-12-14T20:18:57Z | c++ | 2022-07-08T08:04:37Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,750 | ["src/Server/HTTPHandler.cpp", "tests/queries/0_stateless/02152_http_external_tables_memory_tracking.reference", "tests/queries/0_stateless/02152_http_external_tables_memory_tracking.sh"] | After update to v21.8.11 from v21.3.17 memory usage constantly increasing. | Mark_cache_size is set to default 5GB.
Dictionaries are not used.
The uncompressed cache is disabled.
Update to v21.8.12.29 didn't help.

```
# ch_query () {
> clickhouse-client -m -n -q \
> "
> SELEC... | https://github.com/ClickHouse/ClickHouse/issues/32750 | https://github.com/ClickHouse/ClickHouse/pull/32982 | d304d3c7b421b046bf55f3e28b80a4a9f4b9fed4 | 8c9843caf2cf4cfbb46e9996e70d71f70d24eea8 | 2021-12-14T14:22:14Z | c++ | 2021-12-23T04:58:18Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,744 | ["src/Interpreters/SelectQueryOptions.h", "src/Interpreters/TreeRewriter.cpp", "src/Storages/ProjectionsDescription.cpp", "tests/integration/test_storage_rabbitmq/test.py"] | Column X is not under aggregate function and not in GROUP BY | After upgrading to `21.11.6.7` from `21.6.6.51` some of our `INSERT`s start failing with the following error:
```
2021.12.14 09:54:05.538718 [ 373 ] {} <Error> void DB::StorageBuffer::backgroundFlush(): Code: 215. DB::Exception: Column `name` is not under aggregate function and not in GROUP BY: While processing name,... | https://github.com/ClickHouse/ClickHouse/issues/32744 | https://github.com/ClickHouse/ClickHouse/pull/32751 | abbab7ff87d98e18cf2fcf1641d574edbd120058 | 2e62f086a1918b7f9b8f67bd8b0253052ef6ceff | 2021-12-14T10:13:41Z | c++ | 2021-12-20T12:47:25Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,737 | ["src/Functions/fuzzBits.cpp", "tests/queries/0_stateless/02148_issue_32737.reference", "tests/queries/0_stateless/02148_issue_32737.sql"] | Crash in function `fuzzBits` | ```
SELECT fuzzBits(toFixedString('', 200), 0.5) FROM system.numbers FORMAT Null
``` | https://github.com/ClickHouse/ClickHouse/issues/32737 | https://github.com/ClickHouse/ClickHouse/pull/32755 | 4adf3b02855ac1ca9fbb3f0e5fe58f16522327f0 | de66f669b6a7af5fcef3b21cc047439c5cc4e782 | 2021-12-14T02:23:52Z | c++ | 2021-12-15T00:58:59Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,668 | ["src/Interpreters/SelectQueryOptions.h", "src/Interpreters/TreeRewriter.cpp", "src/Storages/ProjectionsDescription.cpp", "tests/integration/test_storage_rabbitmq/test.py"] | ReplacingMergeTree Materialized view based on kafka topics becoming empty after migrating to 21.11 | **Describe what's wrong**
After Moving to 21.11, [ReplacingMergeTree-style Materialized view](https://github.com/tiniumv/clickhouse_bug/blob/main/migrations/add_view.sql) which is getting data from [two other views](https://github.com/tiniumv/clickhouse_bug/blob/main/migrations/basic.sql) based on kafka topics stopp... | https://github.com/ClickHouse/ClickHouse/issues/32668 | https://github.com/ClickHouse/ClickHouse/pull/32751 | abbab7ff87d98e18cf2fcf1641d574edbd120058 | 2e62f086a1918b7f9b8f67bd8b0253052ef6ceff | 2021-12-13T10:44:02Z | c++ | 2021-12-20T12:47:25Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,593 | ["src/Coordination/KeeperServer.cpp"] | Frightening log message from NuRaft | `2021.12.12 04:24:12.020896 [ 491 ] {} <Information> RaftInstance: parameters: timeout 0 - 0, heartbeat 0, leadership expiry 0, max batch 100, backoff 50, snapshot distance 10000, log sync stop gap 99999, reserved logs -1530494976, client timeout
10000, auto forwarding ON, API call type ASYNC, custom commit quorum si... | https://github.com/ClickHouse/ClickHouse/issues/32593 | https://github.com/ClickHouse/ClickHouse/pull/33224 | ba587c16a2ca37ab6d01baa8880aa6dfe86db8da | e0fe50444366edac344d6510458f51773a3991c5 | 2021-12-12T02:41:22Z | c++ | 2021-12-28T08:17:34Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,586 | ["programs/benchmark/Benchmark.cpp"] | Pressing Ctrl+C twice should terminate `clickhouse-benchmark` immediately. | **Describe the issue**
```
Queries executed: 0.
Queries executed: 0.
^CStopping launch of queries. SIGINT received.
^C^C^C^C^C^C^C^C^C^C^C
``` | https://github.com/ClickHouse/ClickHouse/issues/32586 | https://github.com/ClickHouse/ClickHouse/pull/33303 | fa934d673df0116763d3006d373d7cd552b6b0ec | 2f121fd79a5d693d5f7e484694799c599512c6c2 | 2021-12-11T22:09:18Z | c++ | 2021-12-30T08:00:58Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,512 | ["src/Interpreters/TreeOptimizer.cpp", "tests/queries/0_stateless/02147_order_by_optimizations.reference", "tests/queries/0_stateless/02147_order_by_optimizations.sql"] | `optimize_monotonous_functions_in_order_by` optimization breaks matching of primary key for `optimize_read_in_order` optimization in `Distributed` tables |
**How to reproduce**
```sql
CREATE TABLE t_local
(
`d` DateTime,
`v` UInt32
)
ENGINE = MergeTree
ORDER BY toStartOfHour(d);
CREATE TABLE t_dist AS t_local
ENGINE = Distributed(test_shard_localhost, currentDatabase(), t_local);
INSERT INTO t_local VALUES (now(), 1);
```
```sql
EXPLAIN... | https://github.com/ClickHouse/ClickHouse/issues/32512 | https://github.com/ClickHouse/ClickHouse/pull/32670 | 6879f03cb6f35613761eb272a2f90a2f96c3a900 | dadaeabda7a775d81590f8a41bdbf9a9e22c8075 | 2021-12-10T15:26:47Z | c++ | 2021-12-13T21:42:48Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,504 | ["src/IO/ZlibDeflatingWriteBuffer.cpp", "src/QueryPipeline/BlockIO.h"] | Insert to S3 with multipart upload to GCS fails + crashes clickhouse-server with SIGABRT | **Description**
Server crashes when using INSERT in S3 storage with gzip and error received from S3 provider.
Google Cloud Store has limitation for S3 API support.
E.g. it sends error if trying to use multipartUploads with Amazon S3 API.
This is Google limitation due to it expects in all requests in multipart up... | https://github.com/ClickHouse/ClickHouse/issues/32504 | https://github.com/ClickHouse/ClickHouse/pull/32649 | b4f3600e84ccd256709256012a69814e5b86665b | 730c16bd0c638b24a4ee3147fbd7245ac2cd224b | 2021-12-10T11:21:13Z | c++ | 2021-12-13T18:05:33Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,487 | ["src/AggregateFunctions/AggregateFunctionTopK.cpp", "src/AggregateFunctions/AggregateFunctionTopK.h", "tests/queries/0_stateless/02149_issue_32487.reference", "tests/queries/0_stateless/02149_issue_32487.sql"] | topKWeightedState fails for some input types | **Describe what's wrong**
> A clear and concise description of what works not as it is supposed to.
Recent versions of topKWeightedState fail on some input types.
OK:
```sql
SELECT topKWeightedState(2)(1, 1)
Query id: d74c6d5b-f4d7-49a4-a0b4-93ef0916f5b4
┌─topKWeightedState(2)(1, 1)─┐
│ @ ... | https://github.com/ClickHouse/ClickHouse/issues/32487 | https://github.com/ClickHouse/ClickHouse/pull/32914 | 5cd56b127f2dad91e4367607298e797d30683c32 | 778cd76987a8222217f7bf9f0c8fcb692b82b673 | 2021-12-09T20:50:51Z | c++ | 2021-12-18T07:18:51Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,480 | ["src/Common/SparseHashMap.h", "src/Dictionaries/HashedArrayDictionary.h", "src/Dictionaries/HashedDictionary.h"] | Hierarchical dictionaries with sparse_hashed layout can't be loaded | **Describe what's wrong**
Hierarchical dictionaries with sparse_hashed layout can't be loaded (take too long time).
Works fine in 21.3. Does not work in 21.11.
**Does it reproduce on recent release?**
Yes. 21.11.5.33
**How to reproduce**
Dictionary creation
```
drop table if exists default.hierdic... | https://github.com/ClickHouse/ClickHouse/issues/32480 | https://github.com/ClickHouse/ClickHouse/pull/32536 | bda0cc2f762a89f570d1b05e3847a4c051acffa2 | 233505b665f4f266405289246fd99a3775188742 | 2021-12-09T19:00:07Z | c++ | 2021-12-14T14:44:47Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,474 | ["tests/queries/0_stateless/02804_intersect_bad_cast.reference", "tests/queries/0_stateless/02804_intersect_bad_cast.sql"] | AggregationCommon.h:97:35: runtime error: downcast of address which does not point to an object of type ColumnVectorHelper | https://s3.amazonaws.com/clickhouse-test-reports/0/5b06e30ea2cb7d5abdfec2ae1bbaba0603aed09c/fuzzer_astfuzzerubsan,actions//report.html
```
2021.12.09 19:08:59.387460 [ 154 ] {fc5c622d-bb4a-4fb4-8e80-bc9dbc9a20c6} <Debug> executeQuery: (from [::ffff:127.0.0.1]:60978) SELECT 2., * FROM (SELECT 1024, 256 INTERSECT S... | https://github.com/ClickHouse/ClickHouse/issues/32474 | https://github.com/ClickHouse/ClickHouse/pull/51354 | 33d7cca9df0ed9d91c3c8ed3009f92142ce69f9d | 235328ab1dfa80b1489e5bd5adb19fed3e7673ce | 2021-12-09T17:36:06Z | c++ | 2023-07-08T07:35:25Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,458 | ["src/Interpreters/join_common.cpp", "tests/queries/0_stateless/02133_issue_32458.reference", "tests/queries/0_stateless/02133_issue_32458.sql"] | Segmentation fault in JoinCommon::removeColumnNullability |
**Describe the bug**
[A link to the report](https://s3.amazonaws.com/clickhouse-test-reports/32291/2f43445a34c91beb1104422308ba5abfdf7be5bb/fuzzer_astfuzzertsan,actions//report.html)
**How to reproduce**
```SQL
CREATE TABLE t1 (`id` Int32, `key` String, `key2` String) ENGINE = TinyLog;
CREATE TABLE t2 (`id` ... | https://github.com/ClickHouse/ClickHouse/issues/32458 | https://github.com/ClickHouse/ClickHouse/pull/32508 | 37837f3881ed76003ff1677ce827e50982771d21 | 17e5f5ccfe85f4347f98bbd727736528530b35be | 2021-12-09T13:58:39Z | c++ | 2021-12-10T22:21:10Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,452 | ["src/Storages/StorageGenerateRandom.cpp", "tests/queries/0_stateless/01087_table_function_generate.reference", "tests/queries/0_stateless/01087_table_function_generate.sql"] | genarateRandom() does not support Date32 type | generateRandom() does not support generating random Date32 value:
```
SELECT *
FROM generateRandom('Date32 Date32', NULL, 10, 2)
LIMIT 10
Received exception from server (version 21.11.5):
Code: 48. DB::Exception: Received from localhost:9000. DB::Exception: The 'GenerateRandom' is not implemented for type Dat... | https://github.com/ClickHouse/ClickHouse/issues/32452 | https://github.com/ClickHouse/ClickHouse/pull/32643 | fd9d40925a2ba0b0ea63a3ebbb316984fe14ca10 | 9eb2a4fe902c9effc0e41ce4464a1827586df046 | 2021-12-09T11:47:47Z | c++ | 2021-12-13T17:38:41Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,443 | ["docker/test/fuzzer/run-fuzzer.sh"] | ASTFuzzer checkouts wrong code | https://s3.amazonaws.com/clickhouse-test-reports/0/3498e13551d7fffdff3079123f199e2658019159/fuzzer_astfuzzerdebug,actions//report.html
```
2021.12.08 11:31:24.518138 [ 120 ] {d7e821f6-7782-49a7-a536-a83672fc14d8} <Debug> executeQuery: (from [::ffff:127.0.0.1]:35412) SELECT * FROM t_materialize_column ORDER BY i ASC... | https://github.com/ClickHouse/ClickHouse/issues/32443 | https://github.com/ClickHouse/ClickHouse/pull/32447 | 2eb3dc83a5d61ae9636c719099c402f0c6435dee | a641eff47019c9be3543f24debb906bf6cd429c3 | 2021-12-09T09:50:25Z | c++ | 2021-12-09T13:15:31Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,401 | ["src/Processors/Formats/Impl/ArrowColumnToCHColumn.cpp", "tests/queries/0_stateless/02403_arrow_large_string.reference", "tests/queries/0_stateless/02403_arrow_large_string.sh"] | Support large_utf8 column format on parquet | **Describe the unexpected behaviour**
Clickhouse does not support parquet with 'large_utf8' columns (only 'utf8'). From my understanding, the only difference is offsets are u64 in 'large_utf8' instead of u32
**How to reproduce**
```
import pyarrow
import pyarrow.parquet
import subprocess
for schema in (N... | https://github.com/ClickHouse/ClickHouse/issues/32401 | https://github.com/ClickHouse/ClickHouse/pull/40293 | 5a85531ef760076214f246ab7ceea35ec293c60a | 09a2ff88435f79e5279745bbe1dc0e5e401df38d | 2021-12-08T14:07:50Z | c++ | 2022-08-18T12:01:58Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,391 | ["src/IO/WriteHelpers.cpp", "src/Interpreters/ClusterProxy/executeQuery.h", "src/Processors/QueryPlan/ReadFromRemote.cpp", "src/Storages/StorageDistributed.cpp", "tests/queries/0_stateless/01455_opentelemetry_distributed.reference", "tests/queries/0_stateless/01756_optimize_skip_unused_shards_rewrite_in.reference", "te... | Syntax error when column named ALL or DISTINCT in distributed query | **Describe what's wrong**
If a column named `ALL` or `DISTINCT` appears in the first position of the select list in a distributed query, the query fails with `Syntax error`.
In the rewriten query the column name appears without quotation marks, so remote server interprets `DISTINCT` as part of `SELECT DISTINCT` i... | https://github.com/ClickHouse/ClickHouse/issues/32391 | https://github.com/ClickHouse/ClickHouse/pull/32490 | 2b5409120db19c12724c917541536f2814ab6c43 | 52328f6abc2425a960c1bff314b2932e91e5dbf8 | 2021-12-08T12:41:23Z | c++ | 2021-12-13T13:41:01Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,374 | ["src/Parsers/ASTFunction.cpp", "tests/queries/0_stateless/02183_array_tuple_literals_remote.reference", "tests/queries/0_stateless/02183_array_tuple_literals_remote.sql"] | Exception when use function array in function multiIf | **Describe what's wrong**
> Using the function 'array' in the function 'multiIf' will get an Exception, but it can be executed normally using [] to replace the function 'array'.
**How to reproduce**
* Which ClickHouse server version to use
```
Based on the latest version:
VERSION_DESCRIBE: v21.12.1.1-prest... | https://github.com/ClickHouse/ClickHouse/issues/32374 | https://github.com/ClickHouse/ClickHouse/pull/33938 | cd2305eb57d02a0ef17a2ce0f39d905b83d8a080 | ea55c9a0ae207d9f674453aa6ac9508298b8e41c | 2021-12-08T09:10:11Z | c++ | 2022-01-27T19:58:48Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,363 | ["docs/en/operations/clickhouse-keeper.md", "src/Coordination/KeeperServer.cpp"] | It is possible to intentionally misconfigure ClickHouse Keeper. If election_timeout_lower_bound_ms > election_timeout_upper_bound_ms breaks leader election. | **Unexpected behavior**
In ClickHouse Keeper config
`<keeper_server>
<coordination_settings>`
when election_timeout_lower_bound_ms > election_timeout_upper_bound_ms seems that leader election doesn`t work. But if we watch the description from documentation:
election_timeout_lower_bound_ms — If the follower... | https://github.com/ClickHouse/ClickHouse/issues/32363 | https://github.com/ClickHouse/ClickHouse/pull/46274 | 47cd5f8e9d3a4d2a271f9cdd95baf846fe9e90dd | 9bef1bec2860ae507ff1377388efb7b4c898e892 | 2021-12-08T05:29:16Z | c++ | 2023-02-14T11:44:04Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,305 | ["src/DataTypes/DataTypeTuple.cpp", "tests/queries/0_stateless/02286_tuple_numeric_identifier.reference", "tests/queries/0_stateless/02286_tuple_numeric_identifier.sql"] | JSONExtract Tuple name can't start from digit. | **Describe what's wrong**
It's not possible to use digit as tuple name, so it's not possible to parse JSON files to nested tuple structure with JSONExtract.
**Does it reproduce on recent release?**
Yes
ClickHouse 21.12
**How to reproduce**
```
WITH
'{"1":{"key":"value"}}' AS data,
JSONExtra... | https://github.com/ClickHouse/ClickHouse/issues/32305 | https://github.com/ClickHouse/ClickHouse/pull/36544 | bd1f12e5d50595728e3c6078f3ed73eaac696dfa | 17bb7f175b8f5b3ed7ff90ed552c40a85133e696 | 2021-12-06T18:55:26Z | c++ | 2022-04-26T10:22:03Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,292 | ["src/Storages/MergeTree/MergeTreeIndices.h", "tests/queries/0_stateless/02131_skip_index_not_materialized.reference", "tests/queries/0_stateless/02131_skip_index_not_materialized.sql"] | Query that uses skip index fails if index is not materialized | ```sql
CREATE TABLE t ( a UInt32) ENGINE = MergeTree ORDER BY tuple();
INSERT INTO t VALUES (1);
ALTER TABLE t ADD INDEX ind (a) TYPE set(1) GRANULARITY 1;
SELECT count() FROM t WHERE a = 1;
Received exception from server (version 21.11.5):
Code: 1001. DB::Exception: Received from localhost:9000. DB::Exce... | https://github.com/ClickHouse/ClickHouse/issues/32292 | https://github.com/ClickHouse/ClickHouse/pull/32359 | 66e1fb7adad8ce28af4c9cf126f704bdefafa746 | a241103714422b775852790633451167433125c1 | 2021-12-06T15:54:31Z | c++ | 2021-12-13T11:43:58Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,207 | ["src/Interpreters/InterpreterInsertQuery.cpp", "src/QueryPipeline/Chain.h", "tests/queries/0_stateless/02137_mv_into_join.reference", "tests/queries/0_stateless/02137_mv_into_join.sql"] | [21.11+] LOGICAL_ERROR on MV into JOIN tables: Context has expired | Sort repro:
```sql
CREATE TABLE a ( `id` String, `color` String, `section` String, `description` String) ENGINE = MergeTree ORDER BY tuple()
CREATE TABLE b ( `key` String, `id` String, `color` String, `section` String, `description` String) ENGINE = Join(ANY, LEFT, key)
CREATE MATERIALIZED VIEW c TO `b` AS SE... | https://github.com/ClickHouse/ClickHouse/issues/32207 | https://github.com/ClickHouse/ClickHouse/pull/32669 | c7a5fb758247bd35d9731c48a5232ae28d27fd5b | 6083869b5d032a94128882f7e78616e764f9349f | 2021-12-03T15:16:07Z | c++ | 2021-12-15T23:01:31Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,107 | ["src/AggregateFunctions/QuantileTDigest.h", "tests/queries/0_stateless/02286_quantile_tdigest_infinity.reference", "tests/queries/0_stateless/02286_quantile_tdigest_infinity.sql"] | Error with AggregateFunction quantilesTDigest causing part merges to fail | **Describe what's wrong**
We had an issue with `INSERT`s into ClickHouse throwing an error:
```
2021-11-29 18:26:13.177 ESTError message from worker: ru.yandex.clickhouse.except.ClickHouseUnknownException: ClickHouse exception, code: 1002, host: <clickhouse_host>, port: 8123; Code: 252. DB::Exception: Too many p... | https://github.com/ClickHouse/ClickHouse/issues/32107 | https://github.com/ClickHouse/ClickHouse/pull/37021 | ed7df7cabd5a2862085e36986305d98b863c38a8 | 5e34f48a181744a9f9241e3da0522eeaf9c68b84 | 2021-12-01T22:44:49Z | c++ | 2022-05-16T13:21:59Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 32,053 | ["src/AggregateFunctions/AggregateFunctionAvg.h", "src/AggregateFunctions/AggregateFunctionAvgWeighted.cpp", "tests/queries/0_stateless/01668_avg_weighted_ubsan.reference", "tests/queries/0_stateless/01668_avg_weighted_ubsan.sql"] | Crash in avgWeighted with Decimal | **Describe what's wrong**
Crash with avgWeighted + Decimal in window function.
**Does it reproduce on recent release?**
Yes, 21.8-21.12
**How to reproduce**
```
SELECT avgWeighted(a, toDecimal64(c, 9)) OVER (PARTITION BY c)
FROM
(
SELECT
number AS a,
number AS c
FROM numbers... | https://github.com/ClickHouse/ClickHouse/issues/32053 | https://github.com/ClickHouse/ClickHouse/pull/32303 | 523e23cfcd82ae2ddd64538bff562c62a10d9aeb | 6c16348faa59805ebf44b4bdd92675eee5a2ad17 | 2021-12-01T12:46:02Z | c++ | 2021-12-07T10:32:26Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,979 | ["src/Functions/FunctionsConversion.h", "tests/queries/0_stateless/02155_parse_date_lowcard_default_throw.reference", "tests/queries/0_stateless/02155_parse_date_lowcard_default_throw.sql"] | Error when parseDateTimeBestEffort is invoked on LowCardinality column from the joined subquery | **Describe what's wrong**
parseDateTimeBestEffort does not work when invoked on a LowCardinality column from the joined subquery
**Does it reproduce on recent release?**
Have not tried
**How to reproduce**
Following sql query does not work:
```sql
SELECT parseDateTimeBestEffort(q0.date_field) as parsed_date... | https://github.com/ClickHouse/ClickHouse/issues/31979 | https://github.com/ClickHouse/ClickHouse/pull/33286 | e879aca58bbccb668eb746df46efa6f530127ab6 | 11f64d6e1f7d903cccf7e697b768ec787b054911 | 2021-11-30T07:26:53Z | c++ | 2021-12-30T04:19:42Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,963 | ["src/Interpreters/ExternalDictionariesLoader.cpp"] | XML dictionaries + MatView + 21.8.11 = DB::Exception: Dictionary not found | ```
apt-get install clickhouse-server=21.8.10.19 clickhouse-client=21.8.10.19 clickhouse-common-static=21.8.10.19
cat /etc/clickhouse-server/config.d/defdb.xml
<?xml version="1.0"?>
<yandex>
<default_database>test</default_database>
</yandex>
cat /etc/clickhouse-server/node_dictionary.xml
<dictionaries>... | https://github.com/ClickHouse/ClickHouse/issues/31963 | https://github.com/ClickHouse/ClickHouse/pull/32187 | 4e62d9f5b13d1690825cd9b70a0b687d158eead6 | 11df9a6bc4ddd4b532c228e0d8bd76d3cc68fa0e | 2021-11-29T21:22:02Z | c++ | 2021-12-06T12:11:09Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,962 | ["src/Storages/FileLog/StorageFileLog.cpp", "tests/queries/0_stateless/02125_fix_storage_filelog.reference", "tests/queries/0_stateless/02125_fix_storage_filelog.sql", "tests/queries/0_stateless/02126_fix_filelog.reference", "tests/queries/0_stateless/02126_fix_filelog.sh"] | FileLog is able to read files only in /var/lib/clickhouse/user_files/ | ```
touch /tmp/aaa.csv
CREATE TABLE log (A String) ENGINE= FileLog('/tmp/aaa.csv', 'CSV');
DB::Exception: The absolute data path should be inside `user_files_path`(/var/lib/clickhouse/user_files/). (BAD_ARGUMENTS)
CREATE TABLE log (A String) ENGINE= FileLog('/tmp/aaa.csv', 'CSV');
DB::Exception: Metadata fil... | https://github.com/ClickHouse/ClickHouse/issues/31962 | https://github.com/ClickHouse/ClickHouse/pull/31967 | 78224ef273c9934ea9b3ee64461726d47011b214 | 18e200b1e2bf5568befd14be4c82621596c211e4 | 2021-11-29T20:37:31Z | c++ | 2021-11-30T12:38:05Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,924 | ["src/Functions/FunctionsConversion.h", "tests/queries/0_stateless/01921_datatype_date32.reference", "tests/queries/0_stateless/01921_datatype_date32.sql"] | toString(Date32) works correctly only with the limited range of values | The function `toSting` doesn't work correctly with an argument of the type `Date32` if the value of the argument is outside of the range [1970-01-01, 2149-06-06].
**How to reproduce**
ClickHouse server version 21.11.3 revision 54450.
ClickHouse client version 21.11.3.6 (official build).
Run the query:
```SQL... | https://github.com/ClickHouse/ClickHouse/issues/31924 | https://github.com/ClickHouse/ClickHouse/pull/37775 | 21271726de02a2d50bebb3316edab71602d977c5 | b34782dc6aa907b44c033b224524dc74dd8becfd | 2021-11-28T07:28:51Z | c++ | 2022-06-02T13:40:47Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,843 | ["src/Storages/MergeTree/IMergeTreeDataPart.cpp", "src/Storages/MergeTree/IMergeTreeDataPart.h", "src/Storages/StorageReplicatedMergeTree.cpp"] | The problem of data part merging while using zero copy replication | I use zero copy replication by HDFS for test , replicas create table use the same storage_policy so they will use the same data on HDFS, the directory is shared. But now, I met a problem, the data part merge cannot be done?
I understand replicas should use shared directory on HDFS, but why data part cannot be merged... | https://github.com/ClickHouse/ClickHouse/issues/31843 | https://github.com/ClickHouse/ClickHouse/pull/32201 | 9867d75fecb48e82605fb8eeeea095ebd83062ce | 25427719d40e521846187e68294f9141ed037327 | 2021-11-26T03:01:21Z | c++ | 2021-12-10T13:29:51Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,819 | ["src/Functions/EmptyImpl.h", "tests/queries/0_stateless/02124_empty_uuid.reference", "tests/queries/0_stateless/02124_empty_uuid.sql"] | incorrect results for empty() of UUID | ```sql
CREATE TABLE some_table
(
`date` DateTime,
`banner_id` UUID
)
ENGINE = MergeTree
PARTITION BY toYYYYMM(date)
ORDER BY date
---- ALL ROWS ARE 0 = ALL EMPTY
insert into some_table select today()+rand()%4, toUUID('00000000-0000-0000-0000-000000000000')
from numbers(100);
SELECT *
FROM
(
... | https://github.com/ClickHouse/ClickHouse/issues/31819 | https://github.com/ClickHouse/ClickHouse/pull/31883 | 83391977f88ad74b025bde24d9f576a9530c79f5 | 75ac0f72bc3c94725ad69380d8f64eddfaba14a1 | 2021-11-25T16:17:16Z | c++ | 2021-11-26T21:23:47Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,687 | ["src/Interpreters/OptimizeIfWithConstantConditionVisitor.cpp", "tests/queries/0_stateless/02125_constant_if_condition_and_not_existing_column.reference", "tests/queries/0_stateless/02125_constant_if_condition_and_not_existing_column.sql"] | Missing unused column in "if" expression when upgrading to 21.11.4.14 | 21.11.4.14
```
create table test (x String) Engine=StripeLog
select if(toUInt8(0), y, 42) from test
```
Throws exception `DB::Exception: Missing columns: 'y'`
Excpecting 42
btw `select if(0, y, 42) from test` works fine
| https://github.com/ClickHouse/ClickHouse/issues/31687 | https://github.com/ClickHouse/ClickHouse/pull/31866 | e943be340a6932578cd8647cde766185a4698037 | bab8ea144bccd386dd044fb54892c36d404c6839 | 2021-11-24T10:12:33Z | c++ | 2021-11-30T02:54:58Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,686 | ["src/Processors/Formats/IRowInputFormat.cpp", "tests/queries/0_stateless/00418_input_format_allow_errors.sh"] | input_format_allow_errors_num don't allow to skip bad IPv4 | ```
echo '::' | clickhouse-local --structure 'i IPv4' --query='SELECT * FROM table' --input_format_allow_errors_num=1
``` | https://github.com/ClickHouse/ClickHouse/issues/31686 | https://github.com/ClickHouse/ClickHouse/pull/31697 | 072b4a3ba674858fcab7fbf56508b9b8d193818c | fe7f21acf91228ff60e9eddb7f662bec6b8fecbe | 2021-11-24T10:01:30Z | c++ | 2021-11-25T08:31:41Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,680 | ["src/Storages/JoinSettings.cpp", "src/Storages/JoinSettings.h", "src/Storages/StorageJoin.cpp", "src/Storages/StorageJoin.h", "tests/queries/0_stateless/02127_storage_join_settings_with_persistency.reference", "tests/queries/0_stateless/02127_storage_join_settings_with_persistency.sql"] | Persistent setting of Join table | В документации для таблицы типа Join есть перечень настроек, которые можно указать при создании, в частности join_any_take_last_row и persistent, при одновременном использовании возникает ошибка создания таблицы.
Ошибка Code: 115. DB::Exception: Unknown setting join_any_take_last_row: for storage Join. (UNKNOWN_SETT... | https://github.com/ClickHouse/ClickHouse/issues/31680 | https://github.com/ClickHouse/ClickHouse/pull/32066 | 3d047747ed23f32a2536050f6917844261f57d35 | 5d7dfc6eb9a2b7af3e354be68d072a2c2849e1bb | 2021-11-24T08:23:17Z | c++ | 2021-12-03T09:06:58Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,639 | ["CMakeLists.txt", "cmake/ld.lld.in", "cmake/split_debug_symbols.cmake", "cmake/tools.cmake", "src/Common/Elf.cpp", "src/Common/SymbolIndex.cpp", "tests/queries/0_stateless/02161_addressToLineWithInlines.sql", "tests/queries/0_stateless/02420_stracktrace_debug_symbols.reference", "tests/queries/0_stateless/02420_strack... | addressToLine misbehaves in master | Note filenames in the backtrace
```
tail -10 clickhouse-server.err.log
5. DB::TCPHandler::receiveHello() @ 0x131f2503 in /usr/lib/debug/.build-id/03/836aa56cfad660466eb42a7973e7053e525ccb.debug
6. DB::TCPHandler::runImpl() @ 0x131ebd82 in /usr/lib/debug/.build-id/03/836aa56cfad660466eb42a7973e7053e525ccb.debug
... | https://github.com/ClickHouse/ClickHouse/issues/31639 | https://github.com/ClickHouse/ClickHouse/pull/40873 | 365438d6172cb643603d59a81c12eb3f10d4c5e6 | 499e479892b68414f087a19759fe3600508e3bb3 | 2021-11-22T16:19:03Z | c++ | 2022-09-07T15:31:35Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,631 | ["src/AggregateFunctions/AggregateFunctionCategoricalInformationValue.cpp", "tests/queries/0_stateless/02427_msan_group_array_resample.reference", "tests/queries/0_stateless/02427_msan_group_array_resample.sql"] | SUMMARY: MemorySanitizer: use-of-uninitialized-value | (you don't have to strictly follow this form)
**Describe the bug**
https://s3.amazonaws.com/clickhouse-test-reports/31476/c034491da95909fa5a6b1a9a4f72a609fcf30d7c/fuzzer_astfuzzermsan,actions//report.html
Assertion of memory sanitizer:
```
SUMMARY: MemorySanitizer: use-of-uninitialized-value obj-x86_64-linux... | https://github.com/ClickHouse/ClickHouse/issues/31631 | https://github.com/ClickHouse/ClickHouse/pull/41460 | df52df83f9195d6d2c26b00fa04fd904b0c8f1a6 | 036e8820971c8562dc2084af1bd378709e00333f | 2021-11-22T12:56:05Z | c++ | 2022-09-19T03:28:56Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,606 | ["src/Interpreters/InterpreterSelectQuery.cpp", "tests/queries/0_stateless/02131_multiply_row_policies_on_same_column.reference", "tests/queries/0_stateless/02131_multiply_row_policies_on_same_column.sql"] | row policies multiple OR to IN rewrite bug. | **Describe what's wrong**
If you have more than 2 row policies with the same column used in conditions, ClickHouse tries to rewrite them in IN clause, but it doesn't work.
**Does it reproduce on recent release?**
Yes.
ClickHouse 21.11, 21.8
**How to reproduce**
```
CREATE TABLE test_row
(
`key` ... | https://github.com/ClickHouse/ClickHouse/issues/31606 | https://github.com/ClickHouse/ClickHouse/pull/32291 | 3fafe641d0dae6c9a5c6094a76a37b7eb47e30a2 | d112b30d7818e89d0e0b9e47f8da957fb7e04f1a | 2021-11-21T16:42:41Z | c++ | 2021-12-15T22:52:12Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,538 | ["src/Interpreters/MutationsInterpreter.cpp", "tests/queries/0_stateless/02008_materialize_column.sql"] | Crash on materializing column | **Describe what's wrong**
Crash on executing `alter table tbl_name materialize column col_name`. Column is `col_name Uint8`
**Does it reproduce on recent release?**
Reproducible from official Docker image version 21.11.3.6
**How to reproduce**
* 21.11.3.6
* Using CLI client
**Expected behavior**
C... | https://github.com/ClickHouse/ClickHouse/issues/31538 | https://github.com/ClickHouse/ClickHouse/pull/32464 | 6cfb1177325fea43f043aa5f60aebf20bba20082 | 9867d75fecb48e82605fb8eeeea095ebd83062ce | 2021-11-19T14:12:26Z | c++ | 2021-12-10T13:27:53Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,524 | ["src/Columns/ColumnDecimal.cpp", "src/Columns/ColumnFixedString.cpp", "src/Columns/ColumnVector.cpp", "src/Columns/ColumnsCommon.cpp", "src/Columns/ColumnsCommon.h"] | Failed to run clickhouse-tests on custom build ClickHouse Power9 platform | **Describe the unexpected behaviour**
After successfully built ClickHouse binary on Power9 platform,I run `clickhouse-tests`,and clickhouse server segment fault.
**How to reproduce**
v21.11.4.14-stable
Run `clickhouse-tests`.
Several problems occured when run `clickhouse-tests`:
1. There's no output on query `... | https://github.com/ClickHouse/ClickHouse/issues/31524 | https://github.com/ClickHouse/ClickHouse/pull/31574 | 711b738dd1a22469a5eccfd65386f00a6a035023 | 796c76638a198f8e48b68d1e3fbdb2235a4b56aa | 2021-11-19T07:25:19Z | c++ | 2021-11-20T22:16:44Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,503 | ["utils/check-style/check-style"] | Check for files that differ only by character case (they should not exist in the repo) | Add this to Style Check:
```
milovidov@milovidov-desktop:~/work/ClickHouse/contrib/sysroot$ find . | sort -f | uniq -i -c | awk '{ if ($1 > 1) print }'
2 ./linux-aarch64/aarch64-linux-gnu/libc/usr/include/linux/netfilter_ipv4/ipt_ecn.h
2 ./linux-aarch64/aarch64-linux-gnu/libc/usr/include/linux/netfilt... | https://github.com/ClickHouse/ClickHouse/issues/31503 | https://github.com/ClickHouse/ClickHouse/pull/31834 | 619ad46340e00b68a27a07caa1fed6e656c91150 | 16ff5c0b3e2e30a89dd4e027d6d2b1fcf5a8cbe9 | 2021-11-18T09:28:21Z | c++ | 2021-11-26T00:10:06Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,471 | ["src/AggregateFunctions/AggregateFunctionFactory.cpp", "src/Common/Macros.cpp", "src/Common/Macros.h", "src/Databases/DatabaseFactory.cpp", "src/Databases/DatabaseReplicated.h", "src/Databases/DatabaseReplicatedHelpers.cpp", "src/Databases/DatabaseReplicatedHelpers.h", "src/Databases/TablesLoader.cpp", "src/Storages/M... | Pass shard and replica from DatabaseReplicated to create table | **Describe the issue**
We have to set macro or to pass explicitly shard and replica name to create table in DatabaseReplicated
| https://github.com/ClickHouse/ClickHouse/issues/31471 | https://github.com/ClickHouse/ClickHouse/pull/31488 | 2bef313f75e4cacc6ea2ef2133e8849ecf0385ec | 7a43a87f5b33c93db73d373ea83ae110b47cc1b8 | 2021-11-17T11:45:52Z | c++ | 2021-11-23T09:41:54Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,449 | ["src/Compression/CachedCompressedReadBuffer.cpp", "tests/queries/0_stateless/02124_uncompressed_cache.reference", "tests/queries/0_stateless/02124_uncompressed_cache.sql"] | query does not return the expected results but mixing columns | ### Context
A computed W2V dataset is created and inserted into ClickHouse using these operations and to reproduce this issue included a copy of the dataset
```SQL
-- cat vectors/part* | clickhouse-client -h localhost --query="insert into ot.ml_w2v_log format JSONEachRow "
create database if not exists ot;
create ... | https://github.com/ClickHouse/ClickHouse/issues/31449 | https://github.com/ClickHouse/ClickHouse/pull/31826 | 06b8421cb66fcda280ca0edb7aa3389812fa5e30 | 120cb79bac477708cc85461e88f60dbe36d12e48 | 2021-11-16T12:42:48Z | c++ | 2021-11-27T14:36:52Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,426 | ["src/Functions/FunctionsAES.h", "tests/queries/0_stateless/02124_encrypt_decrypt_nullable.reference", "tests/queries/0_stateless/02124_encrypt_decrypt_nullable.sql"] | Exception while using aes_encrypt_mysql function | ClickHouse v.21.8.10.19
Got exсeption when aes_encrypt_mysql got unexpected result as input
test case:
````
create table test_table
(
value Nullable(String),
encrypted_value Nullable(String)
)
engine MergeTree order by assumeNotNull(value);
insert into test_table
select 'test_valu... | https://github.com/ClickHouse/ClickHouse/issues/31426 | https://github.com/ClickHouse/ClickHouse/pull/31707 | 0c7e56df5bbd0d4948c4ce039294e94e129bc6aa | d1e1255e38d44ae02c38e281419a48931f40a0c0 | 2021-11-15T14:18:14Z | c++ | 2021-11-28T13:21:49Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,417 | ["src/Columns/ColumnDecimal.cpp", "src/Columns/ColumnFixedString.cpp", "src/Columns/ColumnVector.cpp", "src/Columns/ColumnsCommon.cpp", "src/Columns/ColumnsCommon.h"] | Invalid number or rows when starting ClickHouse on M1 ARM64 | **Describe what's wrong**
When starting a new empty ClickHouse server on a MacBook Pro M1 there seem to be some problems with the initial system table setup. Connecting the client gives an exception, as do a number of subsequent queries against a standard dataset - I'll focus on the first here.
I found two recent... | https://github.com/ClickHouse/ClickHouse/issues/31417 | https://github.com/ClickHouse/ClickHouse/pull/31574 | 711b738dd1a22469a5eccfd65386f00a6a035023 | 796c76638a198f8e48b68d1e3fbdb2235a4b56aa | 2021-11-15T10:51:29Z | c++ | 2021-11-20T22:16:44Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,365 | ["docs/tools/README.md", "docs/tools/build.py", "docs/tools/single_page.py", "website/README.md", "website/templates/docs/sidebar.html"] | PDF version is broken or link is broken a long time ago | null | https://github.com/ClickHouse/ClickHouse/issues/31365 | https://github.com/ClickHouse/ClickHouse/pull/31366 | f82fd18511642c3c224e1b7173969d59bd35ea68 | babf171a1d42c56d3c1e4387543cc34c0b8e697e | 2021-11-12T20:14:23Z | c++ | 2021-11-12T22:22:15Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,361 | ["tests/queries/0_stateless/02524_fuzz_and_fuss.reference", "tests/queries/0_stateless/02524_fuzz_and_fuss.sql"] | Logical error: Invalid Field get from type Decimal64 to type Decimal128 | https://clickhouse-test-reports.s3.yandex.net/0/7a615a29f4bc7c62c43ef8cff59040c717bde975/fuzzer_debug/report.html#fail1
```
2021.11.12 13:31:58.791272 [ 156 ] {cc111396-5fa8-43a5-b527-58c27c537cc9} <Debug> executeQuery: (from [::1]:35760) SELECT [9223372036854775806, 1048575], [], sumMap(val, [toDateTime64([CAST(1.... | https://github.com/ClickHouse/ClickHouse/issues/31361 | https://github.com/ClickHouse/ClickHouse/pull/45034 | 0d60f564decd77e6af9305acdf45f5c18da4c793 | 2254855f09256708fbec70ce545ad7e7e1f4aeac | 2021-11-12T16:04:22Z | c++ | 2023-01-08T07:21:58Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,349 | ["src/QueryPipeline/RemoteQueryExecutor.cpp", "tests/queries/0_stateless/02116_global_in_time_limit.reference", "tests/queries/0_stateless/02116_global_in_time_limit.sh"] | execution of the query ignores the max_execution_time setting | **Describe what's wrong**
some requests do not respect the limits set by the max_execution_time setting and are executed for an arbitrarily long time.
this has been seen with queries containing the expressions `global in (_subquery)` or `global join _data`.
the trace_log for these queries contains calls inside the `... | https://github.com/ClickHouse/ClickHouse/issues/31349 | https://github.com/ClickHouse/ClickHouse/pull/31805 | 35622644048341033b125016c9cb380347ed726e | bda8cb6b7ee8feb90a6237b21c03a50f46ffa5ce | 2021-11-12T14:56:54Z | c++ | 2021-11-26T07:41:13Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,339 | ["src/Coordination/KeeperStateManager.cpp", "tests/integration/test_keeper_incorrect_config/__init__.py", "tests/integration/test_keeper_incorrect_config/configs/enable_keeper1.xml", "tests/integration/test_keeper_incorrect_config/test.py"] | Add assertion on incorrect raft config | **Describe the unexpected behaviour**
ClickHouse Keeper reached consensus and chose the leader with incorrect configuration:
``` yaml
raft_configuration:
server:
- id: 0
hostname: keeper-0
port: 44444
- id: 1
hostname: keeper-0
... | https://github.com/ClickHouse/ClickHouse/issues/31339 | https://github.com/ClickHouse/ClickHouse/pull/32121 | 308eadd83a3e7622736c17aa606174c3bc7a663a | 45021bd35c9694115f353ec30fda3fec1557cab1 | 2021-11-12T11:12:08Z | c++ | 2021-12-02T19:24:46Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,315 | ["src/Databases/DDLDependencyVisitor.cpp", "src/Databases/DDLDependencyVisitor.h", "src/Databases/DatabaseMemory.cpp", "src/Databases/DatabaseOrdinary.cpp", "src/Databases/TablesLoader.cpp", "src/Interpreters/InterpreterCreateQuery.cpp", "tests/integration/test_dictionaries_dependency_xml/configs/dictionaries/node.xml"... | 21.11 unable to start: Cannot attach 1 tables due to cyclic dependencies | 21.11.3.6
```
cat /etc/clickhouse-server/node.tsv
1,test
cat /etc/clickhouse-server/node_dictionary.xml
<dictionaries>
<dictionary>
<name>node</name>
<source>
<file>
<path>/etc/clickhouse-server/node.tsv</path>
<format>CSV</format>
... | https://github.com/ClickHouse/ClickHouse/issues/31315 | https://github.com/ClickHouse/ClickHouse/pull/32288 | d2a606b8aff849d966b00ca3df8b8b5c73e85159 | 657db077955027cc8624ec77ac3ed5f2bbc19c30 | 2021-11-11T19:59:32Z | c++ | 2021-12-06T17:02:38Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,264 | ["docs/en/engines/table-engines/mergetree-family/mergetree.md", "docs/ru/engines/table-engines/mergetree-family/mergetree.md", "src/Disks/IVolume.h", "src/Disks/StoragePolicy.cpp", "src/Disks/VolumeJBOD.cpp", "tests/config/config.d/storage_conf_02961.xml", "tests/config/install.sh", "tests/queries/0_stateless/02961_sto... | Defining volume_priority expliclty in storage_configuration | Now a volume_priority is defined by an order in XML.
This is unorthodox way because an order in XML should not have sense.
So please implement `volume_priority`
```
<storage_configuration>
...
<policies>
<moving_from_ssd_to_hdd>
<volumes>
<hot>
... | https://github.com/ClickHouse/ClickHouse/issues/31264 | https://github.com/ClickHouse/ClickHouse/pull/58533 | 86ba3c413036a83aa644d3b6ae9043468214cca8 | 9dff4e833162c67772b523a5ca65463e9033c674 | 2021-11-10T22:44:13Z | c++ | 2024-02-26T19:57:10Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,251 | ["tests/queries/0_stateless/02125_many_mutations.reference", "tests/queries/0_stateless/02125_many_mutations.sh"] | Clickhorse server has been frequently restarted recently. Sometimes it runs several hours after it breaks down | 2021.11.10 16:55:18.036576 [ 12834 ] {} <Trace> shop.shop_sk_game_order (ReplicatedMergeTreeQueue): Adding mutation 0001047209 for partition 9acaaa3e06ded08bb72dd8cc9d8c01e2 for all block numbers less than 1046914
2021.11.10 16:55:18.036586 [ 12834 ] {} <Trace> shop.shop_sk_game_order (ReplicatedMergeTreeQueue): Addin... | https://github.com/ClickHouse/ClickHouse/issues/31251 | https://github.com/ClickHouse/ClickHouse/pull/32327 | 30963dcbc2e97b831677415314bccd5275702884 | 4e6bf2456c8caa3fc718b537d64ae1b44d6e2ab7 | 2021-11-10T15:20:52Z | c++ | 2021-12-08T11:23:39Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,181 | ["src/Dictionaries/SSDCacheDictionaryStorage.h", "src/Disks/LocalDirectorySyncGuard.cpp", "src/IO/WriteBufferFromFileDescriptor.cpp", "utils/iotest/iotest.cpp", "utils/iotest/iotest_nonblock.cpp"] | Replace `fsync` to `fdatasync` in all places. | File size is updated correctly according to
> fdatasync() is similar to fsync(), but does not flush modified metadata unless that metadata is needed in order to allow a subsequent data retrieval to be correctly handled. For example, changes to st_atime or st_mtime (respec‐
tively, time of last acce... | https://github.com/ClickHouse/ClickHouse/issues/31181 | https://github.com/ClickHouse/ClickHouse/pull/31229 | f4fda976efa3b793ace0a2b9ede118f7e20f93e7 | cb6342025d202f1cb44dd858419c7fd8e58d6d30 | 2021-11-09T12:51:24Z | c++ | 2021-11-14T02:16:01Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,174 | ["src/Access/EnabledQuota.cpp"] | Quota limit was not reached, but the limit was exceeded | ## Describe what's wrong
quota limit was not reached, but the limit was exceeded,Changes from https://github.com/ClickHouse/ClickHouse/pull/20106
## Does it reproduce on recent release?
Version 21.3 or later
## How to reproduce
1、Set the quota of the account
```
CREATE USER IF NOT EXISTS jd_olap IDENTIFIED... | https://github.com/ClickHouse/ClickHouse/issues/31174 | https://github.com/ClickHouse/ClickHouse/pull/31656 | 9ede6beca7c276af12b0f008b009771835155769 | 94e2e3625b489e2d975c77037fb47f3270f1e210 | 2021-11-09T09:51:28Z | c++ | 2021-12-11T08:00:23Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,172 | ["src/Processors/Transforms/AggregatingInOrderTransform.cpp", "src/Processors/Transforms/MergingAggregatedMemoryEfficientTransform.cpp", "src/Processors/Transforms/MergingAggregatedTransform.cpp", "tests/queries/0_stateless/02176_optimize_aggregation_in_order_empty.reference", "tests/queries/0_stateless/02176_optimize_... | Chunk should have AggregatedChunkInfo in GroupingAggregatedTransform | Found in stress test: https://gist.github.com/alesapin/5cd6b8901488a1f170d5ef389900a534
Report: https://s3.amazonaws.com/clickhouse-test-reports/31158/7fb9a42b119b6c3eba1784caaabde51c1ded3384/stress_tests__debug__actions_.html | https://github.com/ClickHouse/ClickHouse/issues/31172 | https://github.com/ClickHouse/ClickHouse/pull/33637 | caa66a5a09c0af856e1a24b171c98352913faa5b | 6861adadcf8ece69fe597ddbc026311525bd0392 | 2021-11-09T07:41:28Z | c++ | 2022-01-22T16:05:39Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,117 | ["src/Disks/DiskLocal.cpp", "src/Disks/HDFS/DiskHDFS.cpp", "src/Disks/HDFS/DiskHDFS.h", "src/Disks/IDiskRemote.cpp", "src/Disks/IDiskRemote.h", "src/Disks/S3/DiskS3.cpp", "src/Disks/S3/DiskS3.h", "src/Disks/S3/registerDiskS3.cpp"] | IDiskRemote should use DiskPtr to handle the file system operations | In class IDiskRemote, all metadata file system operations use os file system api directly.
There is little extendiability if we want store the metadata of HDFS or S3 into distributed file system.
So I suggest change this way by using DiskPtr and will propose a pull request.
In addition, metadata of HDFS or S3 only... | https://github.com/ClickHouse/ClickHouse/issues/31117 | https://github.com/ClickHouse/ClickHouse/pull/31136 | f65347308388e82c3283e8e687207b9ede54bd13 | c7be79b4e7efab59312ed4d829ea89152894de87 | 2021-11-06T03:18:40Z | c++ | 2021-11-13T09:16:05Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,114 | ["src/Processors/Transforms/WindowTransform.cpp", "src/Processors/Transforms/WindowTransform.h", "tests/queries/0_stateless/02126_lc_window_functions.reference", "tests/queries/0_stateless/02126_lc_window_functions.sql"] | Crash in window function with LowCardinality datatype | **Describe what's wrong**
ClickHouse crashes if you execute `max(id) OVER (PARTITION BY id)` over LowCardinality column
**Does it reproduce on recent release?**
Yes.
ClickHouse version 21.11
**How to reproduce**
```
SELECT max(id) OVER (PARTITION BY id) AS id
FROM
(
SELECT materialize('aaaa') AS... | https://github.com/ClickHouse/ClickHouse/issues/31114 | https://github.com/ClickHouse/ClickHouse/pull/31888 | 900e443900a9e2d343818ae41405c348917fd615 | 71df622b1f0371fc4fd525c7a8a404425c17fcee | 2021-11-05T21:45:24Z | c++ | 2021-12-12T03:37:55Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,093 | ["docs/en/sql-reference/table-functions/s3.md", "programs/server/config.xml", "src/Common/Macros.cpp", "src/Common/Macros.h", "src/IO/S3/URI.cpp", "tests/integration/test_s3_style_link/__init__.py", "tests/integration/test_s3_style_link/configs/config.d/minio.xml", "tests/integration/test_s3_style_link/configs/users.d/... | s3-style URL does not work. | **Describe the issue**
This works successfully:
```
aws s3 cp 'hits.csv' 's3://milovidov-clickhouse-test/hits.csv'
```
This does not:
```
SELECT count() FROM s3('s3://milovidov-clickhouse-test/hits.csv', '...', '...', 'CSV', 'WatchID UInt64, JavaEnable UInt8, Title String, GoodEvent Int16, EventTime DateTime... | https://github.com/ClickHouse/ClickHouse/issues/31093 | https://github.com/ClickHouse/ClickHouse/pull/54931 | 2ce9251ed89a076caf74b117c2242bd1feb2cb86 | 8f9a227de1f530cdbda52c145d41a6b0f1d29961 | 2021-11-05T03:45:58Z | c++ | 2023-09-29T04:12:01Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 31,092 | ["docs/en/sql-reference/functions/url-functions.md", "src/Functions/URL/decodeURLComponent.cpp", "src/Functions/URL/registerFunctionsURL.cpp", "tests/queries/0_stateless/00398_url_functions.reference", "tests/queries/0_stateless/00398_url_functions.sql"] | Is there such function:encodeURLComponent? | there is the function : decodeURLComponent ,why not encodeURLComponent?
| https://github.com/ClickHouse/ClickHouse/issues/31092 | https://github.com/ClickHouse/ClickHouse/pull/34607 | bce6947fb3941bab9581ffea4a3d806dc3660322 | 562f1ec01a13b79d337ac9a05a4e0a49f167b87a | 2021-11-05T01:10:01Z | c++ | 2022-02-17T16:57:23Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,980 | ["src/Functions/FunctionsExternalDictionaries.h", "tests/queries/0_stateless/02125_dict_get_type_nullable_fix.reference", "tests/queries/0_stateless/02125_dict_get_type_nullable_fix.sql"] | Fatal Error if use dictGetString with Nullable String | > version 21.9.4.35 (official build) and version 21.10.2.15 (official build)
**If the attribute is nullable, a fatal error occurs when trying to get using dictGetString(). At the same time, dictGet() performs without errors.**
```
2021.11.02 09:09:07.707663 [ 9661 ] {} <Fatal> BaseDaemon: #######################... | https://github.com/ClickHouse/ClickHouse/issues/30980 | https://github.com/ClickHouse/ClickHouse/pull/31800 | 1cda5bfe4e10571b9c4d046a13a9a1d94f031f70 | a426ed0a5af97a195f4c9b03fa6d37caa4a70d3a | 2021-11-02T02:22:56Z | c++ | 2021-12-02T09:27:47Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,975 | ["src/AggregateFunctions/AggregateFunctionSumMap.h", "src/DataTypes/DataTypeAggregateFunction.cpp", "src/Parsers/ParserDataType.cpp", "tests/queries/0_stateless/02511_complex_literals_as_aggregate_function_parameters.reference", "tests/queries/0_stateless/02511_complex_literals_as_aggregate_function_parameters.sql"] | Exception thrown when using sumMapFiltered on a distributed table | **Describe what's wrong**
An exception is thrown when trying to use the `sumMapFiltered` function on a distributed table.
**Does it reproduce on recent release?**
Yes. The tests below ran on ClickHouse 21.9.3
**How to reproduce**
Create the test tables and insert a couple rows of data:
```sql
CREATE... | https://github.com/ClickHouse/ClickHouse/issues/30975 | https://github.com/ClickHouse/ClickHouse/pull/44358 | 1b4121459d4a61b7f05609f5c885fedcb19e9248 | ab719f44326268fc7673ef7ea8f2a2dd3eee290b | 2021-11-01T19:34:50Z | c++ | 2022-12-28T13:38:41Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,942 | ["src/Common/ErrorCodes.cpp", "src/Parsers/ParserSelectQuery.cpp", "tests/queries/0_stateless/02114_offset_fetch_without_order_by.reference", "tests/queries/0_stateless/02114_offset_fetch_without_order_by.sh"] | Syntax error: failed at position xx ('FETCH'): Expected FETCH | **Describe the unexpected behaviour**
OFFSET can work without ORDER BY , but OFFSET FETCH cannot work without ORDER BY, and throw strange syntax error: `failed at 'FETCH' Expected FETCH`.
**How to reproduce**
* Clickhouse Version: `21.10.2.15`
* `CREATE TABLE test_fetch (a INT, b INT) ENGINE=MergeTree ORDER BY b;... | https://github.com/ClickHouse/ClickHouse/issues/30942 | https://github.com/ClickHouse/ClickHouse/pull/31031 | 1c0ee150381dbedbd17c9209a14b90ee94405fe2 | b062c8ca513d74bef2cd07ae06297fadcc37d6a8 | 2021-11-01T03:54:24Z | c++ | 2021-11-11T08:37:16Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,919 | ["src/Processors/Formats/Impl/TabSeparatedRowOutputFormat.cpp", "tests/queries/0_stateless/02157_line_as_string_output_format.reference", "tests/queries/0_stateless/02157_line_as_string_output_format.sql"] | FORMAT `LineAsString` should be suitable for output | **Use case**
For symmetry reasons, because it is already supported for input.
**Describe the solution you'd like**
The same as `TSVRaw`. | https://github.com/ClickHouse/ClickHouse/issues/30919 | https://github.com/ClickHouse/ClickHouse/pull/33331 | 3737d83d3e8a47f61d30c21ba01fd2bc79581a87 | 34b934a1e0fe5387d61d5675b9cd3583f1926cb8 | 2021-10-31T15:49:41Z | c++ | 2021-12-31T11:38:36Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,918 | ["src/Client/ClientBase.cpp", "src/Formats/FormatFactory.cpp", "src/Formats/FormatFactory.h", "src/Formats/registerFormats.cpp", "src/Parsers/ParserInsertQuery.cpp", "tests/queries/0_stateless/02165_auto_format_by_file_extension.reference", "tests/queries/0_stateless/02165_auto_format_by_file_extension.sh"] | INTO OUTFILE / FROM INFILE: autodetect FORMAT by file extension | **Use case**
This works:
```
SELECT * FROM hits_100m_obfuscated INTO OUTFILE 'hits.csv' FORMAT CSV
```
But I want this:
```
SELECT * FROM hits_100m_obfuscated INTO OUTFILE 'hits.csv'
```
**Describe the solution you'd like**
Every format can register file extension(s) in format factory.
If format ... | https://github.com/ClickHouse/ClickHouse/issues/30918 | https://github.com/ClickHouse/ClickHouse/pull/33443 | f299c359044e9985bd35fc9875148690f15469d0 | a142b7c55e3a063bd4515f7df91d8794b748c2c9 | 2021-10-31T15:39:59Z | c++ | 2022-01-12T08:23:38Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,897 | ["src/Storages/MergeTree/MergeTreeData.cpp", "tests/integration/test_attach_partition_with_large_destination/__init__.py", "tests/integration/test_attach_partition_with_large_destination/configs/config.xml", "tests/integration/test_attach_partition_with_large_destination/test.py"] | ATTACH PARTITION fails when existing destination table's partition is large | **Unexpected behavior**
ATTACH PARTITION command fails when destination table's existing partition size is large than `max_partition_size_to_drop`
Attaching a tiny sample of few hundred rows from `db.source_table_sample` to `db.destination_table_full` fails because partition `202108` size is (53.46 GB) which is lar... | https://github.com/ClickHouse/ClickHouse/issues/30897 | https://github.com/ClickHouse/ClickHouse/pull/30995 | d15fc85c37185d3dadc9a0b20f7dfc4d82d2993b | ad81977acebfd39f34921373e23933373226e019 | 2021-10-31T11:35:53Z | c++ | 2021-11-08T10:07:14Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,890 | ["base/base/argsToConfig.cpp", "base/base/argsToConfig.h", "src/Client/ClientBase.cpp", "tests/queries/0_stateless/02718_cli_dashed_options_parsing.reference", "tests/queries/0_stateless/02718_cli_dashed_options_parsing.sh"] | Allow to specify settings with dashed-style in addition to underscore_style in command line parameters of clickhouse-client/clickhouse-local. | **Use case**
`clickhouse-client --max-memory-usage 1G` | https://github.com/ClickHouse/ClickHouse/issues/30890 | https://github.com/ClickHouse/ClickHouse/pull/48985 | e78ec28f881a5a450dded2fcf4b83fdeb9b04a01 | 9772e8e2214f076a254fc162d1e8ead8a8888b80 | 2021-10-30T21:55:15Z | c++ | 2023-04-23T02:04:53Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,874 | ["docs/en/sql-reference/statements/alter/column.md", "docs/ru/sql-reference/statements/alter/column.md", "src/Parsers/ParserAlterQuery.cpp", "src/Parsers/ParserCreateQuery.h", "tests/queries/0_stateless/02126_alter_table_alter_column.reference", "tests/queries/0_stateless/02126_alter_table_alter_column.sql"] | Support PostgreSQL style ALTER MODIFY COLUMN | **Use case**
PostgreSQL is using `ALTER TABLE t ALTER COLUMN c TYPE type` instead of `ALTER TABLE t MODIFY COLUMN c type`.
There is a risk that some people already get used to PostgreSQL syntax.
Let's implement it in ClickHouse.
```
tutorial=# ALTER TABLE hits_100m_obfuscated MODIFY COLUMN UserAgentMinor TEX... | https://github.com/ClickHouse/ClickHouse/issues/30874 | https://github.com/ClickHouse/ClickHouse/pull/32003 | 96ec92c7cd127b08453a83d2aca23f2ec26c67df | 1f9b542ee906349af69a2439bad4c14947b8ce17 | 2021-10-29T22:45:49Z | c++ | 2021-12-01T01:10:41Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,873 | ["src/Client/ClientBase.cpp", "src/Client/ClientBase.h"] | Looks like parallel formatting is not activated. | **Describe the situation**
```
SELECT * FROM test.hits INTO OUTFILE 'dump.csv' FORMAT CSV
8873898 rows in set. Elapsed: 32.487 sec. Processed 8.87 million rows, 8.46 GB (273.15 thousand rows/s., 260.42 MB/s.)
```
is bounded by single CPU core. Too slow :( | https://github.com/ClickHouse/ClickHouse/issues/30873 | https://github.com/ClickHouse/ClickHouse/pull/30886 | 2b28e87a7f9076779fdaa9e98052173f681ba1b5 | 6b2dc88dd60afb3925973195d7d2b02533c721a5 | 2021-10-29T22:10:10Z | c++ | 2021-10-31T09:27:38Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,872 | ["src/Client/ClientBase.cpp", "src/Client/ClientBase.h"] | Progress bar is flickering when saving result to file. | If you execute this query in interactive mode of `clickhouse-client`:
```
SELECT WatchID::Int64, JavaEnable, toValidUTF8(Title), GoodEvent, EventTime, EventDate, CounterID::Int32, ClientIP::Int32, RegionID::Int32, UserID::Int64, CounterClass, OS, UserAgent, toValidUTF8(URL), toValidUTF8(Referer), Refresh, RefererCa... | https://github.com/ClickHouse/ClickHouse/issues/30872 | https://github.com/ClickHouse/ClickHouse/pull/30886 | 2b28e87a7f9076779fdaa9e98052173f681ba1b5 | 6b2dc88dd60afb3925973195d7d2b02533c721a5 | 2021-10-29T22:05:53Z | c++ | 2021-10-31T09:27:38Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,870 | ["src/IO/ReadHelpers.cpp", "src/IO/ReadHelpers.h", "tests/queries/0_stateless/01073_bad_alter_partition.reference", "tests/queries/0_stateless/01073_bad_alter_partition.sql", "tests/queries/0_stateless/02112_parse_date_yyyymmdd.reference", "tests/queries/0_stateless/02112_parse_date_yyyymmdd.sh"] | Cannot parse `Date` in form of YYYYMMDD from CSV. | ```
$ echo '20210101,A' | clickhouse-local --input-format CSV --structure 'd Date, s String' --query "SELECT * FROM table"
Code: 27. DB::Exception: Cannot parse input: expected ',' before: '20210101,A\n':
Row 1:
Column 0, name: d, type: Date, ERROR: text "20210101,A" is not like Date
: While executing Paral... | https://github.com/ClickHouse/ClickHouse/issues/30870 | https://github.com/ClickHouse/ClickHouse/pull/30871 | 2e3ff53725611f512c5a7eb88a78e492dfc57b23 | 9adff8a2b82b6052bbb4e42e83e9ee7c04caed99 | 2021-10-29T20:04:58Z | c++ | 2021-10-30T18:10:41Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,831 | ["src/Storages/LiveView/StorageLiveView.cpp"] | LIVE VIEWS are underusing available CPU | **Describe the situation**
What exactly works slower than expected?
Seems that LIVE VIEWS are underusing the available CPU.
**How to reproduce**
I'm using a GCP vm with 4 cpus, 32 GB ram and 727 GB disk.
Next code creates a table called 'test' and inserts random values into it.
It will insert 1 billion rows a... | https://github.com/ClickHouse/ClickHouse/issues/30831 | https://github.com/ClickHouse/ClickHouse/pull/31006 | 710fbebafc8b7aee751c0b94de02956bfda3dfc4 | 15cd3dc30780822a3a966f805e10a2e88b1c0b08 | 2021-10-29T01:43:58Z | c++ | 2021-11-16T09:43:33Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,809 | ["src/Dictionaries/getDictionaryConfigurationFromAST.cpp", "tests/queries/0_stateless/02162_range_hashed_dictionary_ddl_expression.reference", "tests/queries/0_stateless/02162_range_hashed_dictionary_ddl_expression.sql"] | Dictionary EXPRESSION doesn't work for range boundary columns | **Describe the unexpected behaviour**
It's not possible to calculate min and max values for range dictionary via EXPRESSION
**How to reproduce**
ClickHouse version 21.11
```
CREATE TABLE test_range_dict
(
`id` UInt32,
`date` Date,
`start` Date,
`end` Date
)
ENGINE = Memory
CREATE DICT... | https://github.com/ClickHouse/ClickHouse/issues/30809 | https://github.com/ClickHouse/ClickHouse/pull/33478 | 4beaf7398a4bb1d3baa7db8df2b6389454f0f81b | b46ce6b4a96766e3da379c8752ee17b28c1979cd | 2021-10-28T14:10:50Z | c++ | 2022-01-09T14:57:16Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,802 | ["docker/test/fasttest/run.sh", "docker/test/stateful/run.sh", "docker/test/stateless/run.sh", "tests/clickhouse-test"] | Failed tests are retried without need | https://github.com/ClickHouse/ClickHouse/pull/29856 introduced a check to detect if the ZK session had died or expired during a test run and retry, but the logic is flawed.
If you don't have a connection to ZK open (because you aren't using replication) the `zookeeperSessionUptime()` function always returns 0, which... | https://github.com/ClickHouse/ClickHouse/issues/30802 | https://github.com/ClickHouse/ClickHouse/pull/30847 | 75a4556067cca85c233818ee1e1d8877d579223d | 059c1ebf36fec35a7294211975342c9a22d38383 | 2021-10-28T12:21:12Z | c++ | 2021-10-29T17:18:25Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,784 | ["src/Storages/StorageBuffer.cpp", "src/Storages/StorageDistributed.cpp", "src/Storages/StorageMerge.cpp", "tests/queries/0_stateless/02111_modify_table_comment.reference", "tests/queries/0_stateless/02111_modify_table_comment.sql"] | change the table comment after created the table is not supported now? | Change the table comment after created the table is not supported now?
Like mysql : ALTER TABLE [tableName] COMMNET [comment];
The sql "ALTER TABLE `system`.tables UPDATE Comment='test' WHERE NAME='t1';" also not supported!!!
My version is '21.9.4.35'。 | https://github.com/ClickHouse/ClickHouse/issues/30784 | https://github.com/ClickHouse/ClickHouse/pull/30852 | eb3e461f96f6ed2ef092f6c9bcb740bb4b93cf92 | f652c8ce24579274eba57908731f54df2b38373c | 2021-10-28T03:52:09Z | c++ | 2021-10-31T19:12:07Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,755 | ["src/Interpreters/InterpreterCreateFunctionQuery.cpp", "tests/queries/0_stateless/02148_sql_user_defined_function_subquery.reference", "tests/queries/0_stateless/02148_sql_user_defined_function_subquery.sql"] | Accept query statement at CREATE FUNCTION feature | Clickhouse Version: 21.10.2.15
After a quick test, I couldn't make a function using a query as a statement
**Use case**
It is useful to have some prepared queries that could work as functions
**Describe the solution you'd like**
```sql
CREATE FUNCTION plus_tutu as () -> ((select `orderYM` from `bucket_... | https://github.com/ClickHouse/ClickHouse/issues/30755 | https://github.com/ClickHouse/ClickHouse/pull/32758 | ec46cbef20545f932e2f57d8f1348fe2a6502678 | 655cc205254f993ffe266f61fcef25da6091e698 | 2021-10-27T14:10:56Z | c++ | 2021-12-15T12:57:20Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,679 | ["tests/queries/0_stateless/02510_group_by_prewhere_null.reference", "tests/queries/0_stateless/02510_group_by_prewhere_null.sql"] | Error in executing 'group by' with 'prewhere' | Steps to reproduce:
```
create table table1 (
col1 Int32,
col2 Int32
)
ENGINE = MergeTree
partition by tuple()
order by col1;
```
```
with :id as pid
select a.col1, sum(a.col2) as summ
from table1 a
prewhere (pid is null or a.col2 = pid)
group by a.col1;
```
When `null` is passed as `:id` par... | https://github.com/ClickHouse/ClickHouse/issues/30679 | https://github.com/ClickHouse/ClickHouse/pull/44357 | b5431e971e4ad8485e2b2bcfa45f15d9d84d808e | 8d23d2f2f28bbccec309205d77f32d1388f78e03 | 2021-10-26T09:13:59Z | c++ | 2022-12-27T11:46:31Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,672 | ["programs/install/Install.cpp"] | Minor usability improvement of install script | **Use case**
It prints:
```
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
```
But if clickhouse-server is already running, let's print:
```
ClickHouse has been successfully installed.
Restart clickhouse-server with:
sudo clickhouse restart
``` | https://github.com/ClickHouse/ClickHouse/issues/30672 | https://github.com/ClickHouse/ClickHouse/pull/30830 | 94039ace63c1f47e338e4d12f4c9f8e17b7bf0a3 | fe4d134b1f3b3111ccb09c131c5fbe999b67dab2 | 2021-10-26T05:36:40Z | c++ | 2021-10-31T11:33:51Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,642 | ["docs/en/operations/settings/settings.md", "src/Core/Settings.h", "src/Core/SettingsChangesHistory.h", "src/Interpreters/TreeRewriter.cpp", "tests/queries/0_stateless/02554_rewrite_count_distinct_if_with_count_distinct_implementation.reference", "tests/queries/0_stateless/02554_rewrite_count_distinct_if_with_count_dis... | countDistinctIf with Date use much more memory than UInt16 | **Describe the situation**
countDistinctIf with Date datatype use more memory than UInt16
**How to reproduce**
ClickHouse version 21.11
```
SELECT countDistinctIf(materialize(toUInt16(today())), 1)
FROM numbers_mt(100000000)
GROUP BY number % 1000000
FORMAT `Null`
Peak memory usage (for query): 1.51 GiB.... | https://github.com/ClickHouse/ClickHouse/issues/30642 | https://github.com/ClickHouse/ClickHouse/pull/46051 | f4040236c60f397f1004694f4cef0a5e7709dfc0 | 7886e06217bf1800560fc5febae3aac80e048eba | 2021-10-25T11:17:00Z | c++ | 2023-08-06T16:31:44Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,559 | ["src/IO/S3Common.cpp"] | Excessive logging for s3: Failed to find credentials process's profile | When selecting from S3 table with `use_environment_credentials=true` CH writes lots of messages like this
```
<Error> AWSClient: ProcessCredentialsProvider: Failed to find credential process's profile: default
```
I've dug in the CH and AWS SDK codebase a little, and it seems like AWS Client is supposed to cach... | https://github.com/ClickHouse/ClickHouse/issues/30559 | https://github.com/ClickHouse/ClickHouse/pull/35434 | c244ee7cbb61fea384679e18a577ff579060288b | 8aab8b491fa155a91ecff5f659bf9dac964bc684 | 2021-10-22T11:00:19Z | c++ | 2022-03-20T14:13:41Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,546 | ["src/Columns/ColumnMap.cpp", "tests/queries/0_stateless/02124_buffer_with_type_map_long.reference", "tests/queries/0_stateless/02124_buffer_with_type_map_long.sh"] | Server crash when selecting from system.query_log if it is using Buffer table as a backend | **Describe what's wrong**
Server crashes when selecting from system query.log
**Does it reproduce on recent release?**
Yes
**How to reproduce**
* Which ClickHouse server version to use
I used latest 21.10 version (518c2c1bfed1660ca610719e57dca5f49fba9011), probably it reproduces on master too.
* Non-defa... | https://github.com/ClickHouse/ClickHouse/issues/30546 | https://github.com/ClickHouse/ClickHouse/pull/31742 | b3ac7d04f28f4b880e7726162c3607ba6eced00b | 423d497b27ca5a2389d097b3b18dae7acd9d3349 | 2021-10-22T07:09:00Z | c++ | 2021-11-25T01:56:37Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,545 | ["src/Functions/now.cpp", "src/Functions/now64.cpp", "tests/queries/0_stateless/02100_now64_types_bug.reference", "tests/queries/0_stateless/02100_now64_types_bug.sql"] | Logical error found by fuzzer: cannot capture columns in now64 | ```
SELECT x
FROM
(
SELECT if((number % NULL) = -2147483648, NULL, if(toInt64(toInt64(now64(if((number % NULL) = -2147483648, NULL, if(toInt64(now64(toInt64(9223372036854775807, now64(h3kRing(NULL, NULL))), h3kRing(NULL, NULL))) = (number % NULL), nan, toFloat64(number))), toInt64(9223372036854775807, toInt64(9... | https://github.com/ClickHouse/ClickHouse/issues/30545 | https://github.com/ClickHouse/ClickHouse/pull/30639 | 329437abcab7dc66ec6ef54ad451d39ffebef33d | 36c3b1d5b1cb20f9c9401f12b902a818674a1f3c | 2021-10-22T04:17:13Z | c++ | 2021-10-26T13:29:18Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,544 | ["src/Interpreters/UserDefinedSQLFunctionVisitor.cpp", "src/Parsers/ASTFunction.cpp", "tests/queries/0_stateless/02103_sql_user_defined_functions_composition.reference", "tests/queries/0_stateless/02103_sql_user_defined_functions_composition.sql"] | Server does not start after creating unary UDF | ```
2021.10.22 07:14:33.963099 [ 3451059 ] {} <Error> Application: DB::Exception: Syntax error (in file ./user_defined/function_a_function.sql): failed at position 39 ('->'): -> ch(2)
$ cat ./user_defined/function_a_function.sql
CREATE FUNCTION a_function AS tuple() -> ch(2)
``` | https://github.com/ClickHouse/ClickHouse/issues/30544 | https://github.com/ClickHouse/ClickHouse/pull/30483 | 1467a59f91eb435c2d12c98f94252a49c978fa4e | 6561f9bed21c6c68743eb6dc0cf95dccddff8d9b | 2021-10-22T04:15:53Z | c++ | 2021-10-22T07:16:31Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,461 | ["src/Interpreters/MutationsInterpreter.cpp", "src/Interpreters/TreeRewriter.cpp", "src/Interpreters/TreeRewriter.h", "tests/queries/0_stateless/02100_alter_scalar_circular_deadlock.reference", "tests/queries/0_stateless/02100_alter_scalar_circular_deadlock.sql"] | Deadlock on ALTER with scalar subquery to the same table | ```
DROP TABLE IF EXISTS foo;
CREATE TABLE foo (timestamp DateTime, x UInt64)
ENGINE = MergeTree PARTITION BY toYYYYMMDD(timestamp)
ORDER BY (timestamp);
INSERT INTO foo (timestamp, x) SELECT toDateTime('2020-01-01 00:05:00'), number from system.numbers_mt LIMIT 100;
SELECT count() FROM system.mutations; --... | https://github.com/ClickHouse/ClickHouse/issues/30461 | https://github.com/ClickHouse/ClickHouse/pull/30492 | 84a29cfe9d7c25c53789a9304665b03df6a04678 | 410624749e4c85157a74162d79f583720e227bb4 | 2021-10-20T15:13:23Z | c++ | 2021-10-23T09:01:00Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,438 | ["src/Processors/QueryPlan/LimitStep.cpp", "tests/queries/0_stateless/02100_limit_push_down_bug.reference", "tests/queries/0_stateless/02100_limit_push_down_bug.sql"] | Cannot find column `length(x)` in source stream | **Describe what's wrong**
Correct query doesn't work.
**Does it reproduce on recent release?**
Yes,
ClickHouse version 21.11
```
CREATE TABLE tbl_repr(
ts DateTime,
x String)
ENGINE=MergeTree ORDER BY ts;
SELECT *
FROM
(
SELECT
x,
length(x)
FROM tbl_repr
WHERE t... | https://github.com/ClickHouse/ClickHouse/issues/30438 | https://github.com/ClickHouse/ClickHouse/pull/30562 | 2ecfe7068a7d9192db7dd30209e67f120a727204 | 8c2413f6fe087b51c178888a5648d900105f24a3 | 2021-10-20T10:14:18Z | c++ | 2021-10-23T21:19:02Z |
closed | ClickHouse/ClickHouse | https://github.com/ClickHouse/ClickHouse | 30,400 | ["src/Storages/MergeTree/ReplicatedMergeTreeQueue.cpp", "tests/queries/0_stateless/00652_replicated_mutations_zookeeper.sh"] | DB::Exception: Part 4_1_22_1_2 intersects next part 4_5_10_1. It is a bug or a result of manual intervention in the ZooKeeper data. (LOGICAL_ERROR) | https://clickhouse-test-reports.s3.yandex.net/0/0b3926950d235e6a4198fc2c98c0fe63fd42652e/functional_stateless_tests_(release,_databaseordinary).html
```
2021.10.19 20:35:30.910387 [ 380 ] {} <Fatal> BaseDaemon: (version 21.11.1.8485 (official build), build id: CE4E236BB9251889E0F112381AFB7DD37D9C55DF) (from thread 55... | https://github.com/ClickHouse/ClickHouse/issues/30400 | https://github.com/ClickHouse/ClickHouse/pull/30651 | 8749f4a31a5a3ad6322736ea2a0d96f0007017ea | a29711f1d075f389bbb0306742cd8ffcc5a4f1ba | 2021-10-19T17:19:10Z | c++ | 2021-10-27T07:52:21Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.