mergify[bot]
|
7623af5513
|
Merge branch 'master' into getThreadName-cache
|
2021-09-08 23:28:42 +00:00 |
|
mergify[bot]
|
c02953b59a
|
Merge branch 'master' into reloadsymbolcache
|
2021-09-08 23:25:53 +00:00 |
|
alexey-milovidov
|
3e65fa1a10
|
Merge pull request #28747 from ClickHouse/changelog_21_9_draft
Changelog 21.9 (draft)
|
2021-09-09 00:34:58 +03:00 |
|
alexey-milovidov
|
4a6fcf80de
|
Update CHANGELOG.md
|
2021-09-09 00:34:45 +03:00 |
|
Nikita Mikhaylov
|
f12504b002
|
Fix stupid race
|
2021-09-08 20:30:54 +00:00 |
|
alexey-milovidov
|
8588e4d9bb
|
Merge pull request #28708 from azat/detach_not_byte_identical_parts
Implement detach_not_byte_identical_parts
|
2021-09-08 22:12:52 +03:00 |
|
alexey-milovidov
|
3bd2d6b98d
|
Merge pull request #28736 from ucasfl/build
reduce debug build binary size by clang optimazition
|
2021-09-08 21:44:35 +03:00 |
|
feng lv
|
40df3e6c7b
|
reduce debug build binary size by clang optimazition
|
2021-09-08 19:52:49 +00:00 |
|
Anton Popov
|
9816014f6c
|
fix nested and scalar columns with dot, which is missed in part
|
2021-09-08 21:42:34 +03:00 |
|
alexey-milovidov
|
697eb7a6c0
|
Merge pull request #28755 from den-crane/patch-26
Doc. How to install specific version of ClickHouse
|
2021-09-08 21:42:29 +03:00 |
|
alexey-milovidov
|
6291ac4bbb
|
Update install.md
|
2021-09-08 21:42:22 +03:00 |
|
alexey-milovidov
|
2819fc4e2a
|
Update install.md
|
2021-09-08 21:42:10 +03:00 |
|
alexey-milovidov
|
821704192b
|
Update install.md
|
2021-09-08 21:41:27 +03:00 |
|
alexey-milovidov
|
ba4effd69a
|
Update install.md
|
2021-09-08 21:41:11 +03:00 |
|
Azat Khuzhin
|
df414ae71c
|
Fix uncaught exception during server termination
Example of a stacktrace:
<details>
```
[ 47463 ] {} <Trace> BaseDaemon: Received signal 15
[ 47463 ] {} <Information> Application: Received termination signal (Terminated)
[ 47462 ] {} <Debug> Application: Received termination signal.
[ 47462 ] {} <Debug> Application: Waiting for current connections to close.
[ 47463 ] {} <Trace> BaseDaemon: Received signal 15
[ 47463 ] {} <Information> Application: Received termination signal (Terminated)
...
[ 47463 ] {} <Trace> BaseDaemon: Received signal -1
[ 47463 ] {} <Fatal> BaseDaemon: (version 21.9.1.1, build id: 63945F58FC2C28ED) (from thread 47462) Terminate called for uncaught exception:
[ 47463 ] {} <Fatal> BaseDaemon: Code: 210. DB::NetException: Connection reset by peer, while writing to socket (10.7.141.42:9000). (NETWORK_ERROR), Stack trace (when copying this message, always include the lines below):
[ 47463 ] {} <Fatal> BaseDaemon:
[ 47463 ] {} <Fatal> BaseDaemon: 0. DB::Exception::Exception(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int, bool) @ 0x94ca99a in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 1. DB::WriteBufferFromPocoSocket::nextImpl() @ 0x10676a3b in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 2. DB::Connection::sendCancel() @ 0x11554701 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 3. DB::MultiplexedConnections::sendCancel() @ 0x1157e766 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 4. DB::RemoteQueryExecutor::tryCancel(char const*, std::__1::unique_ptr<DB::RemoteQueryExecutorReadContext, std::__1::default_delete<DB::RemoteQueryExecutorReadContext> >*) @ 0x10392000 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 5. DB::PipelineExecutor::cancel() @ 0x11697ffe in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 6. DB::QueryStatus::cancelQuery(bool) @ 0x10c19fc8 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 7. DB::ProcessList::killAllQueries() @ 0x10c1a6ae in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 8. basic_scope_guard<DB::Server::main(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&)::$_18>::~basic_scope_guard() @ 0x95587ad in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 9. DB::Server::main(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 0x95528a2 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 10. Poco::Util::Application::run() @ 0x141e85a3 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 11. DB::Server::run() @ 0x9541dac in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 12. mainEntryClickHouseServer(int, char**) @ 0x9540153 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 13. main @ 0x94c569e in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: 14. __libc_start_main @ 0x26d0a in /usr/lib/x86_64-linux-gnu/libc-2.31.so
[ 47463 ] {} <Fatal> BaseDaemon: 15. _start @ 0x9490a2a in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 47463 ] {} <Fatal> BaseDaemon: (version 21.9.1.1)
[ 47463 ] {} <Trace> BaseDaemon: Received signal 6
[ 11858 ] {} <Fatal> BaseDaemon: ########################################
[ 11858 ] {} <Fatal> BaseDaemon: (version 21.9.1.1, build id: 63945F58FC2C28ED) (from thread 47462) (no query) Received signal Aborted (6)
[ 11858 ] {} <Fatal> BaseDaemon:
[ 11858 ] {} <Fatal> BaseDaemon: Stack trace: 0x7ff04c196ce1 0x7ff04c180537 0xff91f28 0x163304e3 0x1633044c 0x94c60cb 0x10c1a135 0x10c1a6ae 0x95587ad 0x95528a2 0x141e85a3 0x9541dac 0x9540153 0x94c569e 0x7ff04c181d0a 0x9490a2a
[ 11858 ] {} <Fatal> BaseDaemon: 1. raise @ 0x3bce1 in /usr/lib/x86_64-linux-gnu/libc-2.31.so
[ 11858 ] {} <Fatal> BaseDaemon: 2. abort @ 0x25537 in /usr/lib/x86_64-linux-gnu/libc-2.31.so
[ 11858 ] {} <Fatal> BaseDaemon: 3. terminate_handler() @ 0xff91f28 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 4. std::__terminate(void (*)()) @ 0x163304e3 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 5. std::terminate() @ 0x1633044c in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 6. ? @ 0x94c60cb in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 7. ? @ 0x10c1a135 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 8. DB::ProcessList::killAllQueries() @ 0x10c1a6ae in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 9. basic_scope_guard<DB::Server::main(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&)::$_18>::~basic_scope_guard() @ 0x95587ad in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 10. DB::Server::main(std::__1::vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > const&) @ 0x95528a2 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 11. Poco::Util::Application::run() @ 0x141e85a3 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 12. DB::Server::run() @ 0x9541dac in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 13. mainEntryClickHouseServer(int, char**) @ 0x9540153 in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 14. main @ 0x94c569e in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
[ 11858 ] {} <Fatal> BaseDaemon: 15. __libc_start_main @ 0x26d0a in /usr/lib/x86_64-linux-gnu/libc-2.31.so
[ 11858 ] {} <Fatal> BaseDaemon: 16. _start @ 0x9490a2a in /usr/lib/debug/.build-id/63/945f58fc2c28ed.debug
```
</details>
|
2021-09-08 21:10:34 +03:00 |
|
Nikita Mikhaylov
|
dcf7cb4a5c
|
Done
|
2021-09-08 17:33:40 +00:00 |
|
Kruglov Pavel
|
5ff689a5cd
|
Merge pull request #28666 from gyuton/gyuton-DOCSUP-14092-Document-the-settings-for-inserting-Nested
DOCSUP-14092: Documented the settings for inserting nested
|
2021-09-08 20:21:56 +03:00 |
|
Nikita Mikhaylov
|
1416b1ccba
|
Update MergeTreeBackgroundExecutor.cpp
|
2021-09-08 20:21:25 +03:00 |
|
George
|
a24186734e
|
minor changes
|
2021-09-08 20:14:25 +03:00 |
|
George
|
43850b51d7
|
Small fix
|
2021-09-08 19:40:47 +03:00 |
|
George
|
5ab0f3ac28
|
Updated docs
|
2021-09-08 19:38:59 +03:00 |
|
Nikita Mikhaylov
|
dae9a01b4b
|
Fix build
|
2021-09-08 16:13:32 +00:00 |
|
Denny Crane
|
afb860c18a
|
Update install.md
|
2021-09-08 12:22:05 -03:00 |
|
Denny Crane
|
27ec8bd194
|
Update install.md
|
2021-09-08 12:09:18 -03:00 |
|
Denny Crane
|
06eca1cbc0
|
Update install.md
|
2021-09-08 12:06:24 -03:00 |
|
Nikita Mikhaylov
|
107710e618
|
save
|
2021-09-08 15:06:15 +00:00 |
|
mergify[bot]
|
e9feb9f880
|
Merge branch 'master' into make_mysqlxx_pool_backward_compatible
|
2021-09-08 14:55:57 +00:00 |
|
mergify[bot]
|
6549587bc0
|
Merge branch 'master' into move_docker_images_to_separate_repo
|
2021-09-08 14:43:43 +00:00 |
|
alesapin
|
f2c9d94faa
|
Changelog 21.9 (draft)
|
2021-09-08 16:37:32 +03:00 |
|
mergify[bot]
|
64fb384656
|
Merge branch 'master' into global-merge-executor
|
2021-09-08 13:15:38 +00:00 |
|
Nikita Mikhaylov
|
2b59fbacd3
|
Update tests/integration/test_MemoryTracking/test.py
|
2021-09-08 16:14:00 +03:00 |
|
Nikita Mikhaylov
|
3b7fa06540
|
Review fixes
|
2021-09-08 12:42:03 +00:00 |
|
alesapin
|
f8a6dfb0c4
|
Fix race on mutation_pointer update
|
2021-09-08 14:37:16 +03:00 |
|
George
|
3a94928911
|
translated to Russian
|
2021-09-08 13:40:43 +03:00 |
|
Anton Popov
|
5d33baab5f
|
Merge pull request #28658 from CurtizJ/fix-or-to-in
Fix optimization of disjunctions chain in distributed queries
|
2021-09-08 13:26:45 +03:00 |
|
gyuton
|
5588853893
|
Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
|
2021-09-08 13:25:06 +03:00 |
|
Dmitrii Kovalkov
|
b073d5a4b4
|
Default argument for Pool.get()
|
2021-09-08 13:11:38 +03:00 |
|
alesapin
|
b8cfad4ba2
|
Renames for testflows
|
2021-09-08 13:06:03 +03:00 |
|
alesapin
|
3f11cbd31b
|
Rename more images
|
2021-09-08 13:03:54 +03:00 |
|
alesapin
|
ca8d478575
|
Merge branch 'move_docker_images_to_separate_repo' of github.com:ClickHouse/ClickHouse into move_docker_images_to_separate_repo
|
2021-09-08 12:59:43 +03:00 |
|
alesapin
|
cbbc5b2ee5
|
Fix some broken images
|
2021-09-08 12:58:17 +03:00 |
|
alesapin
|
bdd26f2a19
|
Merge branch 'master' into move_docker_images_to_separate_repo
|
2021-09-08 12:36:36 +03:00 |
|
Nikita Mikhaylov
|
ed37a22c37
|
Delete debug print
|
2021-09-08 09:35:18 +00:00 |
|
alesapin
|
3b9dae8718
|
Merge pull request #28616 from ClickHouse/qoega-try-llvm-12
Merging #20495
|
2021-09-08 11:43:46 +03:00 |
|
Nikolai Kochetov
|
0a1c3d701f
|
Merge pull request #28717 from DimasKovas/fix_arcadia_build_2021_09_08
Regenerate ya.make
|
2021-09-08 11:13:32 +03:00 |
|
Vladimir C
|
70fbc85768
|
Merge pull request #28686 from ljcui/distributed_coredump
Fix coredump in creating distributed table
|
2021-09-08 10:52:56 +03:00 |
|
Azat Khuzhin
|
e5d7791f87
|
Fix test_MemoryTracking integration test flakiness
|
2021-09-08 09:36:51 +03:00 |
|
Dmitrii Kovalkov
|
5e133a3cc6
|
Run generate-ya-make.sh
|
2021-09-08 07:58:22 +03:00 |
|
Olga Revyakina
|
a62c428291
|
Translated and minor fixes
|
2021-09-08 05:52:17 +03:00 |
|
Olga Revyakina
|
cd038979d4
|
Initial (en)
|
2021-09-08 05:32:02 +03:00 |
|