Skip to content

Backport #12013 to 20.5: Fix array size overflow in generateRandom#12249

Merged
alexey-milovidov merged 433 commits into20.5from
backport/20.5/12013
Jul 7, 2020
Merged

Backport #12013 to 20.5: Fix array size overflow in generateRandom#12249
alexey-milovidov merged 433 commits into20.5from
backport/20.5/12013

Conversation

@robot-clickhouse
Copy link
Member

Original pull-request #12013
Cherry-pick pull-request #12222

This pull-request is a last step of an automated backporting.
Treat it as a standard pull-request: look at the checks and resolve conflicts.
Merge it only if you intend to backport changes to the target branch, otherwise just close it.

blinkov and others added 30 commits June 11, 2020 12:22
After the main test, run queries from `website.xml` in parallel using
`clickhouse-benchmark`. This can be useful to test the effects of
concurrency on performance. Comparison test can miss some effects
because it always runs queries sequentially, and many of them are even
single-threaded.
This PR adds a server level config for overriding the default max number
of threads in global thread pool that is currently allowed (10,000).

This might be useful in scenarios where there are a large number of
distributed queries that are executing concurrently and where the
default number of max threads might not be necessarily be sufficient.
This adds the `max_thread_pool_size` config to
tests/server-test.xml file.
This adds the docs for the new server level setting
`max_thread_pool_size`.
alexey-milovidov and others added 26 commits June 27, 2020 22:05
ISSUES-3985 Support MySQL engine reading Enums type
xeus-clickhouse is a Jupyter kernal for ClickHouse
client exit with unrecognized arguments
Revert "[experiment] maybe fix warnings in integration tests"
…erate-random

Fix array size overflow in generateRandom
…39ce31188edad32d42811a7e2cfd8

Cherry pick #12013 to 20.5: Fix array size overflow in generateRandom
@robot-clickhouse robot-clickhouse added the pr-backport Changes, backported to release branch. Do not use manually - automated use only! label Jul 7, 2020
@alexey-milovidov alexey-milovidov merged commit 9025fd0 into 20.5 Jul 7, 2020
@alexey-milovidov alexey-milovidov deleted the backport/20.5/12013 branch July 7, 2020 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-backport Changes, backported to release branch. Do not use manually - automated use only!

Projects

None yet

Development

Successfully merging this pull request may close these issues.