Alexey Milovidov
|
93ea73ae0f
|
Fix flacky test 01017_uniqCombined_memory_usage #7236
|
2020-03-15 03:22:06 +03:00 |
|
Alexey Milovidov
|
00b7e2b659
|
Make unit test less flacky by allowing session expiration during the test
|
2020-03-15 02:59:39 +03:00 |
|
Alexey Milovidov
|
5673fcc44d
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2020-03-15 02:39:53 +03:00 |
|
Alexey Milovidov
|
abd9802317
|
Slightly improve unit tests
|
2020-03-15 02:37:09 +03:00 |
|
alexey-milovidov
|
9e658d4541
|
Merge pull request #9602 from ClickHouse/common-prelimit-counter
Common prelimit counter
|
2020-03-15 02:24:07 +03:00 |
|
alexey-milovidov
|
fd2269c1a7
|
Merge pull request #9633 from Slach/docs/distributedconnectionfail
add DistributedConnectionFailAtAll, DistributedConnectionFailTry system.events description
|
2020-03-15 01:45:38 +03:00 |
|
alexey-milovidov
|
2086c96a54
|
Merge pull request #9634 from azat/client-no-cursor-restore-on-send_logs_level
Do not restore previous cursor if send_logs_level is used
|
2020-03-15 01:03:03 +03:00 |
|
alexey-milovidov
|
3ef1d40b97
|
Merge pull request #9636 from azat/fix-sum-remote
Fix various sum*() functions via remote() usage (incorrect function name)
|
2020-03-15 01:00:39 +03:00 |
|
alexey-milovidov
|
68074a1524
|
Merge pull request #9653 from ClickHouse/add_setting_for_path_format
Add setting for a new format of distributed parts
|
2020-03-15 00:40:33 +03:00 |
|
alexey-milovidov
|
6dbb6317b6
|
Merge pull request #9654 from ClickHouse/remove-nontrivial-global-variable
Remove global variable with nontrivial ctor/dtor
|
2020-03-14 23:14:24 +03:00 |
|
Nikolai Kochetov
|
95c83ec95a
|
Fix typo.
|
2020-03-14 17:51:32 +03:00 |
|
Anton Popov
|
71e86fc471
|
Merge pull request #9581 from excitoon-favorites/materializeinpartition
Added MATERIALIZE TTL IN PARTITION
|
2020-03-14 02:15:03 +03:00 |
|
Alexey Milovidov
|
4d637aace5
|
Merge branch 'master' of github.com:yandex/ClickHouse
|
2020-03-13 23:07:07 +03:00 |
|
Alexey Milovidov
|
16be947390
|
Make test faster in debug + coverage mode
|
2020-03-13 23:06:55 +03:00 |
|
alexey-milovidov
|
930f2bae54
|
Merge pull request #9611 from ClickHouse/aku/fix-some-perf-tests
Fix some performance tests
|
2020-03-13 22:30:26 +03:00 |
|
Alexey Milovidov
|
482915fa46
|
Fixed profile event name and description #9632
|
2020-03-13 22:00:00 +03:00 |
|
alexey-milovidov
|
b4315e24f6
|
Merge pull request #9632 from Slach/docs/add_networks_errors_description
add NetworkErrors metric description in system.events
|
2020-03-13 21:56:15 +03:00 |
|
alexey-milovidov
|
253cfb096c
|
Merge pull request #9640 from Slach/docs/replicapartialshutdown
add description for ReplicaPartialShutdown in system.events
|
2020-03-13 21:53:22 +03:00 |
|
alexey-milovidov
|
8e0cb6b641
|
Update ProfileEvents.cpp
|
2020-03-13 21:52:54 +03:00 |
|
alesapin
|
f6044c9c53
|
Add setting for a new format of distributed parts
|
2020-03-13 21:49:46 +03:00 |
|
Nikolai Kochetov
|
75fa33fa04
|
Try fix tests.
|
2020-03-13 21:43:21 +03:00 |
|
Alexey Milovidov
|
3f6fdc1ddb
|
Remove global variable with nontrivial ctor/dtor
|
2020-03-13 21:42:19 +03:00 |
|
Alexey Milovidov
|
0a1b3e57a8
|
Renamed a file for consistency
|
2020-03-13 20:47:46 +03:00 |
|
Nikolai Kochetov
|
62e06c7813
|
Try fix tests.
|
2020-03-13 20:41:39 +03:00 |
|
Nikolai Kochetov
|
68dc95486b
|
Fix build.
|
2020-03-13 16:50:34 +03:00 |
|
Nikolai Kochetov
|
9caa6b3f1e
|
Try fix tests.
|
2020-03-13 16:44:08 +03:00 |
|
Alexander Kuzmenkov
|
7e6585328f
|
fixup
|
2020-03-13 16:30:54 +03:00 |
|
alexey-milovidov
|
ff91b3f317
|
Merge pull request #9635 from ClickHouse/thread-fuzzer-wrap-pthread
Wrap pthread functions in ThreadFuzzer
|
2020-03-13 14:21:04 +03:00 |
|
Artem Zuikov
|
2f6bdffffc
|
Fix RIGHT and FULL JOIN with LowCardinality (#9610)
fix RIGHT and FULL JOIN with LowCardinality
|
2020-03-13 11:15:43 +03:00 |
|
Slach
|
95ba061cea
|
add description for ReplicaPartialShutdown in system.events
Signed-off-by: Slach <bloodjazman@gmail.com>
|
2020-03-13 12:43:38 +05:00 |
|
Alexander Kuzmenkov
|
dfafac73f1
|
fixup
|
2020-03-13 03:59:04 +03:00 |
|
Ivan
|
b7ef5a699c
|
Move FastMemcpy to contribs (#9219)
* Get rid of non-existent vectorclass
* Move FastMemcpy to contribs
* Restore comments
* Disable FastMemcpy on non-Linux
* Fix cmake file
* Don't build FastMemcpy for ARM64
* Replace FastMemcpy submodule with its contents
* Fix cmake file
* Move widechar_width to contrib/
* Move sumbur to contrib/
* Move consistent-hashing to contrib/
* Fix UBSan tests
|
2020-03-13 01:26:16 +03:00 |
|
Alexey Milovidov
|
c38f99f3ba
|
Wrap pthread functions in ThreadFuzzer
|
2020-03-13 00:49:51 +03:00 |
|
Azat Khuzhin
|
9e999e0fb9
|
Fix various sum*() functions via remote() usage (incorrect function name)
|
2020-03-13 00:05:11 +03:00 |
|
alexey-milovidov
|
dc9725a757
|
Merge pull request #9612 from CurtizJ/fix-range-reader
Fix MergeTreeRangeReader
|
2020-03-12 23:31:50 +03:00 |
|
Alexey Milovidov
|
f4f4e96d15
|
Wrap pthread functions in ThreadFuzzer
|
2020-03-12 22:09:20 +03:00 |
|
Alexey Milovidov
|
2a70f5ccd8
|
Wrap pthread functions in ThreadFuzzer
|
2020-03-12 22:08:25 +03:00 |
|
Nikolai Kochetov
|
4ea2361f37
|
Added comment.
|
2020-03-12 22:04:12 +03:00 |
|
Azat Khuzhin
|
5134af51ce
|
Do not restore previous cursor if send_logs_level is used
This will avoid overlapping logs with progress/output rows.
|
2020-03-12 21:56:34 +03:00 |
|
Alexander Kuzmenkov
|
9b4e45748a
|
fixup
|
2020-03-12 21:26:02 +03:00 |
|
Alexander Kuzmenkov
|
148690ca20
|
fixup
|
2020-03-12 20:04:06 +03:00 |
|
Nikolai Kochetov
|
4a98887e27
|
Update LimitTransform.
|
2020-03-12 20:02:12 +03:00 |
|
Nikolai Kochetov
|
77bf8805ee
|
Update LimitTransform.
|
2020-03-12 19:59:49 +03:00 |
|
Slach
|
c5b5bb3168
|
add DistributedConnectionFailAtAll, DistributedConnectionFailTry system.events description
Signed-off-by: Slach <bloodjazman@gmail.com>
|
2020-03-12 21:14:00 +05:00 |
|
Nikolai Kochetov
|
b1488952c2
|
Added test.
|
2020-03-12 18:58:53 +03:00 |
|
Slach
|
d5bf33541e
|
add NetworkErrors system.events description
Signed-off-by: Slach <bloodjazman@gmail.com>
|
2020-03-12 20:53:08 +05:00 |
|
Nikolai Kochetov
|
4b0cac25d1
|
Update LimitTransform.
|
2020-03-12 18:52:27 +03:00 |
|
Nikolai Kochetov
|
75185e5b40
|
Update LimitTransform.
|
2020-03-12 18:37:21 +03:00 |
|
Nikolai Kochetov
|
67518b777f
|
Update LimitTransform.
|
2020-03-12 18:33:13 +03:00 |
|
Nikolai Kochetov
|
c580e42825
|
Update LimitTransform.
|
2020-03-12 18:29:35 +03:00 |
|