alesapin
|
3a3cee586a
|
Merge pull request #50257 from CurtizJ/useless-refactoring
Yet another refactoring
|
2023-05-28 21:42:16 +02:00 |
|
Sergei Trifonov
|
0d1f2e297b
|
Unify priorities: lower value means higher priority (#50205)
|
2023-05-26 15:55:30 +02:00 |
|
Anton Popov
|
612173e734
|
refactoring near alter conversions
|
2023-05-25 22:54:54 +00:00 |
|
kssenii
|
475a893be3
|
Fix, add assertions
|
2023-04-21 21:52:17 +02:00 |
|
Azat Khuzhin
|
011480924a
|
Use forward declaration of ThreadPool
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-04-07 11:25:35 +02:00 |
|
Azat Khuzhin
|
2ca47a6eb6
|
BackgroundSchedulePool should not have any query context
BackgroundSchedulePool is used for some peridic jobs, not from the query
context, i.e. flush of Buffer table.
And for such jobs there cannot be any query context, and more
importantly it will not work correctly since that query_context will
eventually expires.
And this is the reason of this failures [1].
[1]: https://s3.amazonaws.com/clickhouse-test-reports/46668/015991bc5e20c787851050c2eaa13f0fef3aac00/stateless_tests_flaky_check__asan_.html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-02-22 10:50:51 +01:00 |
|
Alexander Gololobov
|
5354b0d069
|
Merge pull request #46140 from ClickHouse/split_prewhere_dag
Split PREWHERE DAG into multiple read steps
|
2023-02-21 14:37:09 +01:00 |
|
kssenii
|
bae85c50e9
|
Fix stress test
|
2023-02-17 12:40:17 +01:00 |
|
Alexander Gololobov
|
a6061e022e
|
Merge branch 'master' into split_prewhere_dag
|
2023-02-16 14:43:58 +01:00 |
|
kssenii
|
5bda358fb7
|
Follow-up to #46168
|
2023-02-14 15:45:38 +01:00 |
|
Alexander Gololobov
|
a89465d1cb
|
Fix build after merge
|
2023-02-12 22:48:28 +01:00 |
|
kssenii
|
b0b865c32e
|
Resubmit prefetches
|
2023-02-08 21:26:24 +01:00 |
|