Backport #12013 to 20.5: Fix array size overflow in generateRandom#12249
Merged
alexey-milovidov merged 433 commits into20.5from Jul 7, 2020
Merged
Backport #12013 to 20.5: Fix array size overflow in generateRandom#12249alexey-milovidov merged 433 commits into20.5from
alexey-milovidov merged 433 commits into20.5from
Conversation
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`.
ISSUES-3985 Support MySQL engine reading Enums type
Add a test for #10102
Fix typos in code
Added a test for #8550
Fix potential FPE.
xeus-clickhouse is a Jupyter kernal for ClickHouse
client exit with unrecognized arguments
…flow-generate-random
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.