Alexey Milovidov
ff891c5002
Preparation
2021-03-26 23:46:04 +03:00
Ilya Yatsishin
d01af5e9f8
touch to rebuild
2021-03-26 22:44:40 +03:00
alesapin
4c67e25152
Merge pull request #22102 from ClickHouse/filimonov-docker-empty-dirname
...
docker: avoid chown of .
2021-03-26 22:19:12 +03:00
Alexey Milovidov
1e08304fb1
Add performance test
2021-03-26 22:12:56 +03:00
Alexey Milovidov
e32beab913
Add a test for mmap IO
2021-03-26 22:08:53 +03:00
alexey-milovidov
607d36dd9d
Merge pull request #22147 from azat/writers-fixes
...
Use finalize() over next() for nested writers
2021-03-26 22:05:18 +03:00
alexey-milovidov
249fe71883
Merge pull request #22173 from kakty3/patch-1
...
Update other-functions.md
2021-03-26 22:03:05 +03:00
Pavel Kruglov
90afc9ce2f
Fix build
2021-03-26 21:25:30 +03:00
Azat Khuzhin
82c79fe4ce
Fix query cancellation with use_hedged_requests=0 and async_socket_for_remote=1
...
In #21643 async_socket_for_remote=1 was fixed to avoid leaving the
connection in the unsynchronised state.
But one should not try to wait for the current packet in case of timeout
because this will exceed the timeout.
Anyway if the timeout is exceeded, then the connection will be shutdown
(disconnected), so it will not left in an unsynchronised state.
2021-03-26 21:24:42 +03:00
Kruglov Pavel
c86202dd09
Merge pull request #22151 from azat/tests-sleep_in_send_ms
...
Fix sleep_in_send_tables_status_ms/sleep_in_send_data_ms in integration tests
2021-03-26 21:22:32 +03:00
Alexander Kuzmenkov
3dea1c8c01
Merge pull request #21946 from azat/tld-fixes
...
Fix cutToFirstSignificantSubdomainCustom()/firstSignificantSubdomainCustom() for 3+level domains
2021-03-26 21:19:09 +03:00
alexey-milovidov
3f7ff791b5
Merge pull request #22182 from hodgesrm/patch-4
...
Update postgresql.md
2021-03-26 21:18:33 +03:00
Robert Hodges
48ba36b682
Update postgresql.md
...
Corrected typo in PostgreSQL Table Engine page title.
2021-03-26 10:34:48 -07:00
Alexander Kuzmenkov
c3cc65f826
use macro
2021-03-26 20:30:36 +03:00
Alexander Kuzmenkov
cc93055e9e
ignore UB as in negate()
2021-03-26 20:29:41 +03:00
alesapin
e101fbab53
Fix style
2021-03-26 19:57:23 +03:00
alesapin
f32704101b
Add retries to final operations
2021-03-26 19:56:08 +03:00
alesapin
aa2244bad5
Fix more
2021-03-26 18:59:14 +03:00
George
d1fcaf66ba
Small changes
2021-03-26 18:58:39 +03:00
George
a91a960b2b
Added description
2021-03-26 18:45:09 +03:00
alesapin
9bb0dc48b2
Fix one more test
2021-03-26 18:37:26 +03:00
alesapin
1b0a9461f0
Fix more tests
2021-03-26 18:30:35 +03:00
Sergey Demurin
482704c434
Update other-functions.md
...
fix typo
2021-03-26 18:29:07 +03:00
Kruglov Pavel
5c0c6a9aec
Delete unused users.xml
2021-03-26 18:16:15 +03:00
alesapin
0fae73071c
Fix flaky test
2021-03-26 18:14:42 +03:00
Pavel Kruglov
2979feb23f
Prevent busy waiting in hedged requests when async_socket_for_remote=0
2021-03-26 18:11:06 +03:00
alesapin
8b08c0c3a6
Fix test_odbc_interaction
2021-03-26 17:45:52 +03:00
Anton Popov
421d8eb180
fux build
2021-03-26 17:34:04 +03:00
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
alesapin
2f07056ef6
More stable last get
2021-03-26 16:39:09 +03:00
alesapin
35d1443a9c
Don't wait when table shutdown called
2021-03-26 15:54:08 +03:00
George
92ff804c31
first entry
2021-03-26 15:49:21 +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
alesapin
b0e401088a
Make this test sequential
2021-03-26 15:20:49 +03:00
alesapin
9bdeb436c2
Fix typo
2021-03-26 15:06:36 +03:00
alesapin
2db57f0f16
Followup fix
2021-03-26 14:18:31 +03:00
alesapin
331c5b6636
Fix startup one more time
2021-03-26 13:55:39 +03:00
Mikhail
3a83c3b903
link fix
2021-03-26 13:49:58 +03:00
alesapin
ba5c151037
Fix race condition on snapshots
2021-03-26 13:20:07 +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
Mikhail
979beae635
Merge branch 'kuriatnikovm-DOCSUP-7105-translate_changes' of https://github.com/michon470/ClickHouse into kuriatnikovm-DOCSUP-7105-translate_changes
2021-03-26 12:20:56 +03:00
Mikhail
37d8dfbeda
ошибка
2021-03-26 12:00:31 +03:00
michon470
9847b73250
Update docs/en/operations/settings/settings.md
...
Co-authored-by: tavplubix <tavplubix@gmail.com>
2021-03-26 10:46:25 +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
Azat Khuzhin
c36f147b16
Fix sleep_in_send_tables_status_ms/sleep_in_send_data_ms in integration tests
2021-03-26 10:05:56 +03:00
Ilya Yatsishin
3107920f31
Update requirements.txt
2021-03-26 09:43:33 +03:00
PHO
26dc629366
Add a function isIPAddressContainedIn()
...
This function takes an IP address and a CIDR network prefix, and determines if the address is contained in the network. It supports both IPv4 and IPv6 addresses, and expects arguments to be strings.
ClickHouse doesn't support union types. We cannot use the native IPv4 and IPv6 types for this reason.
2021-03-26 12:11:35 +09:00