Duc Canh Le
cc7f771093
Fix for postgres as well
2023-08-03 09:15:45 +00:00
Dani Pozo
fc7f47d083
Make it possible to throttle S3 requests on backups
2023-08-03 11:06:24 +02:00
Kseniia Sumarokova
73ac1bf84f
Merge branch 'master' into minor_improve_hdfs_read_buffer
2023-08-03 10:56:24 +02:00
Kseniia Sumarokova
621d852289
Merge pull request #52778 from kssenii/revert-revert-drop-cache
...
Revert revert of system drop filesystem cache by key
2023-08-03 10:55:25 +02:00
Kseniia Sumarokova
65352d64c7
Merge pull request #52944 from kssenii/fix-s3-queue-flaky-test
...
Fix flaky test_storage_s3_queue::test_multiple_tables_streaming_sync_distributed
2023-08-03 10:44:43 +02:00
Antonio Andelic
96bad0537a
Merge branch 'master' into add-reading-from-archives
2023-08-03 08:36:42 +00:00
Alexey Gerasimchuck
c7fcc611b2
added TSAN option report_atomic_races=0
2023-08-03 08:27:58 +00:00
Victor Krasnov
8e3c98ca7a
Amend the docs
2023-08-03 11:25:26 +03:00
Alexey Milovidov
54b5cc2ffc
Merge branch 'master' into database-filesystem-remove-catch
2023-08-03 11:05:14 +03:00
hendrik-m
b9b78bdd59
Merge branch 'master' into table-names-as-string-literal
2023-08-03 07:50:58 +02:00
Azat Khuzhin
9bcb980511
tests: fix 01293_client_interactive_vertical_multiline flakiness (increase timeout)
...
All other expect tests has timeout of 60.
And yes, sometimes I believe that on CI client spawning can took > 10
seconds for debug build.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-03 06:13:41 +02:00
Duc Canh Le
06229c1ba6
fix password leak in show create mysql table
2023-08-03 03:50:41 +00:00
Alexey Gerasimchuck
b338e2fcec
Added peak_memory_usage to final progress
2023-08-03 02:45:37 +00:00
Nikolay Degterinsky
b9596f0e20
Fix style
2023-08-03 03:01:33 +02:00
Nikolay Degterinsky
dbaa2038b5
Fix HTTP Header Filtering
2023-08-03 02:40:06 +02:00
Alexey Milovidov
bde8799715
Fix the test
2023-08-03 00:16:04 +02:00
Alexander Tokmakov
c4fb0a0cd5
fix two minor issue
2023-08-02 23:36:54 +02:00
Alexander Tokmakov
48d736f8fd
select only required columns from system.databases
2023-08-02 23:23:52 +02:00
robot-ch-test-poll4
c1ca0f35e7
Merge pull request #52939 from zamazan4ik/doc/fix_pgo_docs
...
doc: try to fix PGO docs
2023-08-02 23:22:59 +02:00
hendrik-m
7c03404c00
Merge branch 'master' into table-names-as-string-literal
2023-08-02 23:19:53 +02:00
Alexey Milovidov
aaf3eb4335
Fix tests
2023-08-02 23:18:31 +02:00
hendrik-m
a915886b87
adapt documentation and change all references of clickhouse local
...
to `clickhouse-local`
2023-08-02 23:16:45 +02:00
Alexey Milovidov
dbf14b5e2d
Fix wrong error code "BAD_GET"
2023-08-02 23:16:06 +02:00
Alexey Milovidov
b740922c1e
Merge branch 'master' into more-checks-in-thread-status
2023-08-03 00:10:59 +03:00
Alexey Milovidov
e101f2011b
Merge branch 'master' into count-distinct-if
2023-08-03 00:09:52 +03:00
Alexey Milovidov
bffe3a314e
Merge branch 'master' into issue_#50808
2023-08-03 00:06:06 +03:00
Alexey Milovidov
3f4faeab0b
Update TableFunctionRemote.cpp
2023-08-03 00:05:56 +03:00
Alexey Milovidov
e6389b7915
Merge pull request #51213 from canhld94/limit_client_fd
...
Add a test to limit client max opening fd
2023-08-03 00:04:45 +03:00
Alexey Milovidov
4272225a15
Merge branch 'master' of github.com:ClickHouse/ClickHouse into database-filesystem-remove-catch
2023-08-02 22:57:24 +02:00
Alexander Tokmakov
62bb0de492
Merge pull request #52952 from azat/system.stack_trace-cleanup
...
Remove unused code in StorageSystemStackTrace
2023-08-02 23:35:18 +03:00
Dmitry Novik
471296c098
Update 02174_cte_scalar_cache.sql
2023-08-02 22:20:03 +02:00
Azat Khuzhin
cd74da4c03
Remove unused code in StorageSystemStackTrace
...
This columns mask is actually useless, since the main thing is done
without out, in particular:
- detect does the signal should be sent to thread
- does the thread name should be read for this thread
And this cannot be done with columns mask, because multiple columns
depends on signals and thread names.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-02 21:25:00 +02:00
Azat Khuzhin
344d648cab
tests: adjust net.ipv4.ip_local_port_range for some services to avoid EADDRINUSE
...
As it turns out, docker does not pass through the sysctls, so adjust
this for know users of unprivileged ports (>32K):
- HDFS
- kafka
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-02 21:17:49 +02:00
Azat Khuzhin
d2a264c9bb
tests: use explicit address for console to avoid EADDRINUSE
...
The problem is that MinIO uses dynamic port for console address by
default, which may be below ip_local_port_range, and in this case it ca
be reused in a short time, sicne first MinIO allocates the socket, then
close this socket, and only after try to bind to it.
And even though this is a problem of MinIO I'm not a go developer to fix
it.
v2: use long notation of the 127.0.0.1 (that version of MinIO on CI
cannot handle 127.1, while 2023-07-21T21-12-44Z can)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-08-02 21:17:49 +02:00
Alexander Zaitsev
c2d6d9fa80
Merge branch 'master' into doc/fix_pgo_docs
2023-08-02 21:13:37 +03:00
Anton Popov
89bb3f3410
fix style-check
2023-08-02 19:25:33 +02:00
Igor Nikonov
44b9ed438f
Merge branch 'master' into fix-window-func-range-check
2023-08-02 19:24:55 +02:00
Mikhail f. Shiryaev
6dcdc4cd38
Remove mark_failed_report_pending, it's already in builds_report_config
2023-08-02 19:20:22 +02:00
Victor Krasnov
d8792bf429
Merge branch 'master' into ADQM-985
...
# Conflicts:
# docs/en/operations/backup.md
2023-08-02 20:17:59 +03:00
robot-ch-test-poll2
3d15f6335b
Merge pull request #52848 from daviddhc20120601/patch-1
...
Update annindexes.md explain more about l2distance and cosine distance
2023-08-02 19:10:32 +02:00
Igor Nikonov
638182ef34
Test triggered error in remove redundant sorting during AST fuzzing ...
...
but can't reproduce it locally
2023-08-02 16:54:46 +00:00
Alexander Tokmakov
67d8f1c1c5
fix data race
2023-08-02 18:42:38 +02:00
Victor Krasnov
d3f5551bb4
Clarify the documentation
2023-08-02 19:39:32 +03:00
Dmitry Novik
85ba27a2d4
Add a test
2023-08-02 18:22:48 +02:00
Alexey Milovidov
4c5c3a338d
Maybe fix tests
2023-08-02 17:48:10 +02:00
Dmitry Novik
e369f0da7c
Resolve expressions from WITH clause on usage
2023-08-02 17:31:47 +02:00
Alexey Milovidov
b17e93e78c
Merge branch 'master' into database-filesystem-remove-catch
2023-08-02 17:13:12 +02:00
Nikolai Kochetov
1b71c038f9
Merge pull request #52859 from ClickHouse/fix-00612_http_max_query_size
...
Try to fix a rare fail in 00612_http_max_query_size
2023-08-02 17:13:04 +02:00
Nikolai Kochetov
b3bc3e89b6
Merge pull request #52837 from ClickHouse/cleanup-local-backup
...
Cleanup localBackup
2023-08-02 17:10:36 +02:00
kssenii
d87162f43c
Fix
2023-08-02 17:09:47 +02:00