forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 15
26.1 Antalya port - Alternative syntax for cluster functions #1390
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ianton-ru
wants to merge
22
commits into
antalya-26.1
Choose a base branch
from
frontport/antalya-26.1/alternative_syntax
base: antalya-26.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+3,122
−531
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
05ac5bc
26.1 Antalya port - Alternative syntax for cluster functions
Enmk 1fcf468
Fix overrided methods in StorageIcebergConfiguration
ianton-ru e940934
Fix create table, fix test
ianton-ru c74753a
Merge pull request #1120 from Altinity/feature/antalya-25.8/iceberg_l…
Enmk c74de25
Fix metadata initialize
ianton-ru 79b334c
Fix delete and insert
ianton-ru 5a7060f
Fix metadata loading
ianton-ru 5fe65fe
Merge pull request #1074 from Altinity/bugfix/antalya-25.8/prefer_lar…
Enmk 5e18a1c
More virtual methods for StorageObjectStorageCluster
ianton-ru fb0febd
Fix mask sensitive info test
ianton-ru c39c201
Fix confusing cluster name and named collection name in cluster funct…
ianton-ru c9c0cbc
Fix paimon functions
ianton-ru f5b1756
Merge branch 'antalya-26.1' into frontport/antalya-26.1/alternative_s…
ianton-ru 0020e0c
Fix after codex review
ianton-ru 44fe675
Fix CDF check
ianton-ru 6048e5d
Fix metadata.json name parsing
ianton-ru f3c7d36
More fixes
ianton-ru 8ffa292
Fix after codex review
ianton-ru cb1c51d
Fix hiding azure secrets for iceberegCluster
ianton-ru df401f6
Fix tests
ianton-ru 0da7fa3
Fix mask sensitive info
ianton-ru 21f29f0
Fix paimonS3Cluster
ianton-ru File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
constrainShardInfoAndAddressesToMaxHostsindexesaddresses_with_failoverwithshard_info.shard_num - 1, but in replicas-as-shards modeshard_numcomes from the original shard id (not the selected replica position) and can repeat across replicas. Whenobject_storage_max_nodesis used on a cluster that has replicas, this remaps selected shards to wrong/duplicate addresses and can desynchronizeshards_infofromaddresses_with_failover, so distributed object-storage reads are sent to unintended hosts and lose expected parallelism.Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
constrainShardInfoAndAddressesToMaxHostscalled fromClusterconstructor withReplicasAsShardsTag, each node is in separate shard, so no shards with more than one replica.