Commit Graph

74784 Commits

Author SHA1 Message Date
Ivan Blinkov
9bc7ca6dd5
Update hero.html 2021-10-13 09:56:30 +03:00
Vitaly Orlov
1623bfa1a2
review fixes 2021-10-13 09:55:35 +03:00
Amos Bird
23602f4607
Speed up part loading for JBOD 2021-10-13 12:33:54 +08:00
alexey-milovidov
d0a3420c3b
Merge pull request #29958 from thomoco/master
Documentation correction for units for block size, plus some additional context for storage system recommendations
2021-10-13 05:32:44 +03:00
alexey-milovidov
b02a529731
Merge pull request #30078 from flickerbox/crb-team-updates
Update team photos on website
2021-10-13 05:27:52 +03:00
alexey-milovidov
9ef939479a
Merge pull request #30079 from flickerbox/crb-webinar-promo
Add webinar signup promo to website homepage
2021-10-13 05:27:31 +03:00
alexey-milovidov
a980123a43
Merge pull request #30077 from flickerbox/crb-careers-page
Add Greenhouse careers page to website
2021-10-13 05:26:37 +03:00
alexey-milovidov
eb1748b8b4
Merge pull request #30015 from ClickHouse/protobuf-host-build
Enable Protobuf for cross-compilation
2021-10-13 05:24:05 +03:00
alexey-milovidov
ed6088860e
Merge pull request #30081 from ClickHouse/change-link-to-github
Change the link to GitHub
2021-10-13 05:03:45 +03:00
Alexey Milovidov
b94aa5bc50 Change the link to GitHub 2021-10-13 04:59:18 +03:00
alexey-milovidov
a106603bee
Merge pull request #30076 from ClickHouse/thomoco-patch-1
Updated adopters.md to include Sipfront
2021-10-13 04:41:44 +03:00
Alexey Milovidov
4be8cafc5c Amend 2021-10-13 01:59:12 +03:00
Cody Baker
279936632a Add webinar signup promo to homepage 2021-10-12 16:25:52 -06:00
Cody Baker
9ee6e59f97 Update team photos 2021-10-12 16:25:24 -06:00
Cody Baker
f7091c4adb Add greenhouse careers page 2021-10-12 16:19:07 -06:00
Cody Baker
be5d49fd89 Migrate changes in compiled css to sass source 2021-10-12 16:18:30 -06:00
alexey-milovidov
26dd0934d3
Update target.cmake 2021-10-13 01:14:47 +03:00
karnevil13
c6ac339403 Updated desc-en 2021-10-13 01:02:01 +03:00
karnevil13
c76d4c8a28 Improved description. 2021-10-13 00:49:26 +03:00
Thom O'Connor
dea5b5529f
Updated adopters.md to include Sipfront 2021-10-12 15:44:48 -06:00
alexey-milovidov
7b131608dc
Merge pull request #30071 from ClickHouse/auto-install
Add a script for convenient install on multiple OS
2021-10-13 00:34:19 +03:00
Azat Khuzhin
e5bc573250 clickhouse-test: fix hung check in stress test by using system database 2021-10-13 00:19:16 +03:00
Maksim Kita
95a2f682a1
Merge pull request #30044 from ClickHouse/blinkov-patch-23
Update distinctive-features.md
2021-10-13 00:17:31 +03:00
Maksim Kita
cd08a078d1 SQL user defined functions fix alias 2021-10-13 00:16:01 +03:00
Azat Khuzhin
e9ce859b02 Fix race between MOVE PARTITION and merges/mutations for MergeTree
From time to time 00975_move_partition_merge_tree test got failed, the
reason is that there is merge in progress that writes data to the source
table again:

<details>

    2021.10.12 13:20:40.243839 [ 26955 ] {2dbfea50-639e-49ac-9e82-933a00ea04a3} <Debug> executeQuery: (from [::1]:38060) (comment: 00975_move_partition_merge_tree.sql) ALTER TABLE test_move_partition_src MOVE PARTITION 1 TO TABLE test_move_partition_dest;
    2021.10.12 13:20:40.244482 [ 26955 ] {2dbfea50-639e-49ac-9e82-933a00ea04a3} <Debug> test_t1tzb2.test_move_partition_dest (cab3b005-d54b-4cdc-8ab3-b005d54becdc): Cloning part /var/lib/clickhouse/store/467/467d7145-b47e-444e-867d-7145b47ea44e/1_2_2_0/ to /var/lib/clickhouse/store/cab/cab3b005-d54b-4cdc-8ab3-b005d54becdc/tmp_move_from_1_21_21_0
    ...
    2021.10.12 13:20:40.373487 [ 378 ] {} <Trace> test_t1tzb2.test_move_partition_src (467d7145-b47e-444e-867d-7145b47ea44e) (MergerMutator): Merged 6 parts: from 1_2_2_0 to 1_11_11_0
    ...
    2021.10.12 13:20:40.379750 [ 26955 ] {2dbfea50-639e-49ac-9e82-933a00ea04a3} <Debug> test_t1tzb2.test_move_partition_dest (cab3b005-d54b-4cdc-8ab3-b005d54becdc): Cloning part /var/lib/clickhouse/store/467/467d7145-b47e-444e-867d-7145b47ea44e/1_15_15_0/ to /var/lib/clickhouse/store/cab/cab3b005-d54b-4cdc-8ab3-b005d54becdc/tmp_move_from_1_28_28_0

</details>

And also remove cleaning of mutations since this will cause deadlock
after doing MOVE PARTITION under
currently_processing_in_background_mutex.

CI: https://clickhouse-test-reports.s3.yandex.net/0/a59c6b1c8eb47ebf77189a491ee0c3980b38e91c/functional_stateless_tests_
Fixes: 00975_move_partition_merge_tree
2021-10-13 00:14:24 +03:00
Vitaly Orlov
4d2b34a7f0
Review fixes 2021-10-13 00:08:00 +03:00
karnevil13
bf1e3b6b5b
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:52:16 +03:00
karnevil13
1ecbe43065
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:52:08 +03:00
karnevil13
e120de60d4
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:51:50 +03:00
karnevil13
601050ea38
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:50:25 +03:00
karnevil13
0c645aaeec
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:50:14 +03:00
karnevil13
19217af59d
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:50:07 +03:00
karnevil13
4a64265db8
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:49:39 +03:00
karnevil13
442fe2d979
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:49:31 +03:00
karnevil13
835eb86b1c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:48:39 +03:00
karnevil13
a24a8f4bdc
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:48:19 +03:00
Maksim Kita
e95a4a35ef
Merge pull request #29784 from ka1bi4/romanzhukov-DOCSUP-15370-h3-functions
DOCSUP-15370: [CLICKHOUSEDOCS] Edit and translate to Russian (H3 functions)
2021-10-12 23:47:32 +03:00
karnevil13
3dcc00077c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:46:25 +03:00
karnevil13
007ac0f61c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:45:16 +03:00
karnevil13
3f81281e4c
Update docs/ru/sql-reference/functions/type-conversion-functions.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:58 +03:00
karnevil13
35c007c82c
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:42 +03:00
karnevil13
38cfc34744
Update docs/en/operations/server-configuration-parameters/settings.md
Co-authored-by: gyuton <40863448+gyuton@users.noreply.github.com>
2021-10-12 23:44:23 +03:00
Dmitry Novik
fa9cdd5c5f Use original whitespaces in test_results.tsv 2021-10-12 23:31:31 +03:00
Dmitry Novik
0507391010 Do not stop CI tests processing if clickhouse-test return 1 2021-10-12 23:30:07 +03:00
Dmitry Novik
a30573fc0a Add FAIL message to test_results.tsv 2021-10-12 23:29:15 +03:00
Dmitry Novik
f1bbc7f9b6 Fix hardware utilization info printing in client 2021-10-12 23:17:15 +03:00
Alexey
f7aaa3d282 Unlink before creating a link 2021-10-12 20:15:49 +00:00
Alexey Milovidov
ac403b1df2 Publish the install script 2021-10-12 23:09:26 +03:00
Alexey Milovidov
65b63a67da Add a script for convenient install on multiple OS 2021-10-12 23:03:41 +03:00
Azat Khuzhin
8d7798fa2e clickhouse-test: do not guard CREATE DATABASE with try/catch
Since it will not configure testcase args and fail eventually, and later
we have a try/catch anyway, this should be enough.
2021-10-12 22:39:43 +03:00