Check if encrypted disks support writing with append#89999
Merged
tuanpach merged 2 commits intoClickHouse:masterfrom Nov 17, 2025
Merged
Check if encrypted disks support writing with append#89999tuanpach merged 2 commits intoClickHouse:masterfrom
tuanpach merged 2 commits intoClickHouse:masterfrom
Conversation
Contributor
|
Workflow [PR], commit [49de833] Summary: ❌
|
kssenii
approved these changes
Nov 13, 2025
Member
kssenii
left a comment
There was a problem hiding this comment.
Check if cache disks and encrypted disks support writing with append
I think this only affected encypted disk, not cached, as cached disk is just DiskObjectStorage<CachedObjectStorage>, e.g. dynamic_cast<DiskObjectStorage *> works for it.
e81365a to
8a9c118
Compare
Member
Author
|
01034_prewhere_max_parallel_replicas_distributed 01754_clickhouse_format_backslash |
Merged
via the queue into
ClickHouse:master
with commit Nov 17, 2025
fc70889
125 of 130 checks passed
This was referenced Dec 24, 2025
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 4, 2026
Check if encrypted disks support writing with append
25 tasks
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 4, 2026
Check if encrypted disks support writing with append
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 4, 2026
Check if encrypted disks support writing with append
ianton-ru
pushed a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 4, 2026
Check if encrypted disks support writing with append Signed-off-by: Anton Ivashkin <ianton@live.com>
zvonand
added a commit
to Altinity/ClickHouse
that referenced
this pull request
Mar 4, 2026
Antalya 25.8 backports of ClickHouse#88490 and ClickHouse#89999
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.
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
Check if encrypted disks support writing with append. Resolves #84669
Documentation entry for user-facing changes
Details
Closes #84669