robot-clickhouse
be043cd5a5
Merge pull request #47178 from houbaron/patch-2
...
Update sparse-primary-indexes.md
2023-03-04 11:34:15 +01:00
Han Fei
4a8436bc70
Merge pull request #47177 from houbaron/patch-1
...
Update skipping-indexes.md
2023-03-04 10:58:58 +01:00
Alexey Milovidov
241fc7cadd
Merge branch 'master' into fix-deadlock
2023-03-04 12:10:59 +03:00
Alexey Milovidov
694f5eb0a8
Update ProcessList.cpp
2023-03-04 12:10:27 +03:00
Alexey Milovidov
738fb04e99
Merge pull request #47166 from ClickHouse/rs/fulltext_result_separators
...
02346_full_text_search.sql: Add result separators to simplify analysis
2023-03-04 12:07:06 +03:00
Alexey Milovidov
a70789c0b3
Whitespace
2023-03-04 09:15:33 +01:00
Sema Checherinda
b1e8b74b9c
Update 02675_replicated_merge_tree_insert_zookeeper_long.sql
2023-03-04 09:16:29 +08:00
liding1992
ea8ae193d3
Fix the problem that the 'ReplicatedMergeTree' table failed to insert two similar data when the 'part_type' is configured as 'InMemory' mode.
2023-03-04 09:16:29 +08:00
Alexander Tokmakov
082194a755
Merge pull request #47175 from ClickHouse/correct_fatal_handling
...
More correct handling of fatal errors
2023-03-04 00:38:00 +03:00
Sema Checherinda
85178c9609
Merge pull request #47102 from CheSema/merge-mutate-do-thread-group
...
do flushUntrackedMemory when context switches
2023-03-03 20:23:25 +01:00
robot-ch-test-poll1
0137b9fc3c
Merge pull request #47226 from dlahn/master
...
Documentation S3 Cache - Add missing policy name element
2023-03-03 20:12:51 +01:00
Nikita Mikhaylov
5c4da5aa4a
Use separate thread pool for IO operations for backups ( #47174 )
2023-03-03 20:05:42 +01:00
Kseniia Sumarokova
7997df5739
Update storing-data.md
2023-03-03 19:50:21 +01:00
Dave Lahn
6c929737eb
Add missing policy name element
...
The S3 cache example had a list of policies, but was missing the policy name. This caused this configuration to fail.
2023-03-03 18:42:10 +00:00
Igor Nikonov
b6f05a6399
Merge remote-tracking branch 'origin/master' into analyzer_trivial_count_optimization
2023-03-03 17:44:08 +00:00
HarryLeeIBM
bbbe529e24
Fix farmhash for s390x
2023-03-03 09:29:35 -08:00
Anton Popov
9389cc29da
better mutations of sparse columns
2023-03-03 16:52:01 +00:00
Dan Roscigno
552a09d9b2
Merge pull request #47198 from DanRoscigno/docs-compression-choices
...
add compression types for file function
2023-03-03 11:39:52 -05:00
vdimir
a0f5756751
Fix DelayedJoinedBlocksWorkerTransform for grace hash join
2023-03-03 16:30:01 +00:00
vdimir
b5771016f6
Fix 01019_alter_materialized_view_consistent
2023-03-03 15:46:41 +00:00
Azat Khuzhin
5403360924
Add real client (initiator server) address into the logs for interserver mode
...
It is useful to understand what is going on, in some obscure cases, for
instance if someone will copy configuration from the production to some
docker env, and then you will see docker's private network addresses
in the logs.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-03 16:38:10 +01:00
AVMusorin
0f2ae72141
prohibit DEFAULT/EPHEMERAL/ALIAS in KafkaEngine
2023-03-03 16:25:42 +01:00
robot-clickhouse
46667d43d8
Automatic style fix
2023-03-03 15:25:25 +00:00
Antonio Andelic
737cf8e149
Better
2023-03-03 15:14:49 +00:00
Dan Roscigno
007d7c9786
Merge branch 'master' into docs-compression-choices
2023-03-03 09:40:07 -05:00
Antonio Andelic
cd4100cb19
Merge branch 'master' into fix-data-size
2023-03-03 15:33:43 +01:00
Yakov Olkhovskiy
a8ceab1366
NOLINT for getenv
2023-03-03 09:24:58 -05:00
Suzy Wang
e44e528118
remove unnecessary reverse memcpy
2023-03-03 06:20:18 -08:00
Alexander Tokmakov
5be681c5f6
Merge pull request #47152 from ClickHouse/fix_flaky_test_replicated_database
...
Use unique names and paths in `test_replicated_database`
2023-03-03 17:15:27 +03:00
Alexander Tokmakov
cadaf06829
Merge pull request #46681 from ClickHouse/fix_insert_cancellation_in_native_protocol
...
Fix queries cancellation when a client dies
2023-03-03 16:27:20 +03:00
avogar
221ac4a1e5
Better
2023-03-03 13:23:44 +00:00
DanRoscigno
6c92250636
add compression types for file function
2023-03-03 08:21:02 -05:00
Dan Roscigno
687df5f1b5
Merge pull request #47146 from ClickHouse/DanRoscigno-patch-4
...
Update date-time-functions.md
2023-03-03 08:01:27 -05:00
Konstantin Bogdanov
1bbf5acd47
Pass headers from StorageURL to WriteBufferFromHTTP ( #46996 )
...
* Pass headers from StorageURL to WriteBufferFromHTTP
* Add a test
* Lint
* `time.sleep(1)`
* Start echo server earlier
* Add proper handling for mock server start
* Automatic style fix
---------
Co-authored-by: robot-clickhouse <robot-clickhouse@users.noreply.github.com>
2023-03-03 13:55:52 +01:00
Alexander Tokmakov
acab2f9bbd
Merge pull request #47191 from ClickHouse/tavplubix-patch-5
...
Fix failure context for Upgrade check
2023-03-03 15:47:43 +03:00
Mikhail f. Shiryaev
602933ce1e
Make smarter scaler based on reserve/deficit
2023-03-03 13:22:05 +01:00
Mikhail f. Shiryaev
a576464360
Reduce statisctics interval, process empty response for runners
2023-03-03 13:20:42 +01:00
Mikhail f. Shiryaev
6a746beff8
Tune style-checker scaling up and down by modifiers
2023-03-03 13:20:41 +01:00
Mikhail f. Shiryaev
c1774cabd0
Do not install GitPython on runners, it is preinstalled
2023-03-03 13:20:41 +01:00
Mikhail f. Shiryaev
4e9c246264
Check CI python code always
2023-03-03 13:20:40 +01:00
Mikhail f. Shiryaev
a5869e25f6
Add tests for autoscale_runners_lambda
2023-03-03 13:20:39 +01:00
Mikhail f. Shiryaev
0483de0e04
Reorder status
in default.workflow_jobs
2023-03-03 13:20:39 +01:00
Mikhail f. Shiryaev
e2278ca70c
Add code for autoscaling lambda
2023-03-03 13:20:36 +01:00
Sema Checherinda
bc8b34f74b
adjust test test_seekable_formats
2023-03-03 13:16:46 +01:00
kssenii
56f02374f6
Remove stateless test because it makes unfixably 02344_show_caches flaky
2023-03-03 13:15:27 +01:00
Alexander Tokmakov
d34f00f437
Update run.sh
2023-03-03 15:02:05 +03:00
Alexander Gololobov
d6554ae8af
Merge pull request #47105 from cmsxbc/fix-keeper-systemd-file
...
fix: keeper systemd service file include invalid inline comment
2023-03-03 12:59:11 +01:00
Alexander Tokmakov
b1a288d271
Merge branch 'master' into correct_fatal_handling
2023-03-03 14:50:07 +03:00
Nikolai Kochetov
6a086ab926
Merge pull request #47158 from ClickHouse/add-stupid-retries-for-health-check-in-tests
...
Add stupid retries in clickhouse-test health check.
2023-03-03 12:44:43 +01:00
robot-clickhouse-ci-1
45b4d1b598
Merge pull request #47187 from ClickHouse/fix-zh-docs-markup-note
...
Fix markup in docs
2023-03-03 12:36:32 +01:00