Skip to content
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

Orchestrator able to display topology but still reports as failure #1490

Open
aishaimran opened this issue Aug 10, 2023 · 0 comments
Open

Orchestrator able to display topology but still reports as failure #1490

aishaimran opened this issue Aug 10, 2023 · 0 comments

Comments

@aishaimran
Copy link

aishaimran commented Aug 10, 2023

Hi! im seeing the following error in our messages:
ug 10 18:54:01 orchestrator000x. orchestrator[24514]: 2023-08-10 18:54:01 ERROR Will not resolve empty hostname
Aug 10 18:54:04 orchestrator000x. systemd[1]: Stopping orchestrator: MySQL replication management and visualization...
Aug 10 18:54:04 orchestrator000x. systemd[1]: Stopped orchestrator: MySQL replication management and visualization.
Aug 10 18:54:04 orchestrator000x. systemd[1]: Started orchestrator: MySQL replication management and visualization.
Aug 10 18:54:31 orchestrator000x. orchestrator[22352]: 2023-08-10 18:54:31 ERROR dial tcp xxxxxx:3306: connect: connection refused

Looking at our topology. I see nodes replicating while orchestrator logs complain
Changelog :
2023-08-09 07:21:43 AllIntermediateMasterSlavesFailingToConnectOrDead,
2023-08-09 06:09:22 AllIntermediateMasterSlavesNotReplicating,

Below is the config
"ListenAddress": ":3000",
"MySQLOrchestratorDatabase": "orchestrator",
"DiscoverByShowSlaveHosts": true,
"InstancePollSeconds": 60,
"UnseenInstanceForgetHours": 240,
"ReasonableReplicationLagSeconds": 10,
"ReasonableMaintenanceReplicationLagSeconds": 20,
"AuditPageSize": 20,
"SlaveStartPostWaitMilliseconds": 1000,
"AuthenticationMethod": "proxy",
"HTTPAuthUser": "admin",
"HTTPAuthPassword": "secret",
"ReadOnly": false,
"HostnameResolveMethod": "@@report_host",
"MySQLHostnameResolveMethod": "@@report_host",
"AuthUserHeader": "X-Forwarded-User",
"RemoveTextFromHostnameDisplay": ".:3306",
"DataCenterPattern": ".*(....)[.][.]net",

I am able to manually discover new nodes via ui using fdqn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant