Skip to content
This repository was archived by the owner on May 28, 2021. It is now read-only.

28 length issue #183

Merged
merged 1 commit into from
Aug 13, 2018
Merged

28 length issue #183

merged 1 commit into from
Aug 13, 2018

Conversation

johnnyrun
Copy link

Issuing commands "as is" I hitted this problem:

E0716 08:16:40.581483       1 controller.go:289] error syncing 'yaxxxay/example-mysql-cluster-with-volume': validating Cluster: metadata.name: Invalid value: "example-mysql-cluster-with-volume": longer than maxi
mum supported length 28 (see: https://bugs.mysql.com/bug.php?id=90601)       

s/example-// fixed.

Thanks

@owainlewis
Copy link
Member

Thanks @johnnyrun. Would you mind signing the Oracle Contributor Agreement (CLA) and signing-off your commit so we can merge (see: CONTRIBUTING.md for details)?

The CLA can be found here https://www.oracle.com/technetwork/community/oca-486395.html

If you're comfortable doing that, let us know when it's submitted and we can merge your changes.

Let us know if you have any questions.

@owainlewis owainlewis added the oracle-cla: no Contributor has not yet signed the Oracle Contributor Licence Agreement label Jul 16, 2018
@johnnyrun
Copy link
Author

@owainlewis cla sent

@owainlewis
Copy link
Member

@johnnyrun great thanks. I'll chase up tomorrow and I'll merge when approved internally. 👍

@jascott1
Copy link

@owainlewis What is the reason for the 28 char limit? Thanks!

@prydie
Copy link

prydie commented Aug 2, 2018

@jascott1 InnoDB clustering only supports cluster members connecting to one another on DNS names of a certain length (defined by the hostname RFC). The MySQL Operator configures the MySQL instances to communicate using name-<ordinal>.name (e.g. my-cluster-0.my-cluster) hence the short name requirement.

@owainlewis owainlewis self-assigned this Aug 13, 2018
@owainlewis owainlewis self-requested a review August 13, 2018 13:23
@owainlewis owainlewis merged commit 95acb85 into oracle:master Aug 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug documentation oracle-cla: no Contributor has not yet signed the Oracle Contributor Licence Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants