Commit Graph

36055 Commits

Author SHA1 Message Date
Nikolai Kochetov
76a21b3364 Use processors for sending external tables. 2020-02-19 18:12:21 +03:00
Nikolai Kochetov
bf18eeda95 Use processors for sending external tables. 2020-02-19 18:09:32 +03:00
alesapin
c4972b3799 Better 2020-02-19 18:07:02 +03:00
Nikita Mikhaylov
24cbd0d6d1 squashed commits 2020-02-19 18:01:08 +03:00
alesapin
1914b1dab7 Add missed headers 2020-02-19 17:58:06 +03:00
CurtizJ
6bc5d988d5 tests for compact parts 2020-02-19 17:55:03 +03:00
Pavel Kovalenko
d4fa60f52d Rename disk_name -> disk. 2020-02-19 17:50:39 +03:00
alesapin
6020f2fd4a Remove redundant function 2020-02-19 17:50:11 +03:00
alesapin
d5b4ddf6d8 Simplier alter modify logic 2020-02-19 17:49:59 +03:00
alesapin
28b2a03b08 First version 2020-02-19 17:49:45 +03:00
chertus
9f43fa87c3 make switched flag atomic 2020-02-19 17:23:21 +03:00
Sergei Shtykov
26a745be50 CLICKHOUSEDOCS-545: Clarification. 2020-02-19 17:18:42 +03:00
Sergei Shtykov
3d3bf5e32a CLICKHOUSEDOCS-545: Updated by comments. 2020-02-19 17:12:46 +03:00
CurtizJ
23592991e6 comments and refactoring 2020-02-19 17:07:36 +03:00
Nikolai Kochetov
3bfbd26901 Use processors for sending external tables. 2020-02-19 17:00:49 +03:00
BayoNet
b603f903ea
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:40 +03:00
BayoNet
1c25f74792
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:31 +03:00
BayoNet
d098e598fc
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:19 +03:00
BayoNet
119601ba9f
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:08 +03:00
Ilya Yatsishin
3e0b76a077
Merge pull request #9218 from oskarwojciski/patch-1
Fix typo in decumentation
2020-02-19 16:56:58 +03:00
BayoNet
ecbd6f1360
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:56:58 +03:00
BayoNet
222a3a43ac
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:56:48 +03:00
Ilya Yatsishin
5ab39f55e9
Merge pull request #9224 from tac0x2a/gitlocalize-10967
Docs: Translated introduction/performance.md to ja
2020-02-19 16:56:14 +03:00
TAC
eaca86aa09 Translate performance.md via GitLocalize 2020-02-19 13:44:09 +00:00
Alexey Milovidov
add281dfe3 Enable metric_log by default 2020-02-19 16:39:20 +03:00
Nicolae Vartolomei
811197558c Improve stack trace formatting for Poco and std exceptions
Before:

```
<Error> Application: Caught exception while loading metadata: Poco::Exception. Code: 1000, e.code() = 0, e.displayText() = Access to file denied: boo0. /home/nv/clickhouse-master-clion/contrib/poco/Foundation/src/Exception.cpp:27: Poco::FileAccessDeniedException::FileAccessDeniedException(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 0xbb598cc in /state/home/nv/clickhouse-builds/clickhouse-master-clion-gcc/dbms/programs/clickhous
```

After:

```
<Error> Application: Caught exception while loading metadata: Poco::Exception. Code: 1000, e.code() = 0, e.displayText() = Access to file denied: boo, Stack trace (when copying this message, always include the lines below):

0. /home/nv/clickhouse-master-clion/contrib/poco/Foundation/src/Exception.cpp:27: Poco::FileAccessDeniedException::FileAccessDeniedException(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, int) @ 0xbb5987c in /state/home/nv/clickhouse-builds/clickhouse-master-clion-gcc/dbms/programs/clickhous
```
2020-02-19 13:33:31 +00:00
TAC
afffe75839 Translate performance.md via GitLocalize 2020-02-19 13:28:18 +00:00
Oskar Wojciski
7b7c1d8e37
Fix typo in decumentation 2020-02-19 14:25:23 +01:00
chertus
1c297412d4 fix test 2020-02-19 16:10:03 +03:00
alesapin
3b4c27b0de Fix remove parts from mutations 2020-02-19 15:55:23 +03:00
chertus
3348697128 fix storage join 2020-02-19 15:37:56 +03:00
Nikolai Kochetov
75af5414d9 Try fix test_delayed_replica_failover 2020-02-19 15:30:56 +03:00
chertus
48ac7d35ae Merge branch 'master' into joins 2020-02-19 14:21:40 +03:00
chertus
f748427ffd minor fix (remove logic dependent on partial_merge_join setting) 2020-02-19 14:20:35 +03:00
Pavel Kovalenko
d662c1e006 Merge branch 'master' into storage-stripe-log-s3 2020-02-19 13:24:23 +03:00
Nikolai Kochetov
4fa6c86114 Fix StorageHDFS. 2020-02-19 13:22:44 +03:00
Nikolai Kochetov
70a7ddc172 Fix StorageURL 2020-02-19 13:17:49 +03:00
Sergei Shtykov
f3423b1835 Merge branch 'master' of github.com:ClickHouse/ClickHouse 2020-02-19 13:16:39 +03:00
alesapin
a47c52a909
Merge pull request #9213 from Jokser/disks-section-for-stateless-coverage-image
Add disks section to stateless-with-coverage test docker image.
2020-02-19 13:12:20 +03:00
Pavel Kovalenko
b47a1c9a34 Add disks section to stateless-with-coverage test docker image. 2020-02-19 13:07:35 +03:00
alexey-milovidov
b063dbeaf2
Merge pull request #8598 from excitoon-favorites/passttlsoverhttp
Pass TTL rule info with block to other replicas
2020-02-19 12:09:25 +03:00
alexey-milovidov
c5d5c9c11e
Merge pull request #9192 from nvartolomei/nv/format-version-file-typo
Fix typo in file name when reporting version file duplicates
2020-02-19 11:59:22 +03:00
alexey-milovidov
c9b8db28fc
Merge pull request #9199 from levysh/pure-grpc
pure grpc
2020-02-19 11:58:45 +03:00
alexey-milovidov
1c66c2f383
Merge pull request #9201 from CurtizJ/fix-range-reader
Fix mistake introduced in #9050.
2020-02-19 11:58:21 +03:00
alexey-milovidov
ebf4f98a0c
Merge pull request #9210 from Felixoid/profiling_docs
Add description for some profiling events
2020-02-19 11:55:52 +03:00
alexey-milovidov
77f9a358ff
Update ProfileEvents.cpp 2020-02-19 11:55:29 +03:00
alexey-milovidov
e90124dc24
Update ProfileEvents.cpp 2020-02-19 11:54:23 +03:00
Mikhail f. Shiryaev
fdc00e3562
Add description for some profiling events 2020-02-19 09:50:58 +01:00
Alexey Milovidov
b2a52a2d69 Remove useless code #9210 2020-02-19 11:49:26 +03:00
alexey-milovidov
9037a5d29a
Suggestion from Azat 2020-02-19 11:27:57 +03:00