kssenii
|
0e9e1dd000
|
Fix assert in case cache forcefully dropped
|
2022-05-07 23:19:44 +02:00 |
|
kssenii
|
0db83d7002
|
Merge master
|
2022-05-07 11:52:25 +02:00 |
|
kssenii
|
7e9913509f
|
Fix build
|
2022-05-06 14:22:01 +02:00 |
|
kssenii
|
35ed60f5f6
|
Merge master
|
2022-05-06 13:56:14 +02:00 |
|
kssenii
|
c0248d4250
|
Merge master
|
2022-05-06 13:50:09 +02:00 |
|
Kruglov Pavel
|
80df398bfc
|
Merge pull request #36883 from kssenii/add-asynchronous-metrics-for-filesystem-cache
Add some asynchronous metrics for fs cache
|
2022-05-06 13:39:55 +02:00 |
|
kssenii
|
23d9230acd
|
Do not throw logical error for detached file segment
|
2022-05-06 12:48:16 +02:00 |
|
kssenii
|
2275196ef0
|
Merge master
|
2022-05-06 11:21:10 +02:00 |
|
Kseniia Sumarokova
|
83a4b94970
|
Merge pull request #36952 from ClickHouse/remove-nested-exception
Remove nested exception
|
2022-05-06 11:14:16 +02:00 |
|
Alexey Milovidov
|
996d838ca3
|
Merge pull request #36817 from DevTeamBK/Clang-tidy-Fixes
Clang -Tidy Fixes
|
2022-05-06 02:01:00 +03:00 |
|
kssenii
|
3aef08b887
|
Fix style
|
2022-05-06 00:25:13 +02:00 |
|
kssenii
|
b26098735f
|
Merge
|
2022-05-06 00:08:14 +02:00 |
|
kssenii
|
3a3a756d18
|
Fix failed checks
|
2022-05-06 00:07:22 +02:00 |
|
Alexey Milovidov
|
7841f02cf0
|
Remove nested exception
|
2022-05-05 23:05:52 +02:00 |
|
mergify[bot]
|
9ce436733f
|
Merge branch 'master' into fix-current-size-count-in-cache
|
2022-05-05 17:33:56 +00:00 |
|
mergify[bot]
|
2a8aad42dc
|
Merge branch 'master' into add-asynchronous-metrics-for-filesystem-cache
|
2022-05-05 15:43:38 +00:00 |
|
kssenii
|
78d3fd505f
|
Merge master
|
2022-05-05 17:41:13 +02:00 |
|
kssenii
|
0117fd40a6
|
Review fixes
|
2022-05-05 17:39:36 +02:00 |
|
Vitaly Baranov
|
dd51265218
|
Merge pull request #36864 from vitlibar/backup-improvements-4
Backup improvements
|
2022-05-05 15:37:51 +02:00 |
|
Anton Popov
|
fa1feb238e
|
Merge pull request #36853 from qoega/add-other-time-microsecons
Add Other Query Time Microseconds Profile Event
|
2022-05-05 13:58:13 +02:00 |
|
Alexander Gololobov
|
7e3a805ae3
|
Merge pull request #36572 from ClickHouse/fix-trash-s3-metrics
Everything related to S3 metrics was not good
|
2022-05-05 11:44:02 +02:00 |
|
alesapin
|
aba78e5ed0
|
Merge pull request #36859 from ClickHouse/revert-36858-revert-35637-memory-overcommit-free
Revert "Revert "Memory overcommit: continue query execution if memory is available""
|
2022-05-04 23:43:00 +02:00 |
|
kssenii
|
e604677c85
|
Better
|
2022-05-04 22:52:01 +02:00 |
|
Alexander Tokmakov
|
e30365a531
|
Merge pull request #36872 from ClickHouse/fix_exception_message
Add extra info when sending exception
|
2022-05-04 23:24:47 +03:00 |
|
Robert Schulze
|
c48d9a4174
|
Merge pull request #36844 from rschu1ze/shared_ptr_helper3
Remove inherited create() method + disallow copying of storages
|
2022-05-04 19:16:30 +02:00 |
|
mergify[bot]
|
e0fa563092
|
Merge branch 'master' into fix_exception_message
|
2022-05-04 15:56:03 +00:00 |
|
Robert Schulze
|
78cdb3ec64
|
Merge pull request #36862 from rschu1ze/new-clangtidies
Activated a bunch of LLVM 12/13/14 clang-tidy warnings
|
2022-05-04 15:26:57 +02:00 |
|
kssenii
|
c8b5decf29
|
Fix lock inversion
|
2022-05-04 14:28:55 +02:00 |
|
mergify[bot]
|
6ecddf4077
|
Merge branch 'master' into fix-trash-s3-metrics
|
2022-05-04 10:14:29 +00:00 |
|
Robert Schulze
|
590a01d39d
|
Linux build fix
|
2022-05-04 11:42:23 +02:00 |
|
Dmitry Novik
|
9087ab0e11
|
Use free_continue_and_alloc_3_test
|
2022-05-04 00:41:15 +00:00 |
|
kssenii
|
ef7d5b2a65
|
Fix
|
2022-05-04 00:19:36 +02:00 |
|
Vitaly Baranov
|
160bc288d3
|
Fix implementation of totalBytes() & totalRows() for Log family.
|
2022-05-04 00:15:21 +02:00 |
|
mergify[bot]
|
64084b5e32
|
Merge branch 'master' into shared_ptr_helper3
|
2022-05-03 20:46:16 +00:00 |
|
kssenii
|
8f99046100
|
Add come asynchronous metrics
|
2022-05-03 20:02:19 +02:00 |
|
kssenii
|
ab65e163fa
|
Add current metrics
|
2022-05-03 19:35:04 +02:00 |
|
mergify[bot]
|
ddd1c3e1b3
|
Merge branch 'master' into add-other-time-microsecons
|
2022-05-03 15:45:40 +00:00 |
|
Vitaly Baranov
|
828f45f078
|
Add new restore setting 'allow_non_empty_tables'.
|
2022-05-03 16:18:45 +02:00 |
|
Dmitry Novik
|
455742ec7a
|
Make unit tests stable
|
2022-05-03 13:20:57 +00:00 |
|
Alexander Tokmakov
|
94af11dd74
|
add extra info when sending exception
|
2022-05-03 15:13:47 +02:00 |
|
kssenii
|
025e632a66
|
Merge master
|
2022-05-03 14:46:59 +02:00 |
|
kssenii
|
b0d43e3f40
|
Better
|
2022-05-03 14:20:23 +02:00 |
|
kssenii
|
a3c9ff7fe8
|
Tiny changes
|
2022-05-03 11:46:22 +02:00 |
|
Vitaly Baranov
|
409edfd3fa
|
Rework RestoreCoordination: make restore deterministic.
|
2022-05-03 11:01:44 +02:00 |
|
Vitaly Baranov
|
2c754f44fc
|
Make calculation of shard_num & replica_num not dependant on match of the cluster's definitions on nodes.
|
2022-05-03 11:01:44 +02:00 |
|
Larry Luo
|
ee131eefd8
|
Removed move for trivially-copyable type and added noexcept for move constructor
|
2022-05-02 18:46:34 -07:00 |
|
Dmitry Novik
|
2815f22152
|
Remove incorrect assert
|
2022-05-02 23:02:43 +00:00 |
|
Dmitry Novik
|
2ed5a4013a
|
Revert "Revert "Memory overcommit: continue query execution if memory is available""
|
2022-05-03 00:45:13 +02:00 |
|
alesapin
|
f0b7af0aa2
|
Revert "Memory overcommit: continue query execution if memory is available"
|
2022-05-03 00:36:50 +02:00 |
|
alesapin
|
73f3334d80
|
Better fix for cache
|
2022-05-03 00:28:53 +02:00 |
|