Vladimir
|
5ae9f2c5bb
|
Merge pull request #21329 from depressed-pho/isIPAddressContainedIn
|
2021-03-30 13:26:49 +03:00 |
|
alexey-milovidov
|
9fd1577cd4
|
Merge pull request #22060 from ClickHouse/to-start-of-interval-hour-align
Change behaviour of `toStartOfInterval` in backward incompatible way
|
2021-03-29 17:52:41 +03:00 |
|
vdimir
|
02a0caf28b
|
Fix build isIPAddressContainedIn
|
2021-03-29 16:28:51 +03:00 |
|
vdimir
|
24aa25d7dc
|
Reuse some functions for IPAddressContainedIn
|
2021-03-29 12:04:05 +03:00 |
|
Alexey Milovidov
|
f582b7169a
|
Remove unit test (less convenient) after adding functional test
|
2021-03-29 05:44:20 +03:00 |
|
Alexey Milovidov
|
2a8ac01cdb
|
Rename as suggested by Kita
|
2021-03-28 22:24:28 +03:00 |
|
Alexey Milovidov
|
50f712e198
|
Integrate mmap cache to the infrastructure
|
2021-03-28 04:10:30 +03:00 |
|
Alexey Milovidov
|
bcdf3dce36
|
Add cache for mmapped files
|
2021-03-27 02:22:51 +03:00 |
|
PHO
|
9ece398c35
|
Changed the return type of DB::getCIDRMaskIPv6()
It now returns std::array instead of uint8_t *. Also added DB::getCIDRMaskIPv4().
|
2021-03-26 12:11:34 +09:00 |
|
PHO
|
6606d8ac0b
|
Correct comments about what parseIPv4() and parseIPv6() actually do
They were wrong as to what endian their results were in.
|
2021-03-26 12:11:34 +09: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 |
|
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 |
|
Yuriy Chernyshov
|
e2760101c1
|
Update ya.make.in
|
2021-03-24 13:13:04 +03:00 |
|
Yuriy Chernyshov
|
c89861a2ac
|
Better
|
2021-03-24 13:11:52 +03:00 |
|
Nikolai Kochetov
|
f164c2462f
|
Update Exception.cpp
Fix build
|
2021-03-24 09:41:57 +03:00 |
|
Azat Khuzhin
|
7c07b43597
|
Convert system.errors.stack_trace from String into Array(UInt64)
This should decrease overhead for the errors collecting.
|
2021-03-24 06:52:48 +03:00 |
|
Azat Khuzhin
|
912144307d
|
Fix type of the ErrorCodes
|
2021-03-23 23:40:46 +03:00 |
|
Alexey Milovidov
|
d8088190f9
|
Fix documentation for CurrentMetrics
|
2021-03-23 00:44:25 +03:00 |
|
Maksim Kita
|
c703ea137b
|
Merge pull request #21891 from kitaisreal/lru-cache-fix-exception-unsafe-element-insertion
LRUCache fix exception unsafe element insertion
|
2021-03-19 16:37:26 +03:00 |
|
Alexander Kuzmenkov
|
78c56b8913
|
Merge pull request #21886 from Avogar/hedged
Add profile event in hedged requests and change timeout from sec to ms.
|
2021-03-19 15:50:33 +03:00 |
|
Maksim Kita
|
31b7734407
|
LRUCache fix exception unsafe element insertion
|
2021-03-19 00:26:02 +03:00 |
|
Pavel Kruglov
|
d380454044
|
Change read_data_timeout from sec to ms, add profile event for hedged requests and better process receiving packets
|
2021-03-18 20:16:17 +03:00 |
|
Alexander Kuzmenkov
|
f85b089292
|
Merge pull request #21466 from ClickHouse/aku/frame-formatting
add query formatting idempotence check to fuzzer
|
2021-03-18 17:57:11 +03:00 |
|
Maksim Kita
|
18ed9c5c67
|
SSDCacheDictionary remove max_stored_keys option
|
2021-03-18 12:55:17 +03:00 |
|
Maksim Kita
|
f140204279
|
Improved performance of SSDCache dictionary
|
2021-03-17 22:01:45 +03:00 |
|
Maksim Kita
|
bc22f4f6eb
|
Updated implementation
|
2021-03-17 20:14:36 +03:00 |
|
Nikita Mikhaylov
|
f51b41b7a4
|
Merge pull request #21710 from kssenii/replica-priorities
Support replicas priority for postgres dictionary source
|
2021-03-17 16:02:00 +03:00 |
|
Nikolai Kochetov
|
4f1f344d4d
|
Merge pull request #21529 from azat/system.errors-improvements
Add last_error_time/last_error_message/last_error_stacktrace/remote columns for system.errors
|
2021-03-17 11:51:29 +03:00 |
|
Azat Khuzhin
|
9dee842b60
|
Distinguish remote and local error info
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
cc87bcfb63
|
Fix errorCodeToName() for signed integers
- https://clickhouse-test-reports.s3.yandex.net/21529/2ce2772d35eb3d81628f4d294d5799e9f05333fd/functional_stateless_tests_(address).html#fail1
- https://clickhouse-test-reports.s3.yandex.net/21529/2ce2772d35eb3d81628f4d294d5799e9f05333fd/functional_stateless_tests_(ubsan).html#fail1
- https://clickhouse-test-reports.s3.yandex.net/21529/2ce2772d35eb3d81628f4d294d5799e9f05333fd/stress_test_(address).html#fail1
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
efdd04c958
|
Drop last_ prefix for ErrorCodes::ValuePair::error_time_ms
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
44c9dc753d
|
Add system.errors.last_error_stacktrace column
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
775f8f7682
|
Add system.errors.last_error_message column
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
c8852331a2
|
Add system.errors.last_error_time column
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
0d01eaf94f
|
Guard ErrorCodes with mutex over atomic
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
7f73ac2b7a
|
Fix ErrorCodes::Value/ErrorCode types (sigh)
Note, that system.errors already uses correct types
|
2021-03-16 22:31:49 +03:00 |
|
Azat Khuzhin
|
259e5ba88e
|
Separate accounting of remote exceptions in system.errors
|
2021-03-16 22:31:46 +03:00 |
|
Azat Khuzhin
|
b39f8cc6ac
|
Move ErrorCodes::increment() into module part
|
2021-03-16 22:31:41 +03:00 |
|
Alexey Milovidov
|
ea049b2cc0
|
Merge branch 'master' into DateTime64_extended_range
|
2021-03-16 14:08:02 +03:00 |
|
Maksim Kita
|
3d1c42827b
|
Added FixedDeadlineHashMap
|
2021-03-16 01:59:04 +03:00 |
|
Alexander Kuzmenkov
|
e485a27dc1
|
some fixes
|
2021-03-15 22:45:45 +03:00 |
|
Anton Popov
|
840417c957
|
Merge pull request #21685 from Avogar/reload-cluster-config
Update clusters only if their configs were updated
|
2021-03-15 20:09:58 +03:00 |
|
Alexey Milovidov
|
eaeb4a3bf0
|
Merge branch 'master' into DateTime64_extended_range
|
2021-03-15 16:59:32 +03:00 |
|
alexey-milovidov
|
afa24938bc
|
Merge pull request #21686 from kitaisreal/library-dictionary-source-fix-possible-leak
LibraryDictionarySource fix possible leak
|
2021-03-15 00:06:15 +03:00 |
|
Maksim Kita
|
dfd2068350
|
Updated SharedLibrary string_view interface
|
2021-03-14 17:19:48 +03:00 |
|
Maksim Kita
|
ce20eae2a3
|
Added specialized CacheDictionaryStorage
|
2021-03-14 14:33:21 +03:00 |
|
Maksim Kita
|
1ac62970c4
|
Modified SharedLibrary interface
|
2021-03-14 14:29:02 +03:00 |
|
alexey-milovidov
|
53e21443eb
|
Merge branch 'master' into DateTime64_extended_range
|
2021-03-14 12:27:17 +03:00 |
|
kssenii
|
8eea6a87e9
|
Support replicas priority for postgres dictionary source
|
2021-03-14 08:51:24 +00:00 |
|
alesapin
|
06eb2d8dfd
|
Merge branch 'master' into s3_zero_copy_replication
|
2021-03-13 22:32:54 +03:00 |
|