Alexey Milovidov
e98140beb2
Merge pull request #58899 from Algunenano/more_analyzer_fuzz
...
Add tests for #57193
2024-01-17 19:38:42 +01:00
Mikhail f. Shiryaev
0b52dc0e33
Merge pull request #58920 from ClickHouse/cancel-MasterCI-in-prs
...
Cancel MasterCI in PRs
2024-01-17 18:58:23 +01:00
Mikhail f. Shiryaev
1d57666b19
Cancel MasterCI in PRs
2024-01-17 17:40:23 +01:00
Anton Popov
72b0fed4ef
Merge pull request #58729 from CurtizJ/nested-size0
...
Fix reading of offsets subcolumn (`size0`) from `Nested`
2024-01-17 17:16:27 +01:00
Alexey Milovidov
4ac063ffe9
Merge pull request #58890 from chhetripradeep/pchhetri/add-keeper-soft-limit-metric
...
Add metric for keeper memory soft limit
2024-01-17 17:11:53 +01:00
Alexey Milovidov
1161dbbd54
Merge pull request #57993 from mkmkme/mkmkme/reload-config-again
...
Update `query_masking_rules` when reloading the config, attempt 2
2024-01-17 17:09:36 +01:00
Antonio Andelic
b3dc2f6870
Merge pull request #58648 from ClickHouse/jemalloc-disable-muzzy-decay
...
Try disabling `muzzy_decay_ms` in jemalloc
2024-01-17 16:23:25 +01:00
Alexey Milovidov
339fcdcf98
Merge pull request #58893 from ClickHouse/add-test-47988
...
Add a test for #47988
2024-01-17 16:21:18 +01:00
Kruglov Pavel
c701633955
Merge pull request #58805 from ucasfl/avro-zstd
...
Avro format support Zstd codec
2024-01-17 14:55:54 +01:00
Antonio Andelic
3efe102fde
Merge pull request #58901 from ClickHouse/add-jepsen-log
...
Add log for already download binary in Jepsen
2024-01-17 14:11:42 +01:00
Kruglov Pavel
6d064512e1
Merge pull request #58614 from Blargian/58363_disable_ansi_pretty_automatically
...
58363 Automatically disable ANSI escape sequences in Pretty formats if the output is not a terminal
2024-01-17 13:45:41 +01:00
Nikita Taranov
bb124b544c
Merge pull request #58077 from nickitat/revert_rest
...
Remove unneeded parameter `use_external_buffer` from `AsynchronousReadBuffer*`
2024-01-17 13:45:07 +01:00
Antonio Andelic
c8a313da5a
Merge pull request #58873 from ClickHouse/fix-00089_group_by_arrays_of_fixed
...
Fix `00089_group_by_arrays_of_fixed` with external aggregation
2024-01-17 12:50:30 +01:00
Antonio Andelic
2d16b34a7f
Add log for already download binary
2024-01-17 11:49:58 +00:00
Antonio Andelic
5e020476d3
Merge pull request #58810 from ClickHouse/heap-profiler-docs
...
Add docs for allocation profiling
2024-01-17 12:26:55 +01:00
Dmitry Novik
a5e0be484a
Merge pull request #58875 from ClickHouse/fix-indexhint-rpn-builder
...
Fix RPN construction for indexHint
2024-01-17 12:24:28 +01:00
Kseniia Sumarokova
2f68086db8
Merge pull request #58898 from ClickHouse/kssenii-patch-8
...
Update SLRUFileCachePriority.cpp
2024-01-17 12:01:52 +01:00
Raúl Marín
ae1e19f42b
Merge pull request #58849 from ClickHouse/fix-bad-log-message-3
...
Fix bad log message
2024-01-17 11:58:11 +01:00
Raúl Marín
29eb3347cd
Add tests for #57193
2024-01-17 11:39:51 +01:00
Kseniia Sumarokova
0b3ebcda08
Update SLRUFileCachePriority.cpp
2024-01-17 11:13:57 +01:00
Dmitry Novik
ed1221ef4c
Merge pull request #58876 from ClickHouse/analyzer-test-group-by-shards
...
Analyzer: add test with GROUP BY on shards
2024-01-17 10:08:00 +01:00
Mikhail Koviazin
5ef9478a2e
SensitiveDataMasker: replace shared_ptr with MultiVersion
2024-01-17 08:10:50 +02:00
Mikhail Koviazin
a83f6be97c
SensitiveDataMasker: replace mutex with atomic_{load,store}
2024-01-17 08:10:50 +02:00
Mikhail Koviazin
9e0414f557
fix data race in SensitiveDataMasker
...
This commit fixes the data race that was introduced in 3067ca6
. That commit
added scope lock for `getInstance` and `setInstance`, but `getInstance`
returned a pointer that could be invalidated between call for `getInstance` and
actual usage of the pointer.
This commit changes `SensitiveDataMasker` singleton from `unique_ptr` to
`shared_ptr`, so even if `setInstance` will be called right after
`getInstance`, the pointer returned from `getInstance` will live long enough to
call `wipeSensitiveData` on it.
2024-01-17 08:10:50 +02:00
Mikhail Koviazin
6e6197019c
Reintroduce commit 3067ca6
...
Update `query_masking_rules` when reloading the config
This reverts commit 7e55eab1c3
.
2024-01-17 08:10:49 +02:00
Pradeep Chhetri
09f29b4502
Update nomenclature of variables
2024-01-17 13:52:10 +08:00
Alexey Milovidov
863c6523a3
Add a test for #47988
2024-01-17 06:48:24 +01:00
Alexey Milovidov
f349a7d0c0
Merge pull request #58883 from den-crane/patch-67
...
Fix ambiguity in the setting description
2024-01-17 06:08:40 +01:00
Alexey Milovidov
d85abfafa4
Update KeeperAsynchronousMetrics.cpp
2024-01-17 08:05:48 +03:00
Alexey Milovidov
90e35be861
Update KeeperAsynchronousMetrics.cpp
2024-01-17 08:04:32 +03:00
Pradeep Chhetri
eafaab3795
Add metric for keeper memory soft limit
2024-01-17 12:56:18 +08:00
Denny Crane
e4fa000f6f
Update Settings.h
2024-01-16 18:29:15 -04:00
Nikita Taranov
7291674013
Merge pull request #58610 from azat/stacktrace-cleanup
...
Refactor stacktrace symbolizer to avoid copy-paste
2024-01-16 22:22:08 +01:00
Alexander Tokmakov
38b85e6409
Merge pull request #58649 from azat/tests/test_replicated_database
...
Fix test_replicated_database::test_startup_without_zk flakiness
2024-01-16 21:08:33 +01:00
Blargian
a457fa34f4
Merge remote-tracking branch 'refs/remotes/origin/58363_disable_ansi_pretty_automatically' into 58363_disable_ansi_pretty_automatically
2024-01-16 20:00:04 +02:00
Blargian
1b81efc337
fix failing 02421 stateless and (hopefully) fix failing integration tests
2024-01-16 19:48:23 +02:00
Robert Schulze
9146391e48
Merge pull request #58731 from rschu1ze/qc-quota
...
Query cache: Fix per-user quota
2024-01-16 17:14:45 +01:00
Dmitry Novik
80291ec3f2
Add comments
2024-01-16 16:59:04 +01:00
Dmitry Novik
f3017959ff
Analyzer: add test with GROUP BY on shards
2024-01-16 15:41:02 +00:00
Dmitry Novik
c325f08e79
Fix RPN construction for indexHint
2024-01-16 15:34:45 +00:00
Antonio Andelic
4ce6b64d62
Fix 00089_group_by_arrays_of_fixed with external aggregation
2024-01-16 15:16:13 +00:00
János Benjamin Antal
1d34f4a304
Merge pull request #58809 from ClickHouse/print-entries-to-be-processed-in-trace
...
Increase log level to trace to help debug `00993_system_parts_race_condition_drop_zookeeper`
2024-01-16 16:14:22 +01:00
Alexander Tokmakov
27fc822e0b
Merge pull request #58872 from ClickHouse/revert-58835-support-net-write-read-settings
...
Revert "Add support for MySQL `net_write_timeout` and `net_read_timeout` settings"
2024-01-16 15:16:32 +01:00
Antonio Andelic
f33f374ac5
Make Kovi happy
2024-01-16 15:09:49 +01:00
Alexander Tokmakov
661500a140
Revert "Add support for MySQL net_write_timeout
and net_read_timeout
settings"
2024-01-16 15:01:14 +01:00
Kruglov Pavel
74973c1b41
Merge pull request #58537 from sunny19930321/fix/hive-threadpool-query
...
Fix hive threadpool read ORC/Parquet/... Failed
2024-01-16 14:46:22 +01:00
Nikita Taranov
7d03ccd8db
Merge pull request #58844 from nickitat/fixxxx
...
Fix reading from an invisible part in new (not released yet) parallel replicas coordinator
2024-01-16 14:09:21 +01:00
vdimir
9b54bf465f
Merge pull request #58863 from ClickHouse/vdimir/timeout_01961_roaring_memory_tracking
...
Set max_bytes_before_external_group_by in 01961_roaring_memory_tracking
2024-01-16 13:07:44 +01:00
Yarik Briukhovetskyi
c9cee8c6cb
Merge pull request #58771 from yariks5s/polygon_bug_fix
...
Fix Segfault in `SlabsPolygonIndex::find`
2024-01-16 12:35:04 +01:00
vdimir
d2dccf9a22
Merge pull request #49703 from ClickHouse/vdimir/analyzer_join_resolve_nested
...
Analyzer: Fix resolving subcolumns in JOIN
2024-01-16 11:24:02 +01:00