Commit Graph

62756 Commits

Author SHA1 Message Date
Dmitriy
fa0d815297 Add the note
Оформил примечание.
2021-04-25 19:12:07 +03:00
sevirov
ac059d5247
Update docs/en/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:01:19 +03:00
sevirov
6e895f0a83
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:00:54 +03:00
sevirov
e34ae67be0
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:00:40 +03:00
sevirov
08282f8208
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 19:00:24 +03:00
sevirov
1b3f5ad8de
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 18:59:21 +03:00
sevirov
6df5816d10
Update docs/ru/operations/system-tables/clusters.md
Co-authored-by: Anna <42538400+adevyatova@users.noreply.github.com>
2021-04-25 18:58:47 +03:00
Mikhail
020e15a8c9 Триггерю проверки 2021-04-25 13:50:10 +03:00
Mikhail
71017b90ee Update gui.md 2021-04-25 13:49:44 +03:00
alexey-milovidov
42de40ab35
Update tests/queries/0_stateless/01641_memory_tracking_insert_optimize_long.sql
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2021-04-25 13:09:58 +03:00
Azat Khuzhin
a4036a8199 Correctly stop ParallelFormattingOutputFormat from StorageS3BlockOutputStream 2021-04-25 12:49:57 +03:00
Azat Khuzhin
18575c4433 Avoid flushing of BlockOutputStream from destructor
That may lead to uncaught exception [1].

  [1]: https://github.com/ClickHouse/ClickHouse/pull/21624#issuecomment-808066747

v0: New method BlockOutputStream::finalize() -- bad (forgot some places
    and superfluous)
v2: Flush BlockOutputStream in QueryStatus::releaseQueryStreams()
    Safer query termination (report some uncaugh errors to user)
v3: Flush BlockOutputStream from TCPHandler only
    Other places uses different executeQuery() implementation
v4: Do not call writeSuffix() twice
2021-04-25 12:49:44 +03:00
Azat Khuzhin
0d6f9c0816 Add a test for writeSuffix() via Memory engine 2021-04-25 12:47:30 +03:00
Azat Khuzhin
6ebe4e7dbb Do not silently catch errors for writing to S3 2021-04-25 12:47:30 +03:00
adevyatova
aa1c92f32c update 2021-04-25 08:11:19 +00:00
alexey-milovidov
e20a6e0f96
Update 01641_memory_tracking_insert_optimize_long.sql 2021-04-25 11:05:59 +03:00
adevyatova
fedb9f40fa update 2021-04-25 07:47:21 +00:00
Anna
97bd1b1751
Update docs/ru/sql-reference/functions/date-time-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:36:09 +03:00
Anna
38308eccca
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:36:01 +03:00
Anna
2bc261dcee
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:35:56 +03:00
Anna
89f2434d14
Update docs/en/sql-reference/functions/date-time-functions.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-04-25 10:35:16 +03:00
alexey-milovidov
45cb3d0674
Merge pull request #23603 from ClickHouse/limit-gcc
Add warning about gcc usage
2021-04-25 10:34:45 +03:00
alexey-milovidov
4fd56ef472
Merge pull request #23616 from ClickHouse/tsan-segfault-shutdown
Fix segfault in TSan on _exit
2021-04-25 10:33:34 +03:00
alexey-milovidov
9d0d1b9d30
Merge pull request #23618 from ClickHouse/remove-pbuilder
Remove pbuilder
2021-04-25 10:32:44 +03:00
Azat Khuzhin
7a8da84eee Respect lock_acquire_timeout_for_background_operations for OPTIMIZE 2021-04-25 10:12:15 +03:00
mergify[bot]
68ee3ff70e
Merge branch 'master' into limit-gcc 2021-04-25 05:01:45 +00:00
alexey-milovidov
3cf18d8a5f
Merge pull request #23610 from ClickHouse/bad-like
Fix error in LIKE (found by SQLancer)
2021-04-25 08:01:07 +03:00
mergify[bot]
0b060820ec
Merge branch 'master' into skip-catboost-msan 2021-04-25 05:00:18 +00:00
mergify[bot]
8979aab23d
Merge branch 'master' into tsan-segfault-shutdown 2021-04-25 05:00:02 +00:00
mergify[bot]
67f1cd1f6d
Merge branch 'master' into grpc-fix-msan 2021-04-25 04:59:55 +00:00
Alexey Milovidov
5ae547a61a Remove pbuilder 2021-04-25 06:32:15 +03:00
alexey-milovidov
6beb2b9322
Merge pull request #23602 from ClickHouse/always-on-asynchronous-unwind-tables
Always enable asynchronous-unwind-tables
2021-04-25 06:27:53 +03:00
Alexey Milovidov
301d75dcbe Fix bad test 01641_memory_tracking_insert_optimize_long 2021-04-25 06:24:39 +03:00
Alexey Milovidov
1c2d16f608 Fix build 2021-04-25 06:11:54 +03:00
alexey-milovidov
657a76d81c
Update cluster.py 2021-04-25 06:09:42 +03:00
Alexey Milovidov
cdef8f33d8 Fix segfault in TSan on _exit 2021-04-25 06:06:38 +03:00
alexey-milovidov
69118cb4ca
Merge pull request #23604 from ClickHouse/remove-garbage-from-cmakelists-2
Remove garbage from CMakeLists (2)
2021-04-25 05:51:21 +03:00
alexey-milovidov
109163022e
Merge pull request #23606 from ClickHouse/debian-remove-useless-file
Remove useless file
2021-04-25 05:51:12 +03:00
alexey-milovidov
bd70aabf5c
Merge pull request #23605 from ClickHouse/cleanup-release
Remove rotten parts of release script
2021-04-25 05:51:02 +03:00
Alexey Milovidov
99272a325f Fix MSan report in GRPC 2021-04-25 05:48:49 +03:00
Alexey Milovidov
5558a224b0 Skip CatBoost tests under MSan 2021-04-25 05:25:46 +03:00
alexey-milovidov
3f0cf7b995
Merge pull request #23601 from ClickHouse/cleanup-rocksdb-cmake
Remove some garbage from RocksDB CMakeLists
2021-04-25 04:12:11 +03:00
alexey-milovidov
a0df2f64a7
Merge branch 'master' into cleanup-rocksdb-cmake 2021-04-25 04:11:50 +03:00
alexey-milovidov
1c472b014d
Merge pull request #23517 from azat/flaky-tests-v21.6
Fix function tests flaps
2021-04-25 04:08:49 +03:00
alexey-milovidov
6191f30892
Merge pull request #23595 from azat/fuzzer-tupleElement-formatting
Fix inconsistent formatting for tupleElement (for fuzzer)
2021-04-25 04:03:39 +03:00
Alexey Milovidov
263378bb20 Fix error in LIKE (found by SQLancer) 2021-04-25 03:58:44 +03:00
Alexey Milovidov
84a686dcda Update CI config 2021-04-25 03:34:35 +03:00
alexey-milovidov
601108fb1c
Merge pull request #23552 from filimonov/fix_stop_command
Fix restart / stop command hanging.
2021-04-25 02:42:31 +03:00
Alexey Milovidov
2450fa1958 Minor adjustments 2021-04-25 02:42:18 +03:00
Alexey Milovidov
f2d67dd207 Merge branch 'master' into fix_stop_command 2021-04-25 02:39:39 +03:00