Kruglov Pavel
0beca0336d
Merge pull request #49112 from ClickHouse/Avogar-patch-3
...
Fix possible terminate called for uncaught exception in some places
2023-05-31 16:55:43 +02:00
Kseniia Sumarokova
a0480daef3
Update waitServersToFinish.h
2023-05-20 12:43:24 +02:00
kssenii
0eab528f9f
Move common code
2023-05-19 16:23:56 +02:00
Alexey Milovidov
5a44dc26e7
Fixes for clang-17
2023-05-13 02:57:31 +02:00
Sema Checherinda
8470aa8fbb
Merge branch 'master' into convertations_to_timespan
2023-05-11 08:24:40 +02:00
Sema Checherinda
f2ad1122a1
fix convertation
2023-05-10 17:50:42 +00:00
Kseniia Sumarokova
336bb41c5d
Merge branch 'master' into remove-dependency-from-context
2023-05-08 12:46:10 +02:00
Dmitry Novik
2536dfad3a
Fix build
2023-05-05 18:21:25 +00:00
Dmitry Novik
951bef4fd2
Fixmemory counting in TCPHandler
2023-05-05 15:10:50 +00:00
kssenii
ecfbf1e304
Remove dependency from DB::Context in readers
2023-05-02 21:45:27 +02:00
Kruglov Pavel
c693c1bd17
Fix style
2023-04-24 19:07:30 +02:00
Kruglov Pavel
bc0c431eb7
Fix possible terminate called for uncaught exception in InterserverIOHTTPHandler::handleRequest
2023-04-24 17:03:48 +02:00
Alexey Milovidov
ded4b17d2c
Merge pull request #48989 from evillique/fix-ssl
...
Add fallback to password auth after failed SSL auth
2023-04-21 21:42:59 +03:00
Nikolay Degterinsky
fb3c0f05df
Add test
2023-04-21 14:22:14 +00:00
Nikolay Degterinsky
83f342e94a
Fallback to password auth after failed SSL auth
2023-04-20 20:02:05 +00:00
Vladimir C
61635eb2d3
Update TemporaryDataOnDisk::createRawStream
2023-04-19 16:44:21 +02:00
vdimir
be0f424d1b
Fix gtest_cascade_and_memory_write_buffer
2023-04-19 16:44:21 +02:00
vdimir
92d0d9d4ff
Http temporary buffer integration with fs cache
2023-04-19 16:44:21 +02:00
Alexander Tokmakov
cad0a5f493
fix a confusing warning about interserver mode
2023-04-14 19:46:44 +02:00
Robert Schulze
f41354ccd6
Merge pull request #48671 from ClickHouse/rs/gcc-removal
...
Remove GCC remainders
2023-04-13 10:15:35 +02:00
Robert Schulze
53d0f76762
Fix fasttest
2023-04-12 08:31:13 +00:00
Azat Khuzhin
1d9a785b9b
Add missing includes (due to removing ThreadPool.h from PipelineExecutor.h)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-11 20:45:46 +02:00
Robert Schulze
05606a8835
Clean up GCC warning pragmas
2023-04-11 18:21:08 +00:00
Azat Khuzhin
79b83c4fd2
Remove superfluous includes of logger_userful.h from headers
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-10 17:59:30 +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
vdimir
01ce3baf0f
Rename Context::getTemporaryVolume to getGlobalTemporaryVolume
2023-04-05 13:42:13 +00:00
Alexander Tokmakov
1e4ae7a3f2
Merge pull request #48314 from azat/build/strong-typedefs
...
Fix ThreadPool for DistributedSink and use StrongTypedef for CurrentMetrics/ProfileEvents/StatusInfo to avoid further errors
2023-04-02 14:57:33 +03:00
Alexander Tokmakov
230adac9f6
fixes
2023-04-01 18:23:59 +02:00
Azat Khuzhin
c64f9e6f07
Use StrongTypedef for ProfileEvents
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-01 16:01:33 +02:00
Robert Schulze
eb93ec35f5
Merge pull request #48154 from azat/varuint-v2
...
Add sanity checks for writing number in variable length format (resubmit)
2023-03-31 10:59:21 +02:00
Nikolai Kochetov
a8a28bdf3d
Merge branch 'master' into rename-setting-stop_reading_on_first_cancel
2023-03-30 16:07:14 +02:00
Nikolai Kochetov
f870e6f7a9
Rename setting stop_reading_on_first_cancel to partial_result_on_first_cancel.
2023-03-30 14:00:44 +00:00
Robert Schulze
d24d1b48df
Merge branch 'master' into varuint-v2
2023-03-30 10:24:58 +02:00
Frank Chen
87d235e842
Some improvements about names of span logs ( #47667 )
2023-03-29 16:28:36 +02:00
Azat Khuzhin
9457b1cc46
Use VAR_UINT_MAX for unknown_packet_in_send_data
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-29 11:02:33 +02:00
Alexander Tokmakov
ef57253518
Merge pull request #47950 from ClickHouse/fix_http_warning
...
Set content-length for empty POST requests
2023-03-24 04:19:04 +03:00
Alexander Tokmakov
9bf4f0108e
set content-length for empty POST requests
2023-03-23 18:02:31 +01:00
Nikolai Kochetov
0f01725d8b
Merge pull request #45689 from alexX512/master
...
Add an option to show the partial result on query cancellation
2023-03-23 17:34:15 +01:00
Alexander Tokmakov
89c43bec3e
Update HTTPServerRequest.cpp
2023-03-22 23:56:42 +03:00
Alexander Tokmakov
ef647d602b
Update HTTPServerRequest.cpp
2023-03-22 21:43:23 +03:00
Azat Khuzhin
d45d55969a
Improve empty query detection for PostgreSQL (for pgx golang driver)
...
From PostgreSQL documentation [1]:
If a completely empty (no contents other than whitespace) query string
is received, the response is EmptyQueryResponse followed by
ReadyForQuery.
[1]: https://www.postgresql.org/docs/current/protocol-flow.html
So without it it will try to process the query and send "Empty query"
instead, that's why it is important.
Refs: 9ae852eb58/conn.go (L388)
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-03-21 17:48:55 +02:00
Robert Schulze
4eeab9fd25
Revert "Add sanity checks for writing number in variable length format"
2023-03-21 14:24:53 +01:00
robot-ch-test-poll3
01df1008bb
Merge pull request #47608 from azat/varuint
...
Add sanity checks for writing number in variable length format
2023-03-21 11:14:41 +01:00
Sergei Trifonov
273770519b
Merge branch 'master' into master
2023-03-20 18:28:10 +01:00
Sema Checherinda
0b641fcead
Merge pull request #47564 from CheSema/remove-redundant
...
remove counters for threads, fix negative counters
2023-03-18 02:23:52 +01:00
Nikolay Degterinsky
7fb171f84d
Merge pull request #47596 from evillique/native-client-ssl
...
Add SSL User Certificate authentication to the native protocol
2023-03-17 21:27:58 +01:00
alexX512
023c0ba46e
Fix comments
2023-03-17 20:05:10 +00:00
Alexey Perevyshin
2c6534f5c8
Merge branch 'master' into master
2023-03-16 23:57:36 +04:00
alexX512
6ea522adee
Style fix
2023-03-16 14:23:17 +00:00
alexX512
cf75dd2595
Remove sleep_in_receive_cancel
2023-03-16 04:39:11 +00:00