From 27b9f08751d221d3a7d9ee82836c2c60f64b38f1 Mon Sep 17 00:00:00 2001 From: Gianluca Borello Date: Tue, 12 Jun 2018 10:21:07 -0700 Subject: [PATCH] Remove hinting at MySQL 8-specific behavior Signed-off-by: Gianluca Borello --- pkg/controllers/cluster/manager/cluster_manager.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/controllers/cluster/manager/cluster_manager.go b/pkg/controllers/cluster/manager/cluster_manager.go index d89118d7f..1d150f412 100644 --- a/pkg/controllers/cluster/manager/cluster_manager.go +++ b/pkg/controllers/cluster/manager/cluster_manager.go @@ -235,7 +235,6 @@ func (m *ClusterManager) ensurePrimaryControllerState(ctx context.Context, statu } } -// NOTE: This should never happen in 8.0 but probably worth keeping for now. func (m *ClusterManager) handleInstanceMissing(ctx context.Context, primaryAddr string) bool { primaryURI := fmt.Sprintf("%s:%s@%s", m.Instance.GetUser(), m.Instance.GetPassword(), primaryAddr) primarySh := m.mysqlshFactory(primaryURI)