Commit graph

3 commits

Author SHA1 Message Date
Kirill Ponomarev
edb56d4c62 databases/clickhouse: Update to 21.12.3.32
Changes: https://github.com/ClickHouse/ClickHouse/compare/v21.7.4.18-stable...v21.12.3.32-stable

Reported by:	maintainer
2022-01-17 08:35:13 +01:00
Kirill Ponomarev
af7179f8cc databases/clickhouse: update to 21.3.6.55-lts
PR:		255352
Reported by:	maintainer
2021-04-25 08:48:59 +02:00
Ruslan Makhmatkhanov
5ac71a446c databases/clickhouse: apply patch from #13859: MemoryTracking support
Clickhouse for FreeBSD updating no memory usage stats. In the case build without NDEBUG,
allocator use 4KB chunk, those dont account when freeing and MemoryTracking metric grow
up to ~6TB, after this clickhouse stop query processing with error "Memory limit (total)
exceeded: would use 6.24 TiB" due skipping calc allocation < 4MB

Patch still not upstreamed, obtained from:
https://github.com/ClickHouse/ClickHouse/issues/13859 +
https://github.com/ClickHouse/ClickHouse/pull/13869

reported and tested by: Vyacheslav (via Clickhouse telegram)

PR:		249205
Submitted by:	olevole@olevole.ru (maintainer)
Obtained from:  clickhouse repository
2020-09-10 15:21:26 +00:00