[ https://issues.apache.org/jira/browse/IGNITE-24455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexey Scherbakov updated IGNITE-24455: --------------------------------------- Description: {noformat} [defaultNode]> cluster topology physical ╔═════════════╤══════════════╤══════╤═══════════════╤══════════════════════════════════════╗ ║ name │ host │ port │ consistent id │ id ║ ╠═════════════╪══════════════╪══════╪═══════════════╪══════════════════════════════════════╣ ║ defaultNode │ ######.102 │ 3344 │ defaultNode │ 21ca3b66-40b9-4666-8b07-4942d0bcf413 ║ ╟─────────────┼──────────────┼──────┼───────────────┼──────────────────────────────────────╢ ║ defaultNode │ ######.109 │ 3344 │ defaultNode │ abcec24c-437f-45a9-9025-477c97ca4136 ║ ╚═════════════╧══════════════╧══════╧═══════════════╧══════════════════════════════════════╝{noformat} Possible solution: prevent cluster init if some nodes have non unique cluster ids. was: {noformat} [defaultNode]> cluster topology physical ╔═════════════╤══════════════╤══════╤═══════════════╤══════════════════════════════════════╗ ║ name │ host │ port │ consistent id │ id ║ ╠═════════════╪══════════════╪══════╪═══════════════╪══════════════════════════════════════╣ ║ defaultNode │ 172.25.4.102 │ 3344 │ defaultNode │ 21ca3b66-40b9-4666-8b07-4942d0bcf413 ║ ╟─────────────┼──────────────┼──────┼───────────────┼──────────────────────────────────────╢ ║ defaultNode │ 172.25.4.109 │ 3344 │ defaultNode │ abcec24c-437f-45a9-9025-477c97ca4136 ║ ╚═════════════╧══════════════╧══════╧═══════════════╧══════════════════════════════════════╝{noformat} Possible solution: prevent cluster init if some nodes have non unique cluster ids. > It's possible to create a physical cluster having non unique consistent ids. > ---------------------------------------------------------------------------- > > Key: IGNITE-24455 > URL: https://issues.apache.org/jira/browse/IGNITE-24455 > Project: Ignite > Issue Type: Bug > Reporter: Alexey Scherbakov > Priority: Major > Labels: bugbounty25, ignite-3 > > {noformat} > [defaultNode]> cluster topology physical > ╔═════════════╤══════════════╤══════╤═══════════════╤══════════════════════════════════════╗ > ║ name │ host │ port │ consistent id │ id > ║ > ╠═════════════╪══════════════╪══════╪═══════════════╪══════════════════════════════════════╣ > ║ defaultNode │ ######.102 │ 3344 │ defaultNode │ > 21ca3b66-40b9-4666-8b07-4942d0bcf413 ║ > ╟─────────────┼──────────────┼──────┼───────────────┼──────────────────────────────────────╢ > ║ defaultNode │ ######.109 │ 3344 │ defaultNode │ > abcec24c-437f-45a9-9025-477c97ca4136 ║ > ╚═════════════╧══════════════╧══════╧═══════════════╧══════════════════════════════════════╝{noformat} > Possible solution: prevent cluster init if some nodes have non unique cluster > ids. -- This message was sent by Atlassian Jira (v8.20.10#820010)