Loading storage/ndb/src/mgmsrv/ConfigInfo.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -3806,16 +3806,16 @@ check_node_vs_replicas(Vector<ConfigInfo::ConfigRuleSection>§ions, } } if (db_host_count > 1 && node_group_warning.length() > 0) ndbout_c("Cluster configuration warning:\n%s",node_group_warning.c_str()); ctx.reportWarning("Cluster configuration warning:\n%s",node_group_warning.c_str()); if (!with_arbitration_rank) { ndbout_c("Cluster configuration warning:" ctx.reportWarning("Cluster configuration warning:" "\n Neither %s nor %s nodes are configured with arbitrator," "\n may cause complete cluster shutdown in case of host failure.", MGM_TOKEN, API_TOKEN); } if (db_host_count > 1 && arbitration_warning.length() > 0) ndbout_c("Cluster configuration warning:%s%s",arbitration_warning.c_str(), ctx.reportWarning("Cluster configuration warning:%s%s",arbitration_warning.c_str(), "\n Running arbitrator on the same host as a database node may" "\n cause complete cluster shutdown in case of host failure."); } Loading Loading
storage/ndb/src/mgmsrv/ConfigInfo.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -3806,16 +3806,16 @@ check_node_vs_replicas(Vector<ConfigInfo::ConfigRuleSection>§ions, } } if (db_host_count > 1 && node_group_warning.length() > 0) ndbout_c("Cluster configuration warning:\n%s",node_group_warning.c_str()); ctx.reportWarning("Cluster configuration warning:\n%s",node_group_warning.c_str()); if (!with_arbitration_rank) { ndbout_c("Cluster configuration warning:" ctx.reportWarning("Cluster configuration warning:" "\n Neither %s nor %s nodes are configured with arbitrator," "\n may cause complete cluster shutdown in case of host failure.", MGM_TOKEN, API_TOKEN); } if (db_host_count > 1 && arbitration_warning.length() > 0) ndbout_c("Cluster configuration warning:%s%s",arbitration_warning.c_str(), ctx.reportWarning("Cluster configuration warning:%s%s",arbitration_warning.c_str(), "\n Running arbitrator on the same host as a database node may" "\n cause complete cluster shutdown in case of host failure."); } Loading