serxa
|
056268f90b
|
fix
|
2023-04-22 17:43:36 +00:00 |
|
serxa
|
64fb8da812
|
improve AsyncLoader interface
|
2023-04-22 17:29:53 +00:00 |
|
Sergei Trifonov
|
4b51f12479
|
Update src/Common/AsyncLoader.h
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2023-04-19 13:48:38 +02:00 |
|
serxa
|
5390fccf50
|
Merge branch 'async-loader' of github.com:ClickHouse/ClickHouse into async-loader
|
2023-04-19 11:47:08 +00:00 |
|
serxa
|
2e31140ca4
|
review fixes
|
2023-04-19 11:46:56 +00:00 |
|
Sergei Trifonov
|
31e3a3bc0c
|
Update src/Common/AsyncLoader.h
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
|
2023-04-19 13:35:58 +02:00 |
|
serxa
|
ff7444f077
|
typo
|
2023-04-19 06:27:17 +00:00 |
|
serxa
|
c672d117ea
|
better job shutdown
|
2023-04-19 06:27:07 +00:00 |
|
serxa
|
8cc9b32af1
|
fix more comments
|
2023-04-19 06:26:59 +00:00 |
|
serxa
|
d4daea5f09
|
fix typos
|
2023-04-19 06:26:51 +00:00 |
|
serxa
|
baced2c66e
|
fix data race in test
|
2023-04-19 06:26:35 +00:00 |
|
serxa
|
326c733be6
|
fix tidy build
|
2023-04-19 06:26:27 +00:00 |
|
serxa
|
54c5b1083b
|
add test for dynamic prioritization
|
2023-04-19 06:26:14 +00:00 |
|
serxa
|
911c46aa32
|
fix double finish() during cancellation of a job with multiple paths
|
2023-04-19 06:26:06 +00:00 |
|
serxa
|
0d7e3d4100
|
fix comment
|
2023-04-19 06:25:54 +00:00 |
|
serxa
|
356b934835
|
split AsyncLoader into .h and .cpp files + more docs
|
2023-04-19 06:25:45 +00:00 |
|
Sergei Trifonov
|
1efacba196
|
Update src/Common/AsyncLoader.h
|
2023-04-19 06:25:37 +00:00 |
|
Sergei Trifonov
|
281b72c413
|
Update src/Common/AsyncLoader.h
|
2023-04-19 06:25:28 +00:00 |
|
serxa
|
1a3780ed8e
|
fix
|
2023-04-19 06:25:11 +00:00 |
|
serxa
|
800efd5df8
|
add a good comment
|
2023-04-19 06:24:50 +00:00 |
|
serxa
|
69719c0819
|
allow to change max number of workers in runtime
|
2023-04-19 06:24:42 +00:00 |
|
serxa
|
c736d9fd4f
|
fix test
|
2023-04-19 06:24:35 +00:00 |
|
serxa
|
264956fece
|
add test for static priorities
|
2023-04-19 06:24:25 +00:00 |
|
serxa
|
b86c737450
|
make performance-inefficient-vector-operation,-warnings-as-errors happy
|
2023-04-19 06:24:15 +00:00 |
|
serxa
|
8c1f734f50
|
add random test with dependent tasks
|
2023-04-19 06:24:07 +00:00 |
|
serxa
|
d8bf775b9a
|
fix worker shutdown
|
2023-04-19 06:24:01 +00:00 |
|
serxa
|
51992ae96d
|
add ScheduleJobWithCanceledDependencies test
|
2023-04-19 06:23:47 +00:00 |
|
serxa
|
5837b09880
|
fix scheduling of jobs with dependencies on finished jobs
|
2023-04-19 06:23:39 +00:00 |
|
serxa
|
5ba1dc91e3
|
add LoadStatus::CANCELED
|
2023-04-19 06:23:32 +00:00 |
|
serxa
|
df3c5212ff
|
test deps are completed + refactoring
|
2023-04-19 06:23:22 +00:00 |
|
serxa
|
9ac37ca3b8
|
add overload test
|
2023-04-19 06:23:14 +00:00 |
|
serxa
|
4bc52a1b06
|
add concurrency test
|
2023-04-19 06:23:07 +00:00 |
|
serxa
|
ba67f95525
|
allow cancels on RandomTasks test shutdown
|
2023-04-19 06:22:37 +00:00 |
|
serxa
|
3be0645413
|
fix remove of executing tasks + add test
|
2023-04-19 06:22:27 +00:00 |
|
serxa
|
a9c51c4aca
|
add more tests for cancel
|
2023-04-19 06:22:15 +00:00 |
|
serxa
|
5e5a38cd64
|
add tests for job status/wait/cancel
|
2023-04-19 06:22:01 +00:00 |
|
serxa
|
3226eadd94
|
add simple randomized test
|
2023-04-19 06:21:31 +00:00 |
|
serxa
|
2c29c0b2f3
|
add dependency cycle detection
|
2023-04-19 06:21:19 +00:00 |
|
serxa
|
b4318b4ab6
|
fix style
|
2023-04-19 06:21:08 +00:00 |
|
serxa
|
5d11706929
|
make t work, add simple test
|
2023-04-19 06:20:37 +00:00 |
|
serxa
|
3fe36a3db6
|
wip AsyncLoader
|
2023-04-19 06:20:17 +00:00 |
|
robot-ch-test-poll
|
905587b39d
|
Merge pull request #48883 from ClickHouse/tylerhannan-patch-1
Update README.md
|
2023-04-18 23:11:18 +02:00 |
|
Igor Nikonov
|
b236db82c9
|
Merge pull request #48863 from ClickHouse/fix_test_store_cleanup_disk_s3
Fix: do not run test_store_cleanup_disk_s3 in parallel
|
2023-04-18 22:44:03 +02:00 |
|
Ilya Yatsishin
|
ebb1b990f2
|
Merge pull request #45819 from qoega/clickhouse-help
|
2023-04-18 21:46:36 +02:00 |
|
Dan Roscigno
|
1d46f50da2
|
Merge pull request #48909 from ClickHouse/thomoco-patch-4
Update postgresql.md
|
2023-04-18 13:12:28 -04:00 |
|
Dan Roscigno
|
155c958d52
|
Merge pull request #48906 from ClickHouse/thomoco-patch-3
Update mutations.md
|
2023-04-18 13:10:44 -04:00 |
|
Dan Roscigno
|
5704eea076
|
Update docs/en/engines/table-engines/integrations/postgresql.md
|
2023-04-18 12:55:27 -04:00 |
|
Dan Roscigno
|
8b05fb6f83
|
need full path to markdown file including the md
|
2023-04-18 12:54:54 -04:00 |
|
Dan Roscigno
|
0ca09db306
|
Update docs/en/operations/system-tables/mutations.md
|
2023-04-18 12:51:27 -04:00 |
|
Dan Roscigno
|
d095a3b06b
|
Update docs/en/operations/system-tables/mutations.md
|
2023-04-18 12:50:40 -04:00 |
|