Only instances with innodb_page_size greater than 4k (4096) can be used with InnoDB Cluster.
(Doc ID 3015209.1)
Last updated on APRIL 06, 2024
Applies to:
MySQL Server - Version 8.0 and laterInformation in this document applies to any platform.
Goal
When creating an InnoDB Cluster the following error appears:
The dba.createCluster() function fails if used on an instance with innodb_page_size=4k, because the instance_name column of the instances table in the InnoDB Cluster metadata uses a VARCHAR of size 256, which is too large for the innodb_page_size=4k. However, the size of this column cannot be changed because it is used to hold hostnames of the cluster members which can have a length up to 255 bytes.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |