Alexey Milovidov
e8ca174d68
Merge pull request #51123 from ClickHouse/auto/v23.3.4.17-lts
...
Update version_date.tsv and changelogs after v23.3.4.17-lts
2023-06-17 19:52:09 +03:00
Alexey Milovidov
73f5d34698
Merge pull request #51124 from ClickHouse/auto/v22.8.19.10-lts
...
Update version_date.tsv and changelogs after v22.8.19.10-lts
2023-06-17 19:51:48 +03:00
robot-clickhouse
fbcec61aec
Update version_date.tsv and changelogs after v22.8.19.10-lts
2023-06-17 14:01:58 +00:00
robot-clickhouse
081ae167e1
Update version_date.tsv and changelogs after v23.3.4.17-lts
2023-06-17 13:59:51 +00:00
Alexey Milovidov
e913a58284
Merge pull request #51049 from ClickHouse/ddl_replication_improvements
...
An optimiation for ALTERs and Replicated db with one shard
2023-06-17 16:57:59 +03:00
Alexey Milovidov
b11e148fa8
Merge pull request #51120 from azat/tests/throttle
...
Fix 02703_max_local_write_bandwidth flakiness
2023-06-17 16:54:11 +03:00
Alexey Milovidov
c2e4a7714f
Merge pull request #48821 from alekseygolub/localfilefunction
...
Added ability to implicitly use file/hdfs/s3 table functions in clickhouse-local
2023-06-17 15:55:13 +03:00
Azat Khuzhin
b608490885
Fix 02703_max_local_write_bandwidth flakiness
...
LocalWriteThrottlerSleepMicroseconds is too unpredictable in debug
builds, event with 50% of allowed error it still fails [1].
[1]: https://s3.amazonaws.com/clickhouse-test-reports/51006/6cc4f76707b196b0f02938671f62c9bb3d267faa/stateless_tests__debug__%5B2_5%5D.html
Looking into query_log artifacts:
$ clickhouse-local --file query_log.tsv.zst --input-format TSVWithNamesAndTypes -q "select query_duration_ms, ProfileEvents['LocalWriteThrottlerSleepMicroseconds'] from table where log_comment = '02703_max_local_write_bandwidth.sh' and type != 'QueryStart' and query_id = 'eebxgbfqyt'" --output-format Vertical
Row 1:
──────
query_duration_ms: 15'608
arrayElement(ProfileEvents, 'LocalWriteThrottlerSleepMicroseconds'): 1'385'203
So query duration is 15.6sec, while throttle sleeps only 1.39sec, which
is only 9%, apparently it waits somewhere else.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-06-17 13:56:29 +02:00
Mikhail f. Shiryaev
1bdf35e6cb
Merge pull request #51077 from ClickHouse/woboq-report-improvement
...
Improve woboq browser report
2023-06-17 11:01:46 +02:00
Michael Kolupaev
41563e43a8
Put test files into data_minio instead of generating them in the test
2023-06-16 17:50:51 -07:00
Michael Kolupaev
03baa19e88
Fix ParallelReadBuffer seek
2023-06-16 17:50:51 -07:00
Michael Kolupaev
c5536e4906
Fix ColumnConst::forEachSubcolumn
2023-06-16 17:48:36 -07:00
kssenii
74f2dea57b
Fix typo
2023-06-17 02:11:48 +02:00
kssenii
b902f5d045
Small style corrections
2023-06-17 01:54:38 +02:00
kssenii
55135b6711
Merge remote-tracking branch 'upstream/master' into localfilefunction
2023-06-17 00:59:27 +02:00
Rich Raposa
c08d11c97b
Merge pull request #51115 from ClickHouse/redis-fix
...
Fix Redis table engine slug
2023-06-16 15:53:05 -06:00
Rich Raposa
27090c6ed7
Merge pull request #51011 from den-crane/patch-52
...
Doc. note about perform_ttl_move_on_insert
2023-06-16 15:47:25 -06:00
Alexey Milovidov
f412ba572d
Update 02722_database_filesystem.sh
2023-06-17 00:46:48 +03:00
Alexey Milovidov
df9abccfaa
Merge branch 'master' into localfilefunction
2023-06-17 00:45:54 +03:00
rfraposa
06ee2ca153
Update redis.md
2023-06-16 15:22:47 -06:00
Rich Raposa
3d928551c0
Merge branch 'master' into patch-52
2023-06-16 15:09:24 -06:00
Alexey Milovidov
ec952d401d
Merge pull request #51114 from ClickHouse/clang-17-3
...
Compatibility with clang-17
2023-06-17 00:07:45 +03:00
Alexey Milovidov
d94e47a930
Compatibility with clang-17
2023-06-16 23:07:19 +02:00
Alexey Milovidov
4e45e39e25
Merge pull request #51099 from ClickHouse/fix_use_local_vars_after_exception
...
Fix for part_names_mutex used after destruction
2023-06-16 23:52:50 +03:00
Alexey Milovidov
f6efca6e55
Merge pull request #51001 from ClickHouse/fix_02561_null_as_default_more_formats
...
Fix flaky 02561_null_as_default_more_formats
2023-06-16 23:51:08 +03:00
Alexey Milovidov
782889a051
Merge pull request #51042 from ClickHouse/sys_zookeep_parallel_list
...
Make multiple parallel list requests when reading from system.zookeeper
2023-06-16 23:46:53 +03:00
Michael Kolupaev
10d597676c
Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly
2023-06-16 11:08:12 -07:00
Michael Kolupaev
c2900177a2
Fix race condition in ColumnLowCardinality caused by subtly broken copy-on-write for the dictionary
2023-06-16 11:06:28 -07:00
robot-clickhouse-ci-2
677203ce71
Merge pull request #51082 from ClickHouse/Avogar-patch-1
...
Update Avro format docs
2023-06-16 19:22:40 +02:00
Alexander Gololobov
8289d8fefa
Fix for part_names_mutex used after destruction
2023-06-16 18:46:07 +02:00
Alexey Milovidov
5752ad2d2f
Merge pull request #51086 from aiven-sal/aiven-sal/ctriv
...
Generate safe IVs
2023-06-16 18:49:00 +03:00
Salvatore Mesoraca
6b49968bc4
Generate safe IVs
...
IVs should never be re-used when using CTR.
The previous implementation had a 50% probability to generate
an IV that was already used after 65536 generations.
This happens because std::mt19937 is seeded using a 32bit integer
and returns a 32 bits integer.
Because of the birthday problem, collisions have a 50% chance after
only 2^16 IV's generations.
CH uses one IV per file and, for most use cases, 65k files are
not as many as they seem.
Also, the initial entropy is gathered using std::random_device
which is "best-effort" and it's allowed by the standard to
return a fixed sequence of numbers.
2023-06-16 17:09:08 +02:00
Kruglov Pavel
38ed92c8f4
Update Avro format docs
2023-06-16 15:53:29 +02:00
Nikolai Kochetov
df1ea0b572
Merge pull request #50489 from ClickHouse/vdimir/alter_moving_garbage
...
Cleanup moving parts
2023-06-16 15:39:32 +02:00
Vitaly Baranov
f7638de213
Fix crash in BackupCoordinationStageSync::setError(). ( #51012 )
2023-06-16 15:32:30 +02:00
Kruglov Pavel
dcc3efe4b7
Merge pull request #50364 from Avogar/allow-skip-empty-files
...
Allow to skip empty files in file/s3/url/hdfs table functions
2023-06-16 14:59:49 +02:00
Alexander Tokmakov
9260a1bf2e
Merge pull request #51006 from ClickHouse/followup_50448
...
Follow-up to #50448
2023-06-16 15:32:12 +03:00
Kruglov Pavel
1f47bb7716
Fix docs
2023-06-16 13:45:46 +02:00
Alexander Tokmakov
f576f1cf0b
Update 02445_replicated_db_alter_partition.sh
2023-06-16 14:31:15 +03:00
Kruglov Pavel
f8ddfb1fd8
Merge branch 'master' into allow-skip-empty-files
2023-06-16 13:23:41 +02:00
Kruglov Pavel
11f176dd19
Merge pull request #50712 from KevinyhZou/bug_fix_csv_parse_by_tab_delimiter
...
Support CSVInputFormat to read csv file by whitespace & tab delimiter
2023-06-16 13:16:22 +02:00
Mikhail f. Shiryaev
5e3233f0e4
Increase woboq job timeout
2023-06-16 12:57:03 +02:00
Mikhail f. Shiryaev
ee5ca7337e
Add reset to Stopwatch, improve codebrowser report
2023-06-16 12:51:31 +02:00
Antonio Andelic
56a48037ba
Merge pull request #50964 from ClickHouse/pufit/embedded-keeper-client
...
Add embedded keeper-client to keeper standalone binary
2023-06-16 10:08:41 +02:00
Rich Raposa
d3be3bdc9b
Merge pull request #51058 from ClickHouse/rfraposa-patch-2
...
Fix redis table function page for nav
2023-06-15 21:55:18 -06:00
Mikhail f. Shiryaev
2e3cb102d9
Merge pull request #51061 from ClickHouse/fix-sqlancer
...
Do not spam sqlancer build log
2023-06-16 00:59:32 +02:00
Mikhail f. Shiryaev
5d4a3ac0c6
Do not spam sqlancer build log
2023-06-16 00:44:42 +02:00
Mikhail f. Shiryaev
ff093ecfa9
Merge pull request #51060 from ClickHouse/fix-sqlancer
...
Sqlancer has changed master to main
2023-06-16 00:38:53 +02:00
Han Fei
6bbd0d144d
Merge pull request #50951 from ZhiguoZh/20230607-toyear-fix
...
Optimization of predicates with toYear/toYYYYMM based on a general solution
2023-06-16 00:32:55 +02:00
Mikhail f. Shiryaev
60ab05e86f
Sqlancer has changed master to main
2023-06-16 00:28:09 +02:00