alexey-milovidov
|
ac53d30e53
|
Merge pull request #22146 from azat/writers-uncaught-exceptions
Fix uncaught exception in InterserverIOHTTPHandler
|
2021-03-26 17:23:09 +03:00 |
|
Alexander Kuzmenkov
|
a455762933
|
Merge pull request #22117 from ucasFL/useless-code
remove useless code
|
2021-03-26 17:18:14 +03:00 |
|
tavplubix
|
d9ec4090d2
|
Merge pull request #21936 from abyss7/html-form-fix
Fix issues with HTMLForm::MultipartReadBuffer and PeekableReadBuffer
|
2021-03-26 15:35:34 +03:00 |
|
Ilya Yatsishin
|
508234dc5f
|
Merge pull request #22153 from ClickHouse/pyyaml-update
Update requirements.txt
|
2021-03-26 13:06:06 +03:00 |
|
Alexander Kuzmenkov
|
a5fb5a7183
|
Merge pull request #22148 from ClickHouse/aku/perf-thresholds
adjust perf test thresholds
|
2021-03-26 12:59:20 +03:00 |
|
tavplubix
|
ae62bee939
|
Merge pull request #21913 from ClickHouse/fix_context_ref
Fix possibly dangling reference to Context
|
2021-03-26 10:39:13 +03:00 |
|
tavplubix
|
fa930d49c4
|
Update gtest_peekable_read_buffer.cpp
|
2021-03-26 10:29:58 +03:00 |
|
Ilya Yatsishin
|
3107920f31
|
Update requirements.txt
|
2021-03-26 09:43:33 +03:00 |
|
alexey-milovidov
|
40a99b7431
|
Merge pull request #21492 from azat/client-fix-highlight-multiline-comment
Fix heap-buffer-overflow in highlighting multi-line comments
|
2021-03-26 02:48:21 +03:00 |
|
alexey-milovidov
|
f1efa33571
|
Merge branch 'master' into client-fix-highlight-multiline-comment
|
2021-03-26 02:40:11 +03:00 |
|
alexey-milovidov
|
0e42060523
|
Merge pull request #22114 from ucasFL/bar
Fix bar with invalid float value
|
2021-03-26 02:36:02 +03:00 |
|
alexey-milovidov
|
ddbd95be2d
|
Suggestion from @l1tsolaiki
|
2021-03-26 01:55:42 +03:00 |
|
Alexander Kuzmenkov
|
f3ca9db832
|
forgot abs()
|
2021-03-26 01:00:06 +03:00 |
|
Alexander Kuzmenkov
|
a12cc5f559
|
adjust perf test thresholds
|
2021-03-26 00:00:18 +03:00 |
|
Azat Khuzhin
|
50003e496a
|
Use existing logger for logging from WriteBufferFromS3 dtor
|
2021-03-25 23:41:03 +03:00 |
|
Azat Khuzhin
|
e1de960025
|
Fix uncaught exception in InterserverIOHTTPHandler
There was one more uncaught exception case [1]:
2021.03.19 18:11:00.845632 [ 17469 ] {} <Debug> InterserverIOHTTPHandler: Done processing query
...
2021.03.19 18:11:31.698961 [ 80145 ] {} <Fatal> BaseDaemon: ########################################
2021.03.19 18:11:31.699903 [ 80145 ] {} <Fatal> BaseDaemon: (version 21.4.1.6293 (official build), build id: 859E400E1C65C4702FE491420741DD8B58190002) (from thread 17469) (no query) Received signal Aborted (6)
2021.03.19 18:11:32.614075 [ 80145 ] {} <Fatal> BaseDaemon: 8. ./obj-x86_64-linux-gnu/../contrib/libcxxabi/src/cxa_handlers.cpp:89: std::terminate() @ 0x21e9b3a2 in /usr/bin/clickhouse
2021.03.19 18:11:43.831215 [ 80145 ] {} <Fatal> BaseDaemon: 10. ./obj-x86_64-linux-gnu/../src/Server/HTTP/WriteBufferFromHTTPServerResponse.cpp:201: ? @ 0x1be77038 in /usr/bin/clickhouse
2021.03.19 18:11:44.743193 [ 80145 ] {} <Fatal> BaseDaemon: 11. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/memory:892: std::__1::allocator<DB::WriteBufferFromHTTPServerResponse>::destroy(DB::WriteBufferFromHTTPServerResponse*) @ 0x1bddd7c9 in /usr/bin/clickhouse
2021.03.19 18:11:45.283905 [ 80145 ] {} <Fatal> BaseDaemon: 12. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/__memory/allocator_traits.h:541: void std::__1::allocator_traits<std::__1::allocator<DB::WriteBufferFromHTTPServerResponse> >::__destroy<DB::WriteBufferFromHTTPServerResponse>(std::__1::integral_constant<bool, true>, std::__1::allocator<DB::WriteBufferFromHTTPServerResponse>&, DB::WriteBufferFromHTTPServerResponse*) @ 0x1bddd79d in /usr/bin/clickhouse
2021.03.19 18:11:45.805233 [ 80145 ] {} <Fatal> BaseDaemon: 13. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/__memory/allocator_traits.h:487: void std::__1::allocator_traits<std::__1::allocator<DB::WriteBufferFromHTTPServerResponse> >::destroy<DB::WriteBufferFromHTTPServerResponse>(std::__1::allocator<DB::WriteBufferFromHTTPServerResponse>&, DB::WriteBufferFromHTTPServerResponse*) @ 0x1bddd76d in /usr/bin/clickhouse
2021.03.19 18:11:46.351371 [ 80145 ] {} <Fatal> BaseDaemon: 14. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/memory:2611: std::__1::__shared_ptr_emplace<DB::WriteBufferFromHTTPServerResponse, std::__1::allocator<DB::WriteBufferFromHTTPServerResponse> >::__on_zero_shared() @ 0x1bddd525 in /usr/bin/clickhouse
2021.03.19 18:11:46.579263 [ 80145 ] {} <Fatal> BaseDaemon: 15. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/memory:2476: std::__1::__shared_count::__release_shared() @ 0x119490ed in /usr/bin/clickhouse
2021.03.19 18:11:46.790912 [ 80145 ] {} <Fatal> BaseDaemon: 16. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/memory:2517: std::__1::__shared_weak_count::__release_shared() @ 0x1194908f in /usr/bin/clickhouse
2021.03.19 18:11:47.277990 [ 80145 ] {} <Fatal> BaseDaemon: 17. ./obj-x86_64-linux-gnu/../contrib/libcxx/include/memory:3213: std::__1::shared_ptr<DB::WriteBufferFromHTTPServerResponse>::~shared_ptr() @ 0x1bdd75fc in /usr/bin/clickhouse
2021.03.19 18:11:47.649213 [ 80145 ] {} <Fatal> BaseDaemon: 18. ./obj-x86_64-linux-gnu/../src/Server/InterserverIOHTTPHandler.h:34: DB::InterserverIOHTTPHandler::Output::~Output() @ 0x1bdf6bd5 in /usr/bin/clickhouse
2021.03.19 18:11:47.921556 [ 80145 ] {} <Fatal> BaseDaemon: 19. ./obj-x86_64-linux-gnu/../src/Server/InterserverIOHTTPHandler.cpp:154: DB::InterserverIOHTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x1bdf653f in /usr/bin/clickhouse
[1]: https://clickhouse-test-reports.s3.yandex.net/0/78c56b891383288cf3a893139e796fc87476412e/stress_test_(debug).html
Since in case of no errors during processing we should call finalize, to
ensure that it will not be called from dtor.
Fixes: #22046
Fixes: #22067
|
2021-03-25 23:41:03 +03:00 |
|
Azat Khuzhin
|
48fe30e5a2
|
Add missing logging for exception in InterserverIOHTTPHandler
|
2021-03-25 23:41:03 +03:00 |
|
Alexander Kuzmenkov
|
0675f9403c
|
Merge pull request #21895 from ClickHouse/aku/laglead
float RANGE OFFSET and lag/lead_in_frame
|
2021-03-25 23:00:22 +03:00 |
|
Kruglov Pavel
|
8c6da972da
|
Merge pull request #22059 from sevirov/sevirov-DOCSUP-4916-add_orc_output_format
DOCSUP-4916: Add ORC output format
|
2021-03-25 22:13:37 +03:00 |
|
Dmitriy
|
a4aff546e9
|
Fix the title
Поправил название заголовка.
|
2021-03-25 22:05:26 +03:00 |
|
Maksim Kita
|
bbe1960eea
|
Merge pull request #21573 from kitaisreal/updated-cache-dictionary-storage
Added specialized CacheDictionaryStorage
|
2021-03-25 21:29:01 +03:00 |
|
Alexey Milovidov
|
177a017c5c
|
Minor modification #22115
|
2021-03-25 20:51:32 +03:00 |
|
Dmitriy
|
b179ae468c
|
Update formats.md
Внес небольшие правки в русскую версию.
|
2021-03-25 19:11:30 +03:00 |
|
Alexander Kuzmenkov
|
8ea697b7df
|
use camelCase
|
2021-03-25 18:49:45 +03:00 |
|
Kruglov Pavel
|
66b8431e71
|
Merge pull request #21429 from Avogar/secure-socket
Fix receive and send timeouts and non-blocking read in secure socket
|
2021-03-25 17:30:17 +03:00 |
|
feng lv
|
55ba4ec15e
|
Fix bar with invalid float value
fix
|
2021-03-25 13:28:07 +00:00 |
|
alexey-milovidov
|
e5b96bd93b
|
Merge pull request #22105 from amosbird/rp
Bump replxx
|
2021-03-25 16:04:13 +03:00 |
|
alexey-milovidov
|
9a9581f928
|
Merge pull request #22006 from ClickHouse/fix-ubsan-add-month
Fix UBSan report in addMonths
|
2021-03-25 16:03:25 +03:00 |
|
alexey-milovidov
|
f895bc895c
|
Merge pull request #22011 from ClickHouse/min_max_time_system_parts_datetime64
Expose DateTime64 minmax part index in system.parts and system.parts_columns
|
2021-03-25 16:02:33 +03:00 |
|
alexey-milovidov
|
52396acba1
|
Merge pull request #22064 from ClickHouse/fix-overflow-aes
Fix missing check in decrypt for AEAD mode
|
2021-03-25 16:01:44 +03:00 |
|
alexey-milovidov
|
cb6926629e
|
Merge pull request #22099 from ClickHouse/map-populate-series-ubsan
Fix UBSan report in mapPopulateSeries.
|
2021-03-25 16:00:21 +03:00 |
|
alexey-milovidov
|
37a4f3ab3a
|
Merge pull request #22063 from ClickHouse/tuple-null-in
Allow to search tuple of NULLs in a set
|
2021-03-25 15:59:41 +03:00 |
|
Anton Popov
|
f58d470dd6
|
Merge pull request #21830 from foolchi/optimize_select_with_final
optimize select final with prewhere primary key
|
2021-03-25 15:32:13 +03:00 |
|
feng lv
|
b7622868fc
|
remove useless code
|
2021-03-25 11:10:41 +00:00 |
|
Vitaly Baranov
|
f6f739eca5
|
Merge pull request #22027 from vitlibar/external-loader-small-simplification
Small simplification in ExternalLoader.
|
2021-03-25 13:43:31 +03:00 |
|
Vitaly Baranov
|
86a293d6c8
|
Merge pull request #22057 from vitlibar/update-simdjson
Update simdjson
|
2021-03-25 13:27:05 +03:00 |
|
Nikolai Kochetov
|
977ebe8b44
|
Merge pull request #22058 from azat/system.errors-trace
Convert system.errors.stack_trace from String into Array(UInt64)
|
2021-03-25 10:23:05 +03:00 |
|
Amos Bird
|
1bdf12b3f1
|
bump replxx
|
2021-03-25 10:44:10 +08:00 |
|
Dmitriy
|
d1f72f81f5
|
Translate to Russian
Перевел на русский язык.
|
2021-03-25 00:21:08 +03:00 |
|
alexey-milovidov
|
94dabbac60
|
Merge pull request #22001 from ClickHouse/timezone-of
Add function `timezoneOf` and fix inconsistencies
|
2021-03-24 23:15:22 +03:00 |
|
Alexey Milovidov
|
2d8e82f3d9
|
Add a test #22094
|
2021-03-24 23:12:58 +03:00 |
|
alexey-milovidov
|
b6a0f2f4ad
|
Merge pull request #22000 from ClickHouse/docker-add-tzdata
Add tzdata to Docker
|
2021-03-24 23:10:54 +03:00 |
|
Alexey Milovidov
|
c325ed65e2
|
Fix UBSan report in mapPopulateSeries
|
2021-03-24 23:10:15 +03:00 |
|
Alexey Milovidov
|
b610afe771
|
Another fix
|
2021-03-24 22:40:45 +03:00 |
|
Alexey Milovidov
|
f9b93e968b
|
Merge branch 'master' into fix-ubsan-add-month
|
2021-03-24 22:37:06 +03:00 |
|
alexey-milovidov
|
087be05dfd
|
Merge pull request #22062 from ClickHouse/datetime64-ubsan
Fix UBSan report in TransformDateTime64
|
2021-03-24 22:36:20 +03:00 |
|
Alexey Milovidov
|
6341b083fb
|
Add test to skip list
|
2021-03-24 22:35:22 +03:00 |
|
Maksim Kita
|
725c4f2544
|
Update 01774_tuple_null_in.sql
|
2021-03-24 22:20:50 +03:00 |
|
alexey-milovidov
|
ffa6585170
|
Merge pull request #21837 from Jokser/disk-cache-cleanup-directory-before-move
Cleanup destination directory during DiskCacheWrapper::moveFile()
|
2021-03-24 21:19:48 +03:00 |
|
Dmitriy
|
4786e8f2a8
|
Merge remote-tracking branch 'remotes/clickhouse/master' into sevirov-DOCSUP-4916-add_orc_output_format
|
2021-03-24 19:32:39 +03:00 |
|