Alexander Tokmakov
|
5352a7a60e
|
Merge pull request #50449 from ClickHouse/tavplubix-patch-6
Add timeout for unit tests
|
2023-06-02 15:21:02 +03:00 |
|
Nikita Mikhaylov
|
73db383727
|
Limit the number of in-flight tasks for loading outdated parts (#50450)
* Done
* Update programs/local/LocalServer.cpp
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
* Bump
---------
Co-authored-by: Alexander Tokmakov <tavplubix@clickhouse.com>
|
2023-06-02 14:10:26 +02:00 |
|
Kruglov Pavel
|
9922053419
|
Merge pull request #49948 from Avogar/handshake-timeout
Add separate handshake_timeout for receiving Hello packet from replica
|
2023-06-02 14:07:27 +02:00 |
|
Robert Schulze
|
572f15b2cd
|
Fix typo
|
2023-06-02 11:14:52 +00:00 |
|
kssenii
|
79c14c89ee
|
Add some assertions
|
2023-06-02 12:53:25 +02:00 |
|
Alexander Gololobov
|
8cadd89ebe
|
Update src/Common/TaskStatsInfoGetter.cpp
|
2023-06-02 12:34:22 +02:00 |
|
Mikhail f. Shiryaev
|
9bd0a53e7c
|
Get only online instances in get_lost_ec2_instances
|
2023-06-02 12:27:29 +02:00 |
|
Mikhail f. Shiryaev
|
3c13eaa159
|
Simplify get_dead_runners_in_ec2 a little bit, update runners
|
2023-06-02 12:27:28 +02:00 |
|
Mikhail f. Shiryaev
|
b775b5cfd6
|
Move all CI runners metrics into one namespace
|
2023-06-02 12:27:27 +02:00 |
|
Mikhail f. Shiryaev
|
e657e2ba10
|
Additional logging in autoscale_runners_lambda
|
2023-06-02 12:27:26 +02:00 |
|
Mikhail f. Shiryaev
|
b7c5fdab77
|
Move lambda package building to public.ecr.aws/lambda/python for compatibility
|
2023-06-02 12:27:26 +02:00 |
|
Mikhail f. Shiryaev
|
0ddd53088d
|
Add a new runner type for ci metrics and autoscaling
|
2023-06-02 12:27:24 +02:00 |
|
Alexander Tokmakov
|
ca1a3f81a6
|
Merge pull request #50467 from ClickHouse/revert-50430-hanfei/fix-crossjoin-filter-pushdown
Revert "make filter push down through cross join"
|
2023-06-02 13:07:24 +03:00 |
|
Alexander Tokmakov
|
0181ea6399
|
Revert "make filter push down through cross join"
|
2023-06-02 12:55:46 +03:00 |
|
Robert Schulze
|
f6da66cbb8
|
Fix some typos
|
2023-06-02 09:41:52 +00:00 |
|
Sergei Trifonov
|
3027f34c1f
|
Merge branch 'master' into minor-cgroup-improvements
|
2023-06-02 11:19:25 +02:00 |
|
Sergei Trifonov
|
57a2bfd0ff
|
Update src/Common/AsynchronousMetrics.cpp
|
2023-06-02 11:19:11 +02:00 |
|
Sergei Trifonov
|
16be379fa5
|
Update src/Common/AsynchronousMetrics.cpp
|
2023-06-02 11:18:46 +02:00 |
|
Robert Schulze
|
7070eac9db
|
Merge branch 'ClickHouse:master' into fix-const-int-hashing
|
2023-06-02 10:57:18 +02:00 |
|
Alexey Milovidov
|
eb5985e5fc
|
Merge pull request #50400 from ClickHouse/bump-protobuf
Bump protobuf to v3.18.x
|
2023-06-02 05:01:05 +03:00 |
|
Michael Kolupaev
|
b51064a508
|
Get rid of SeekableReadBufferFactory, add SeekableReadBuffer::readBigAt() instead
|
2023-06-01 18:48:30 -07:00 |
|
Alexey Milovidov
|
c5165c2236
|
More thorough check for the availability of TaskStats
|
2023-06-02 03:25:12 +02:00 |
|
Alexey Milovidov
|
31773d7eee
|
Merge pull request #50432 from azat/fix-min-for-seek
Fix merge_tree_min_rows_for_seek/merge_tree_min_bytes_for_seek for data skipping indexes
|
2023-06-02 04:09:35 +03:00 |
|
Michael Kolupaev
|
e7868e576c
|
Don't crash if config doesn't have logger section
|
2023-06-02 00:50:28 +00:00 |
|
Alexey Milovidov
|
54144d15ab
|
Merge pull request #50319 from ClickHouse/nickitat-patch-12
Enable `enable_memory_bound_merging_of_aggregation_results` by default
|
2023-06-02 03:48:44 +03:00 |
|
Dan Roscigno
|
4e315423ff
|
Merge pull request #50454 from DanRoscigno/docs-for-boundingratio
add docs for boundingRatio
|
2023-06-01 20:26:20 -04:00 |
|
Dan Roscigno
|
0a51b66f30
|
Merge branch 'master' into docs-for-boundingratio
|
2023-06-01 19:21:27 -04:00 |
|
DanRoscigno
|
6b2c906dfd
|
add docs for boundingRatio
|
2023-06-01 19:03:35 -04:00 |
|
Alexey Milovidov
|
60dccff77c
|
Merge pull request #50177 from amosbird/fix_50094
Fix broken index analysis when binary operator contains a null constant argument
|
2023-06-02 01:29:03 +03:00 |
|
Alexey Milovidov
|
52ffaa4630
|
Merge pull request #50203 from Avogar/head-requests-on-shcema-inference
Don't send head request for all keys in Iceberg schema inference
|
2023-06-02 01:28:00 +03:00 |
|
Alexey Milovidov
|
8b18b742b1
|
Merge pull request #50401 from kitaisreal/compile-aggregate-expressions-enable-by-default
Compile aggregate expressions enable by default
|
2023-06-02 01:18:30 +03:00 |
|
Alexey Milovidov
|
2fbf826b5c
|
Merge pull request #50409 from den-crane/test/issue_42610
test for #42610
|
2023-06-02 01:16:59 +03:00 |
|
Alexey Milovidov
|
413b9c776a
|
Merge pull request #50430 from hanfei1991/hanfei/fix-crossjoin-filter-pushdown
make filter push down through cross join
|
2023-06-02 00:35:34 +03:00 |
|
Alexander Tokmakov
|
1544067fb3
|
Update run.sh
|
2023-06-01 23:28:19 +03:00 |
|
Alexander Tokmakov
|
f62faaedc3
|
paranoid fix for removing parts from zk
|
2023-06-01 21:20:39 +02:00 |
|
Mikhail f. Shiryaev
|
e8b03d7498
|
Move insert part for ClickHouseHelper to shared
|
2023-06-01 21:03:57 +02:00 |
|
Mikhail f. Shiryaev
|
2dca0eac1b
|
Delete __init__.py in lambda directories to break subpackage
|
2023-06-01 21:03:56 +02:00 |
|
Mikhail f. Shiryaev
|
acb9531ebf
|
Unify and put GH access token to the lambda_shared
|
2023-06-01 21:03:56 +02:00 |
|
Mikhail f. Shiryaev
|
0fa6a84161
|
Move the stuff related to runners to lambda_shared
|
2023-06-01 21:03:55 +02:00 |
|
Dan Roscigno
|
7bd31de444
|
Merge pull request #50446 from ClickHouse/DanRoscigno-patch-5
Update order-by.md
|
2023-06-01 15:03:54 -04:00 |
|
Mikhail f. Shiryaev
|
7f08f218d9
|
Create lambda_shared package for lambdas
|
2023-06-01 21:03:53 +02:00 |
|
Mikhail f. Shiryaev
|
484c91c47e
|
Add DRY_RUN and configurable PY_VERSION to lambda deployment
|
2023-06-01 21:03:53 +02:00 |
|
Mikhail f. Shiryaev
|
27941b4d26
|
Decrease the time window for autoscale_runners_lambda
|
2023-06-01 21:03:52 +02:00 |
|
Mikhail f. Shiryaev
|
db02938411
|
Do not count unfinished tasks with conclusion=None
|
2023-06-01 21:03:51 +02:00 |
|
Mikhail f. Shiryaev
|
855afb56f9
|
Get instances for the region to not kill a fresh one
|
2023-06-01 21:03:50 +02:00 |
|
Mikhail f. Shiryaev
|
bf9b563e0b
|
Improve caching mechanism for token, add cached instances
|
2023-06-01 21:03:50 +02:00 |
|
Mikhail f. Shiryaev
|
7bf9089dcd
|
Increase access_token cached time
|
2023-06-01 21:03:49 +02:00 |
|
Mikhail f. Shiryaev
|
985cd8fc8a
|
Improve events logging
|
2023-06-01 21:03:48 +02:00 |
|
Kseniia Sumarokova
|
0c15a2ddc6
|
Merge pull request #50025 from kssenii/add-some-assertions
Add some assertions
|
2023-06-01 20:20:19 +02:00 |
|
Dan Roscigno
|
bd047ed9e0
|
Update order-by.md
add a note that ORDER BY sorting is case sensitive.
closes https://github.com/ClickHouse/clickhouse-docs/issues/81
|
2023-06-01 14:16:49 -04:00 |
|