alesapin
e7f792c94d
Fix typos
2021-02-20 14:28:39 +03:00
alesapin
89dd15a91d
Checksum for header and logging, better names
2021-02-20 14:04:38 +03:00
alesapin
c61769311e
Merge branch 'master' into persistent_nukeeper_log_storage
2021-02-20 10:22:22 +03:00
alesapin
a860e3e758
Merge pull request #20864 from azat/fasttest-backtrace-on-failure
...
Improve backtrace catching on server failures in CI for fast-tests
2021-02-20 10:20:56 +03:00
alexey-milovidov
b4196c8e68
Merge pull request #20168 from ClickHouse/in-memory-compression
...
Compression for Memory tables
2021-02-20 09:49:37 +03:00
alexey-milovidov
4390cb3d73
Update config.xml
2021-02-20 09:49:02 +03:00
alexey-milovidov
59673ef9ae
Merge pull request #20989 from azat/PIPE_BUF-terminate_handler
...
Increase buffer for uncaught exception / std::terminate
2021-02-20 09:10:30 +03:00
alexey-milovidov
e8583ddfe2
Update BaseDaemon.cpp
2021-02-20 09:10:15 +03:00
Anton Popov
6ca51c2b8d
Merge pull request #20450 from lehasm/alexey-sm-DOCSUP-5974-document-decodeXMLComponent
...
DOCSUP-5974: documented decodeXMLComponent function
2021-02-20 03:03:18 +03:00
Maksim Kita
131fdb4507
Merge pull request #20958 from ClickHouse/fix-eintr-for-epoll-wait
...
Check for EINTR in epoll_wait
2021-02-20 00:28:19 +03:00
Azat Khuzhin
7474a7e3ca
Increase buffer for uncaught exception / std::terminate
...
Use PIPE_BUF over some magic number 1024 in terminate_handler, since
according to pipe(7):
PIPE_BUF
POSIX.1 says that write(2)s of less than PIPE_BUF bytes must be atomic
Also note that 1024, is too small, especially for C++ stacktraces (and
especially for debug builds, that contains lots of non-inlined helpers
for various ptrs).
2021-02-19 22:45:06 +03:00
alesapin
7ee72dfd0c
Missed tests
2021-02-19 22:24:20 +03:00
alexey-milovidov
a78523cf01
Merge pull request #20208 from vzakaznikov/ldap_docs
...
Adding documentation on how to use LDAP server as external user authenticator or directory
2021-02-19 20:56:01 +03:00
alexey-milovidov
2299930c31
Merge pull request #20545 from kssenii/rabbit-format-settings
...
rabbitmq: add missing format factory settings
2021-02-19 20:24:17 +03:00
alexey-milovidov
91de5628f0
Merge pull request #20866 from CurtizJ/fix-distinct-state
...
Fix usage of 'distinct' combinator with 'state' combinator
2021-02-19 20:22:53 +03:00
tavplubix
3509fe88d8
Merge pull request #20878 from ClickHouse/fix_18926
...
Fix COM_FIELD_LIST response in MySQL protocol
2021-02-19 19:25:54 +03:00
alesapin
ad374ec095
Rename file
2021-02-19 19:05:26 +03:00
alesapin
12d05c2792
Better startup
2021-02-19 17:47:53 +03:00
alexey-milovidov
ceacae4ee4
Merge pull request #20462 from azat/stress-backtrace-on-failure
...
Improve backtrace catching on server failures in CI for stress tests
2021-02-19 17:33:29 +03:00
alesapin
068c9cfbf7
Fix logs level
2021-02-19 17:13:29 +03:00
alesapin
ea27c3ca32
Add gdb to fasttest image
2021-02-19 16:41:46 +03:00
alesapin
bebc66b0ca
Merge pull request #20960 from kssenii/fixed-aerospike-version
...
Fix push to dockerhub
2021-02-19 16:22:24 +03:00
alesapin
5c9420c077
More correct epoll usage
2021-02-19 15:56:51 +03:00
Ivan
414f470c79
Make Poco HTTP Server zero-copy again ( #19516 )
...
* Refactoring: part 1
* Refactoring: part 2
* Handle request using ReadBuffer interface
* Struggles with ReadBuffer's
* Fix URI parsing
* Implement parsing of multipart/form-data
* Check HTTP_LENGTH_REQUIRED before eof() or will hang
* Fix HTTPChunkedReadBuffer
* Fix build and style
* Fix test
* Resist double-eof
* Fix arcadian build
2021-02-19 15:51:26 +03:00
Maksim Kita
71c65b5d82
Merge pull request #20611 from kitaisreal/rename-untyped-function-reinterpret-as
...
Rename untyped function reinterpretAs into reinterpret
2021-02-19 14:35:00 +03:00
alesapin
3d954c4314
Better request/response logic
2021-02-19 14:06:17 +03:00
kssenii
1c5b10de41
Use fixed version for aerospike
2021-02-19 10:42:25 +00:00
alesapin
6c9322bb2e
Sane constant while reading requests
2021-02-19 12:57:39 +03:00
Maksim Kita
5bbd6f7480
Fixed documentation
2021-02-19 12:37:00 +03:00
alesapin
86a74ca6b5
Fix size deserialization
2021-02-19 12:24:50 +03:00
Nikolai Kochetov
ed4697cffc
Fix timeout in epoll_wait for RemoteQueryExecutorReadContext
2021-02-19 12:20:24 +03:00
Nikolai Kochetov
d438d7e390
Fix timeout in epoll_wait for PollingQueue
2021-02-19 12:07:34 +03:00
Alexey Milovidov
39f07d62a4
Disable in-memory compression by default
2021-02-19 12:02:18 +03:00
Alexey Milovidov
a9d9a6d56f
Merge branch 'master' into in-memory-compression
2021-02-19 12:01:33 +03:00
Alexey Milovidov
8e8a81883e
Merge branch 'master' into in-memory-compression
2021-02-19 11:59:11 +03:00
Nikolai Kochetov
7d1119680e
Remove not needed file.
2021-02-19 11:52:33 +03:00
Nikolai Kochetov
b9d6df9618
Check for eintr in epoll_wait
2021-02-19 11:49:41 +03:00
alesapin
b72b13bab0
Better list performance
2021-02-19 10:25:55 +03:00
alesapin
88a6d4e206
Revert "Revert "Better list requests""
...
This reverts commit 839d6f7072
.
2021-02-19 10:05:52 +03:00
alexey-milovidov
4650dcdbb0
Merge pull request #20883 from azat/ccache-4.2
...
ccache 4.2+ does not requires any quirks for SOURCE_DATE_EPOCH
2021-02-19 09:59:17 +03:00
alesapin
839d6f7072
Revert "Better list requests"
...
This reverts commit ee98b2a472
.
2021-02-19 00:09:41 +03:00
alesapin
ee98b2a472
Better list requests
2021-02-19 00:03:16 +03:00
alesapin
e33710f95b
Merge branch 'master' into persistent_nukeeper_log_storage
2021-02-18 22:58:27 +03:00
Azat Khuzhin
865dca0b0d
ccache 4.2+ does not requires any quirks for SOURCE_DATE_EPOCH
...
And besides "ccache <some ccache options> compiler" does not work, since
it interpret everything as ccache options.
Refs: cad2416291
2021-02-18 22:39:44 +03:00
alesapin
0336764426
Fix tidy one more time
2021-02-18 18:51:16 +03:00
Alexander Tokmakov
1bad1e3a7c
fix dockerfile
2021-02-18 17:37:51 +03:00
Alexander Tokmakov
97f4c457ec
fix MySQL COMM_FIELD_LIST response
2021-02-18 16:27:51 +03:00
alesapin
45119fce4f
Merge pull request #20306 from bharatnc/ncb/docs-rename-column
...
Document ALTER RENAME Column
2021-02-18 15:46:28 +03:00
alesapin
1245710aed
Merge branch 'master' into persistent_nukeeper_log_storage
2021-02-18 15:27:01 +03:00
zlx19950903
c92e613b82
Add a function htmlOrXmlCoarseParse
to extract content from html or xml format string. ( #19600 )
...
* add html and xml coarse parse
* add test file
* add conditional check: hyperscan
* fix style error
* add conditional check
* bug fix
* delete unit
* typos check fix
* add unit test
* style check fix
* fix build error: case style
* acradis_skip test fix
* LINT error fix
* Remove comments
Co-authored-by: guojiantao <guojiantao15@mails.ucas.ac.cn>
Co-authored-by: Ivan <5627721+abyss7@users.noreply.github.com>
Co-authored-by: Ivan Lezhankin <ilezhankin@yandex-team.ru>
2021-02-18 15:05:55 +03:00