Commit Graph

76663 Commits

Author SHA1 Message Date
alesapin
30090472a1
Merge pull request #30948 from ClickHouse/fix_docs_release
Parse json from response in ci checks
2021-11-01 11:48:22 +03:00
Yatsishin Ilya
7c7c90f1b4 try 2021-11-01 11:45:10 +03:00
Vitaly Baranov
8fbd6e3d46
Merge pull request #30941 from vitlibar/fix-flaky-read-tiny-log
Fix reading from TinyLog
2021-11-01 11:44:06 +03:00
Yatsishin Ilya
31a8bcd3e1 fix test_backward_compatibility 2021-11-01 11:25:38 +03:00
Roman
922614796d
Update RabbitMQ docs
Add description for new setting rabbitmq_queue_settings_list
2021-11-01 10:22:43 +02:00
alesapin
19e690f86a Parse json from response 2021-11-01 11:22:35 +03:00
alesapin
885a60d15b
Merge pull request #30947 from ClickHouse/fix_docs_release
Add github to known hosts in docs release
2021-11-01 11:18:37 +03:00
alesapin
a857b895d4 Also fixes in docker 2021-11-01 11:18:02 +03:00
alesapin
9b87877898 Better name 2021-11-01 11:07:42 +03:00
alesapin
ecf874c29b Better 2021-11-01 11:05:55 +03:00
alesapin
c11cf7ad9b Fixes in workflows 2021-11-01 11:04:28 +03:00
alesapin
54e404de32 Add github to known hosts in docs release 2021-11-01 10:33:52 +03:00
Azat Khuzhin
60a411581f Fix possible "The local set of parts of X doesn't look like the set of parts in ZooKeeper" error
If during removing replica_path from zookeeper, some error occurred
(zookeeper goes away), then it may not remove everything from zookeeper.

And on DETACH/ATTACH (or server restart, like stress tests does in the
analysis from this comment [1]), it will trigger an error:

    The local set of parts of table test_1.alter_table_4 doesn't look like the set of parts in ZooKeeper:

  [1]: https://github.com/ClickHouse/ClickHouse/pull/28296#issuecomment-915829943

Fix this, by removing "metadata" at first, and only after this
everything else, this will avoid this error, since on ATTACH such table
will be marked as read-only.

v2: forget to remove remote_replica_path itself
v3: fix test_drop_replica by adding a check for remote_replica_path existence
2021-11-01 08:59:28 +03:00
Azat Khuzhin
ca22e7acfb Use existing local remote_replica_path var in StorageReplicatedMergeTree::dropReplica() 2021-11-01 08:53:31 +03:00
taiyang-li
619d576b6f switch snappy to https://github.com/ClickHouse-Extras/snappy 2021-11-01 11:19:22 +08:00
taiyang-li
45676e4334 update version of snappy 2021-11-01 11:18:59 +08:00
木木夕120
554b47dc73
Update parts_columns.md 2021-11-01 09:37:59 +08:00
木木夕120
9417e10330
Merge branch 'ClickHouse:master' into master 2021-11-01 09:30:44 +08:00
Vitaly Baranov
d2363d625c Fix reading from TinyLog. 2021-11-01 04:07:43 +03:00
kssenii
0ff0cf6dd2 Fix 2021-11-01 00:45:32 +03:00
alexey-milovidov
e879c510b8
Merge pull request #30917 from ClickHouse/miscellaneous
Miscellaneous
2021-11-01 00:44:16 +03:00
alexey-milovidov
cefe34a46d
Merge pull request #30939 from ClickHouse/minor-improvement-install
Minor improvement in universal install script
2021-11-01 00:42:51 +03:00
Alexey Milovidov
13ee782bda Minor improvement in universal install script 2021-11-01 00:42:13 +03:00
kssenii
d7dab834ec Fix file progress for local 2021-11-01 00:33:03 +03:00
alesapin
b43f1b45bc
Merge pull request #30937 from ClickHouse/fix_docs_release
Fix style check
2021-10-31 23:53:57 +03:00
alesapin
0da1c343a0 Fix style check 2021-10-31 23:47:11 +03:00
alexey-milovidov
58d3325943
Merge pull request #30932 from ClickHouse/duckdb-benchmark
Add benchmark for DuckDB
2021-10-31 23:00:12 +03:00
Anton Popov
07d6013bc6 fix with fill 2021-10-31 22:48:12 +03:00
Alexey Milovidov
a061bf1d79 Turn off logging in docs. release script just in case 2021-10-31 22:27:01 +03:00
alesapin
1f9ec1b413
Merge pull request #30933 from ClickHouse/fix_docs_release
Fix docs release
2021-10-31 22:20:45 +03:00
alesapin
cbab2aca69 Trying to fix docs release 2021-10-31 22:18:43 +03:00
alexey-milovidov
d2a0b25711
Merge pull request #27828 from adevyatova/annadevyatova-DOCSUP-12872-secured
DOCSUP-12872: Optional secured communication between ClickHouse and Zookeeper
2021-10-31 22:13:07 +03:00
alexey-milovidov
211ff056e9
Merge pull request #30419 from karnevil13/karnevil-DOCSUP-16354
DOCSUP-16354: Edit and translate to Russian (listen_backlog)
2021-10-31 22:12:39 +03:00
alexey-milovidov
f652c8ce24
Merge pull request #30852 from ucasfl/modify-table-comment
enable modify table comment of rest table engine
2021-10-31 22:12:07 +03:00
alexey-milovidov
eb3e461f96
Merge pull request #30892 from excitoon/patch-15
Better handling of `xtables.lock` in `runner`
2021-10-31 22:11:23 +03:00
alexey-milovidov
ac38f8f459
Merge pull request #30903 from ClickHouse/reimplement-28639
Reimplement #28639
2021-10-31 22:10:58 +03:00
Kseniia Sumarokova
ca48c5f302
Merge pull request #30832 from ucasfl/filelog-fix
filelog engine tests improve
2021-10-31 21:27:48 +03:00
alexey-milovidov
0acc985848
Merge pull request #30930 from ClickHouse/alexey-milovidov-patch-4
Fix strange mistake in documentation release process.
2021-10-31 21:10:31 +03:00
alesapin
14ea8f4477 Fix docs release 2021-10-31 21:08:38 +03:00
Alexey Milovidov
6ab92f70a1 Add benchmark for DuckDB 2021-10-31 21:05:07 +03:00
alexey-milovidov
2ea8b89cbb
Fix strange mistake in documentation release process. 2021-10-31 20:43:32 +03:00
alesapin
d49b5aa0f8
Merge pull request #30929 from ClickHouse/fix_docs_release
Debug github event
2021-10-31 20:34:13 +03:00
alesapin
817ca26b7f Debug github event 2021-10-31 20:33:49 +03:00
alesapin
e7441dd2f0
Merge pull request #30928 from ClickHouse/fix_docs_release
Fix yml in docs release
2021-10-31 20:30:41 +03:00
alesapin
b9887273b1 Fix yml 2021-10-31 20:29:54 +03:00
alesapin
ed3d707513
Merge pull request #30839 from ClickHouse/qoega-docker-docs
Docs check on github actions
2021-10-31 20:29:04 +03:00
Anton Popov
aff2711f1a support INTERVAL type in WITH FILL 2021-10-31 19:42:43 +03:00
Vitaly Baranov
d29b73e301
Merge pull request #30689 from vitlibar/refactor-log-family
Refactoring of Log family
2021-10-31 18:50:08 +03:00
Alexey Milovidov
993f3faefd Miscellaneous 2021-10-31 18:11:46 +03:00
alexey-milovidov
0351946e92
Update 02111_modify_table_comment.sql 2021-10-31 17:34:47 +03:00