Raúl Marín
738c481cce
Fix fuzzer report
2024-03-05 10:36:42 +00:00
Kruglov Pavel
9546b3f5fb
Merge pull request #60808 from Avogar/json-ambg-tuple-inference
...
Small improvements in JSON schema inference
2024-03-05 11:36:28 +01:00
robot-clickhouse
edf2dc9168
Update version_date.tsv and changelogs after v23.8.10.43-lts
2024-03-05 10:20:57 +00:00
Max Kainov
a6f5323c38
CI: Fix pending status for build report in backports
...
#do_not_test
2024-03-05 10:09:17 +00:00
Dmitry Novik
7426baa065
Update test
2024-03-05 10:20:14 +01:00
taiyang-li
8b2e163d76
Merge remote-tracking branch 'origin/master' into opt_multiif_decimal
2024-03-05 17:17:10 +08:00
taiyang-li
4251cc3a11
fix building
2024-03-05 17:05:40 +08:00
Antonio Andelic
09924899ea
Merge pull request #60769 from ClickHouse/catch-finalize-exception
...
Catch exceptions on finalize in `InterserverIOHTTPHandler`
2024-03-05 08:28:59 +01:00
Kseniia Sumarokova
6f5d79db24
Merge branch 'master' into fix-for-local-object-storage
2024-03-05 14:14:34 +08:00
Alexey Milovidov
2b85498940
Merge pull request #60520 from ClickHouse/sync-with-private-2
...
Synchronize metrics and Keeper
2024-03-05 07:52:03 +03:00
Alexey Milovidov
211d7f8047
Merge pull request #60715 from ClickHouse/mark-one-setting-as-obsolete
...
Mark one setting as obsolete
2024-03-05 07:00:03 +03:00
Kseniia Sumarokova
9a3312f12d
Remove debug
2024-03-05 11:55:32 +08:00
Kseniia Sumarokova
b5fb12c6ec
Fix typo
2024-03-05 11:54:58 +08:00
Kseniia Sumarokova
c735caf44f
Fix typo
2024-03-05 11:54:13 +08:00
Alexey Milovidov
3b381fa0cc
Merge branch 'master' into mark-one-setting-as-obsolete
2024-03-05 04:58:54 +03:00
Alexey Milovidov
c8b0f9967f
Merge pull request #60749 from ClickHouse/fix-wrong-order-keeper
...
Fix `test_keeper_back_to_back/test.py::test_concurrent_watches`
2024-03-05 04:55:26 +03:00
Alexey Milovidov
ec495853a5
Merge pull request #60768 from Algunenano/2024a
...
Update tzdata to 2024a
2024-03-05 04:53:39 +03:00
Alexey Milovidov
fb9250a1ac
Merge pull request #60775 from azat/fix-32-bit-capabilities
...
Use 64-bit capabilities if available
2024-03-05 04:52:27 +03:00
Alexey Milovidov
570692fe83
Merge branch 'master' into json-ambg-tuple-inference
2024-03-05 04:50:39 +03:00
Alexey Milovidov
7ecd67fc27
Merge pull request #60811 from ClickHouse/new-private-runners
...
New private runners
2024-03-05 04:45:16 +03:00
Alexey Milovidov
8aeffa0356
Merge pull request #60765 from Avogar/fix-crash-in-input-join
...
Fix crash when using input() in INSERT SELECT JOIN
2024-03-05 04:32:50 +03:00
Alexey Milovidov
7604b3886a
Merge pull request #60796 from Algunenano/fatal_fuzz
...
Include multiline logs in fuzzer fatal.log report
2024-03-05 04:02:25 +03:00
Alexey Milovidov
f96db5acd3
Merge pull request #60812 from ClickHouse/pcset
...
Move userspace page cache settings to the correct section of SettingsChangeHistory.h
2024-03-05 03:59:56 +03:00
Alexey Milovidov
8e200f5c0c
Merge pull request #60807 from ClickHouse/aarch64-profiler
...
Aarch64 profiler
2024-03-05 03:57:45 +03:00
Nikita Mikhaylov
822ef975a5
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fuzzer-gdb
2024-03-05 01:30:54 +01:00
Nikita Mikhaylov
e715ff622d
Better
2024-03-05 00:52:13 +01:00
Nikolai Kochetov
819e7bfc77
Merge branch 'master' into refactor-system-one-block
2024-03-04 21:03:45 +00:00
Azat Khuzhin
d5825ec80d
Faster (almost 2x) mutexes (was slower due to ThreadFuzzer)
...
Recently I noticed that DB::injection() pops up in perf top, so let's
optimize it slightly:
- Add -fomit-frame-pointer -momit-leaf-frame-pointer explicitly --
almost 0 effect
- Add ALWAYS_INLINE for ThreadFuzzer::isStarted() (just in case)
- Disable ThreadFuzzer if non of env variables had been set, this is
needed to avoid extra checks in DB::injection()
- Add ALWAYS_INLINE for ThreadFuzzer::injection()
And here are some results for ThreadFuzzer test:
- before: elapsed 6.27368 / test time 654 ms
- after: elapsed 3.14167 / test time 325 ms
- disabled: elapsed 2.46666 / test time 263 ms
*But note, it is still slower then with ThreadFuzzer disabled.*
Note, that this numbers for AMD 5975WX, for server with 2x Xeon Silver
4216 2.10:
- before: elapsed 12.109 / test time 1325 ms
- after: elapsed 10.506 / test time 1101 ms
- disabled: elapsed 8.41043 / test time 917 ms
P.S. I've also tried with the same glibc version as server had - zero
changes.
Refs: https://gist.github.com/azat/51a5fcc3a40af9f678906a3a6e14e079
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-03-04 21:14:26 +01:00
Michael Kolupaev
24505ba9b3
Move userspace page cache settings to the correct section of SettingsChangeHistory.h
2024-03-04 19:36:38 +00:00
Raúl Marín
6ac4f60caa
Merge pull request #60764 from Algunenano/i59655
...
Fix crash in arrayEnumerateRanked
2024-03-04 20:22:30 +01:00
Mikhail f. Shiryaev
a6caace5ec
Add a new runner type
2024-03-04 20:03:45 +01:00
Raúl Marín
680bb3392e
More missing trash
2024-03-04 20:01:27 +01:00
Mikhail f. Shiryaev
bd2b0b4338
Export only str and bool for build configs
2024-03-04 20:01:26 +01:00
Raúl Marín
37891660be
More missing resets
2024-03-04 20:01:03 +01:00
Raúl Marín
b86fcf0e7d
Add missing compression clone() in ASTQueryWithOutput
2024-03-04 19:53:18 +01:00
Igor Nikonov
ee4e5b1592
Merge remote-tracking branch 'origin/master' into use-minmax-indices-always-first
2024-03-04 18:29:05 +00:00
Nikolai Kochetov
d209508753
Fixing style.
2024-03-04 18:26:42 +00:00
Kruglov Pavel
4bdafed801
Merge pull request #60420 from HowePa/format_case_insensitive
...
Make all format names case insensitive.
2024-03-04 19:09:10 +01:00
Nikolai Kochetov
47d8f039e5
Cleanup VirtualColumnUtils
2024-03-04 18:01:12 +00:00
avogar
9a05461680
Better exception message
2024-03-04 17:49:33 +00:00
Nikolai Kochetov
2d8ca99860
Refactor more system storages.
2024-03-04 17:48:47 +00:00
Igor Nikonov
d3c42b5a24
Fix test flakiness
...
+ make index_granularity stable, it's randomized in tests
2024-03-04 17:36:06 +00:00
avogar
70abdf7a41
Small improvements in JSON schema inference
2024-03-04 17:32:22 +00:00
Alexey Milovidov
ff2882c707
Fix query profiler on AArch64
2024-03-04 18:16:38 +01:00
Raúl Marín
6e579e6bfa
Use awk since it's much simpler
2024-03-04 18:15:53 +01:00
Alexey Milovidov
a7430004b3
Fix real time query profiler on AArch64
2024-03-04 18:13:49 +01:00
Brokenice0415
cc1c3f2da3
add a keeper setting leadership_expiry
2024-03-05 00:54:25 +08:00
Raúl Marín
0149b8893a
Include multiline logs in fuzzer fatal.log report
2024-03-04 17:42:06 +01:00
Igor Nikonov
48745c95cc
Merge pull request #60485 from ClickHouse/fix-test-custom-key-load-balancing
...
Fix: test_parallel_replicas_custom_key_load_balancing
2024-03-04 17:31:53 +01:00
avogar
70acf7a930
Support files without format extension in Filesystem database
2024-03-04 16:16:58 +00:00