Commit Graph

63084 Commits

Author SHA1 Message Date
elevankoff
7d1524561e Delete extra whitespaces 2021-05-24 17:35:38 +00:00
elevankoff
6bf0840562 More decorative fixes 2021-05-24 17:24:29 +00:00
elevankoff
067ec0855c Decorative fixes 2021-05-24 17:16:15 +00:00
elevankoff
ee3223b944 Add ProcessorStatisticsOS, MemoryInfoOS and DiskStatisticsOS 2021-05-22 09:57:51 +00:00
elevankoff
d8f8fb2ae5 Some decorative changes 2021-05-22 09:54:03 +00:00
elevankoff
f570b1274e Fix typo in the comment 2021-05-11 11:53:25 +00:00
elevankoff
7bc0d846b7 Add "DiskStatisticsOS" class 2021-05-08 20:38:10 +00:00
elevankoff
dc7b84a3cc Fix bug 2021-05-08 13:04:08 +00:00
elevankoff
6066d557a8 Made "get()" method order-independent and fixed bug of reading in the "readField" method 2021-05-08 07:41:47 +00:00
elevankoff
c5c9e95744 Change size of beffer for ReadBuffer; delete private static functions from class 2021-05-08 06:37:06 +00:00
elevankoff
fd5827f735 Change data type of READ_BUFFER_BUF_SIZE 2021-05-07 19:38:22 +00:00
elevankoff
6ab7dd9f29 Change unsigned long -> uint64_t; delete private static functions from .h; another small fixes 2021-05-07 19:36:19 +00:00
elevankoff
69efc15f2a Add untested "MemoryInfo" class 2021-05-07 18:06:12 +00:00
elevankoff
44fb1ebc37 Small fix 2021-05-07 12:39:20 +00:00
elevankoff
505b051677 Fixed some bugs 2021-05-07 10:16:32 +00:00
elevankoff
a163eeb12e Delete whitespace 2021-05-06 11:55:14 +00:00
elevankoff
e4f2f36c1d Changed "*= USER_HZ" to "/= USER_HZ" 2021-05-06 11:35:11 +00:00
elevankoff
69ccdb3aa9 Changed comment for ProcTime structure 2021-05-06 11:14:51 +00:00
elevankoff
6765858e96 Update logic and functionality (untested) 2021-05-06 10:12:01 +00:00
elevankoff
aa27b9b8b5 Add untested ProcessorStatisticsOS class 2021-05-05 09:00:24 +00:00
Maksim Kita
ea7ea99512
Merge pull request #23856 from azat/dist-send-improve-logging
Add file paths into logs on failed distributed async sends
2021-05-03 22:18:14 +03:00
alexey-milovidov
1f23d95d81
Merge pull request #23855 from azat/replxx-bindings
replxx readline compatibility
2021-05-03 19:19:24 +03:00
alexey-milovidov
b868cabfa9
Update functions-for-nulls.md 2021-05-03 13:40:54 +03:00
alexey-milovidov
41a6fd677e
Update functions-for-nulls.md 2021-05-03 13:39:10 +03:00
Azat Khuzhin
5e33604c4d Add file paths into logs on failed distributed async sends 2021-05-03 08:55:38 +03:00
Azat Khuzhin
5ff78fb297 replxx readline compatibility
- By default M-BACKSPACE is KILL_TO_WHITESPACE_ON_LEFT, while in
  readline it is backward-kill-word, so use KILL_TO_BEGINING_OF_WORD
  instead.
- By default C-w is KILL_TO_BEGINING_OF_WORD, while in readline it is
  unix-word-rubout, so use KILL_TO_WHITESPACE_ON_LEFT instead.
2021-05-02 23:26:42 +03:00
Nikolai Kochetov
08f10dced0
Merge pull request #23743 from ClickHouse/refactor-join-step
Refactor join step
2021-05-02 21:17:23 +03:00
Maksim Kita
6f08f945e8
Merge pull request #21105 from eaxdev/fix_doc
Actualize OnTime example
2021-05-02 14:23:04 +03:00
Alexey Milovidov
b22032b97d Whitespace 2021-05-02 14:19:47 +03:00
Maksim Kita
88bc575ec8 Updated load instruction from master for ru, zh, ja documentations 2021-05-02 14:19:11 +03:00
eaxdev
669f6d22bd fix queries 2021-05-02 14:14:40 +03:00
eaxdev
be4d7d8636 actualize doc 2021-05-02 14:14:28 +03:00
Maksim Kita
b2b9c3950f
Merge pull request #23836 from kitaisreal/xdbc-bridge-helper-use-global-context
XDBCBridgeHelper use global context
2021-05-01 21:29:30 +03:00
Maksim Kita
2514233e61
Merge pull request #23840 from kitaisreal/gcc-10-installation-no-install-recommends-fix
gcc-10 installation no-install-reccomends option fix
2021-05-01 18:26:20 +03:00
alexey-milovidov
1862be7720
Merge pull request #23750 from azat/tests-hung-check
clickhouse-test: send TERM to all childs (to avoid hung check triggering)
2021-05-01 16:19:02 +03:00
Maksim Kita
bc6de947fb gcc-10 installation no-install-reccomends option fix 2021-05-01 16:17:42 +03:00
alexey-milovidov
f360e7c808
Merge pull request #23766 from kitaisreal/remove-unused-compilers
Remove unused compilers (fixed for the troublesome "unbundled" build)
2021-05-01 16:15:38 +03:00
Vladimir
3b7c68196b
Merge pull request #23429 from Jokser/disk-s3-restart-possibility 2021-05-01 15:28:14 +03:00
Maksim Kita
9f369a0a27
Merge pull request #23825 from kitaisreal/update-field-include-bytes-allocated-fix
Flat, Hashed dictionary include update field bytes into bytes_allocated
2021-05-01 15:25:07 +03:00
Maksim Kita
7d0019515b XDBCBridgeHelper use global context 2021-05-01 15:00:37 +03:00
alexey-milovidov
37f44ca7e8
Merge pull request #23776 from ClickHouse/pvs-workaround
Workaround for PVS-Studio
2021-05-01 11:58:50 +03:00
Alexey Milovidov
2bf4723e2a Additions 2021-05-01 11:58:32 +03:00
alexey-milovidov
72d9e4d340
Merge pull request #23813 from nikitamikhaylov/move-partiton-lost
Add test for #18170
2021-05-01 11:31:36 +03:00
Alexey Milovidov
ba815acafa Update library list 2021-05-01 11:23:12 +03:00
Alexey Milovidov
b879d05ec4 Fix build 2021-05-01 10:06:30 +03:00
Azat Khuzhin
0b58a149d2 clickhouse-test: send TERM to all childs (to avoid hung check triggering)
This is another try of not leaving child processes in clickhouse-test,
first one was in [1] by @akuzm:

  "I tried to do this earlier with a separate process group + atexit callbacks:
  573983d407 (diff-3a359de18cacf146f406a7ae332fb47196aa5e0aa430eb4b157a202a3cb8e6e3R578)

  But that commit was later reverted because it also tried to switch to
  multithreading instead of multiprocessing, and that didn't go good.
  SIG_IGN and SIG_DFL were broken then
  (https://bugs.python.org/issue23395), now they are fixed but not quite
  but maybe it's not relevant for us."

I looked (only briefly) through that bug report in python, but I don't
see any issues with killing child processes during testing this patch.

Plus to me it is better to get some unknown python error (and fix it
somehow) instead of leaving child processes.

v2: correctly catch INT/TERM/HUP too
2021-05-01 08:46:59 +03:00
alexey-milovidov
711cc5f62b
Merge pull request #23823 from azat/tests-wait
Improve 00840_long_concurrent_select_and_drop_deadlock
2021-05-01 08:30:32 +03:00
alexey-milovidov
7ca42d2ce1
Merge pull request #23805 from ClickHouse/fix-hedged-requests-ext-tables
Fix sending external table for hedged connections.
2021-05-01 08:13:13 +03:00
alexey-milovidov
cda164c3cd
Update llvm.cmake 2021-05-01 08:09:20 +03:00
alexey-milovidov
37ce69d40e
Update llvm.cmake 2021-05-01 08:08:36 +03:00