Maksim Kita
|
1b2ed51ff5
|
Merge pull request #21695 from azat/O_CLOEXEC-for-listen-sockets
Set SOCK_CLOEXEC for sockets (hardcoded via poco update)
|
2021-03-15 23:43:32 +03:00 |
|
Azat Khuzhin
|
092b0b49f0
|
Set SOCK_CLOEXEC for sockets (hardcoded via poco update)
Found this in [1]:
[Detaching after fork from child process 184152]
...
Cannot get server pid with {}, got {}: {} lsof -i tcp:9000 -s tcp:LISTEN -Fp | awk '/^p[0-9]+$/{print substr($0, 2)}' b'301\n184152\n' invalid literal for int() with base 10: b'301\n184152\n'
But the major idea is that parent process should not export any file
descriptors to childrens, otherwise this may create security and other
breaches (like extra pipe endpoints, ...)
[1]: https://clickhouse-test-reports.s3.yandex.net/21511/d7d9638ceb6bd702f34a88ee54f8f83197e90af5/stress_test_(address).html#fail1
Refs: https://github.com/ClickHouse-Extras/poco/pull/35
|
2021-03-13 13:00:16 +03:00 |
|
Alexey Milovidov
|
e8919c49fb
|
Merge branch 'master' into replace-memcpy
|
2021-03-13 09:39:58 +03:00 |
|
alexey-milovidov
|
494c6294b3
|
Merge pull request #21597 from qoega/fixes-clang-12-cmake-3.19
Prepare to use clang 12 and cmake 3.19
|
2021-03-11 23:45:53 +03:00 |
|
Denis Glazachev
|
290a6d273e
|
Add Kerberos support for authenticating existing users when accessing over HTTP
|
2021-03-11 23:41:10 +03:00 |
|
alesapin
|
b30a0c68da
|
Merge pull request #21593 from ClickHouse/enable_ipv6_in_nuraft
Enable ipv6 in NuRaft
|
2021-03-11 12:13:19 +03:00 |
|
Yatsishin Ilya
|
abbf4b01c2
|
Merge remote-tracking branch 'origin/master' into fixes-clang-12-cmake-3.19
|
2021-03-11 09:44:30 +03:00 |
|
Nikita Mikhaylov
|
39b59e86b0
|
Merge pull request #21456 from nikitamikhaylov/zookeeper-secure-race
Fix race in SecureSocket
|
2021-03-10 20:49:56 +03:00 |
|
alesapin
|
a9032215a6
|
Enable ipv6 in NuRaft
|
2021-03-10 16:38:15 +03:00 |
|
Yatsishin Ilya
|
f5758b8fbf
|
updated submodules to build with CMake 3.19
|
2021-03-10 11:36:07 +03:00 |
|
Maksim Kita
|
43ba554191
|
Merge pull request #20595 from kitaisreal/cache-dictionaries-lru-cache
Cache dictionaries lru cache
|
2021-03-09 19:14:30 +03:00 |
|
Nikita Mikhaylov
|
dfad6dca64
|
bump poco to merged PR
|
2021-03-09 16:24:53 +03:00 |
|
Nikita Mikhaylov
|
0a44cdc50c
|
bump poco
|
2021-03-09 16:24:53 +03:00 |
|
Nikita Mikhaylov
|
3acc4795ea
|
bump poco
|
2021-03-09 16:24:53 +03:00 |
|
Nikita Mikhaylov
|
2c6fe0ea69
|
add poco
|
2021-03-09 16:24:53 +03:00 |
|
Alexey Milovidov
|
e02de2355e
|
Remove useless files
|
2021-03-08 13:22:17 +03:00 |
|
Alexey Milovidov
|
da32a617b2
|
Merge branch 'jart-memcpy' into replace-memcpy
|
2021-03-08 12:15:49 +03:00 |
|
Alexey Milovidov
|
2c86bc4ea3
|
Addition to prev. revision
|
2021-03-08 10:00:54 +03:00 |
|
Alexey Milovidov
|
cc2837485f
|
Remove prefetch
|
2021-03-08 09:25:02 +03:00 |
|
Maksim Kita
|
ae88bbda5a
|
Updated CacheDictionary
|
2021-03-06 14:36:37 +03:00 |
|
Alexey Milovidov
|
680b0d1531
|
Merge branch 'master' into jart-memcpy
|
2021-03-03 20:11:38 +03:00 |
|
alesapin
|
eb5e416fd5
|
Merge branch 'master' into persistent_nukeeper_snapshot_storage
|
2021-03-03 19:19:02 +03:00 |
|
alesapin
|
e6f4ce1741
|
Better initial batch callback
|
2021-03-03 19:16:55 +03:00 |
|
alesapin
|
e77f7e57e2
|
Better initial batch callback
|
2021-03-03 19:13:29 +03:00 |
|
Alexey Milovidov
|
50c62c3b4c
|
Add memcpy implementation from @jart
|
2021-03-02 22:12:30 +03:00 |
|
Pavel Kruglov
|
153bfbfc28
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into hedged-requests
|
2021-03-02 11:59:32 +03:00 |
|
Pavel Kruglov
|
197058dc12
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into hedged-requests
|
2021-02-27 00:36:33 +03:00 |
|
kssenii
|
991718d459
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into brotli
|
2021-02-26 14:31:24 +00:00 |
|
kssenii
|
2b401cfa7c
|
Update brotli to a version with a recent origin fix: "encoder: fix rare access to uninitialized data in ring-buffer"
|
2021-02-26 11:50:01 +00:00 |
|
alesapin
|
cdaad3ad94
|
Fix server stop
|
2021-02-24 16:51:56 +03:00 |
|
alesapin
|
a1901383ae
|
Improve performance and fix condition variable wait
|
2021-02-24 14:54:14 +03:00 |
|
Pavel Kruglov
|
e08be0a9a1
|
Commit contrib change
|
2021-02-21 20:38:54 +03:00 |
|
alesapin
|
12d05c2792
|
Better startup
|
2021-02-19 17:47:53 +03:00 |
|
alesapin
|
786e687b2f
|
Trying to avoid unlimited wait
|
2021-02-08 14:01:50 +03:00 |
|
alesapin
|
d5ee7d33e9
|
Merge branch 'master' into in_memory_raft
|
2021-02-08 10:30:31 +03:00 |
|
Alexey Milovidov
|
375a9b4407
|
Fix build
|
2021-02-07 16:20:00 +03:00 |
|
alesapin
|
7b96ef61e8
|
Add logging if Poco cannot allocate thread in tcp server
|
2021-02-05 14:48:09 +03:00 |
|
alesapin
|
0aca40d8cb
|
Merge branch 'master' into in_memory_raft
|
2021-02-01 14:30:11 +03:00 |
|
alesapin
|
eb5c77f558
|
Fix some races and better reaction to leader change
|
2021-02-01 14:27:26 +03:00 |
|
alesapin
|
67412bd529
|
Don't accept connections if we don't see leader + race fix from upstream
|
2021-02-01 10:51:10 +03:00 |
|
alexey-milovidov
|
7567bb2e31
|
Merge pull request #19860 from ClickHouse/hyperscan-assert
Fix debug assertion in Hyperscan
|
2021-02-01 03:45:08 +03:00 |
|
Alexey Milovidov
|
e5736c4c8d
|
Fix debug assertion in Hyperscan
|
2021-01-31 07:23:07 +03:00 |
|
alesapin
|
6781c9f61d
|
One more fix
|
2021-01-29 15:34:53 +03:00 |
|
alesapin
|
b602f259f5
|
Fix race in NuRaft
|
2021-01-29 15:24:52 +03:00 |
|
alesapin
|
c3db529543
|
Merge branch 'master' into in_memory_raft
|
2021-01-28 12:01:54 +03:00 |
|
Alexey Milovidov
|
d42afe703c
|
Merge branch 'master' into unicode-asan
|
2021-01-28 10:45:46 +03:00 |
|
alexey-milovidov
|
7c240d0ca7
|
Merge pull request #17870 from excitoon-favorites/s3testiostream
Update of AWS C++ SDK
|
2021-01-28 07:12:52 +03:00 |
|
Alexey Milovidov
|
71d3482cea
|
Fix potentially unsafe code in Poco
|
2021-01-28 03:43:42 +03:00 |
|
alesapin
|
dd54e5afe8
|
Merge branch 'master' into in_memory_raft
|
2021-01-27 15:32:16 +03:00 |
|
Vladimir Chebotarev
|
3322cc812d
|
Updated AWS C++ SDK.
|
2021-01-26 20:58:02 +03:00 |
|