Skip to content

LRUCache fix exception unsafe element insertion#21891

Merged
kitaisreal merged 1 commit intoClickHouse:masterfrom
kitaisreal:lru-cache-fix-exception-unsafe-element-insertion
Mar 19, 2021
Merged

LRUCache fix exception unsafe element insertion#21891
kitaisreal merged 1 commit intoClickHouse:masterfrom
kitaisreal:lru-cache-fix-exception-unsafe-element-insertion

Conversation

@kitaisreal
Copy link
Copy Markdown
Contributor

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Fixes #21840.

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Mar 18, 2021
@alexey-milovidov alexey-milovidov self-assigned this Mar 18, 2021
@kitaisreal kitaisreal merged commit c703ea1 into ClickHouse:master Mar 19, 2021
@nvartolomei
Copy link
Copy Markdown
Contributor

Please backport at least to the latest LTS if it's possible to do with automation.

@kitaisreal kitaisreal added the pr-bugfix Pull request with bugfix, not backported by default label Mar 19, 2021
kitaisreal added a commit that referenced this pull request Mar 19, 2021
Backport #21891 to 21.1: LRUCache fix exception unsafe element insertion
kitaisreal added a commit that referenced this pull request Mar 19, 2021
Backport #21891 to 21.2: LRUCache fix exception unsafe element insertion
kitaisreal added a commit that referenced this pull request Mar 20, 2021
Backport #21891 to 21.3: LRUCache fix exception unsafe element insertion
kitaisreal added a commit that referenced this pull request Mar 20, 2021
Backport #21891 to 20.12: LRUCache fix exception unsafe element insertion
kitaisreal added a commit that referenced this pull request Mar 21, 2021
Backport #21891 to 20.8: LRUCache fix exception unsafe element insertion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-bugfix Pull request with bugfix, not backported by default pr-not-for-changelog This PR should not be mentioned in the changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LRUCache is not exception safe (potential bug)

4 participants