Backport #12182 to 20.5: Cap max_memory_usage* limits to the process resident memory#12367
Merged
alexey-milovidov merged 1105 commits into20.5from Jul 10, 2020
Merged
Backport #12182 to 20.5: Cap max_memory_usage* limits to the process resident memory#12367alexey-milovidov merged 1105 commits into20.5from
alexey-milovidov merged 1105 commits into20.5from
Conversation
* Add unbundled mode flag * Move skip lists to clickhouse-test * More verbose message about skip * Make skip-list optional * Update clickhouse-test
Add storage RabbitMQ
By default IMPORTED target has a scope in the directory in which it is created and below. This leads to the following issues when building UNBUNDLED: Target "clickhouse" links to target "Poco::Data::ODBC" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?
* simplify reading in order of sorting key * add perf test for reading many parts * Revert "simplify reading in order of sorting key" This reverts commit 7267d7c. * add threshold for preliminary merge for reading in order * better threshold * limit threads in test
Added a showcase of minimal Docker image
Normalize "pid" file handling #3501
Minor cmake fixes for UNBUNDLED build
… perf-test-questdb
Fix Parquet for LowCardinality
Fix result_rows and result_bytes metrics for selects.
Check wrong type for filter.
Add type column in system.disks
Added a test for PaddedPODArray just in case
Supertype for LowCardinality
Fix arrayFill for empty arrays.
AST-based query fuzzing mode for clickhouse-client
Headers for CSVWithNames in StorageFile
This reverts commit d199961.
…ary-failed-to-load Show error after TrieDictionary failed to load.
…lver Fix rare hanging in DNSResolver
gcc10/cmake build fixes
* first try * change submodule * Update .gitmodules * include build directory * Update .gitmodules Co-authored-by: Nikita Mikhailov <[email protected]>
Bump arrow to 0.17 (and flatbuffers to v1.12, required by arrow)
…anches Fix skip lists for old branches
Cap max_memory_usage* limits to the process resident memory
…79c23a28db217d66d20e59f98d769 Cherry pick #12182 to 20.5: Cap max_memory_usage* limits to the process resident memory
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 #12182
Cherry-pick pull-request #12351
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.