TiDB Operator 部署没有启动 TiDB 实例

【TiDB 版本】

v4.0.10

【问题描述】

我根据官网文档上 快速上手 TiDB Operator 教程尝试在本地部署 TiDB 用于测试。

使用的是 kind,过程中没有什么报错信息,但是最后发现没有启动 tidb 实例,文档中的 basic-tidb-0

  1. kubectl get all -n 反馈下
  2. yaml 文件反馈下
  3. kubeclt logs 看下 controller 的pod有报错吗?

貌似电脑重启之后出现了

YAML 文件就是文档里提供的yaml
https://raw.githubusercontent.com/pingcap/tidb-operator/master/examples/basic/tidb-cluster.yaml

kubectl logs tidb-controller-manager-686c8df687-fmq9z -n tidb-admin

I0228 07:38:30.246696       1 tidbcluster_control.go:66] TidbCluster: [tidb-cluster/basic] updated successfully
E0228 07:38:30.246738       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
I0228 07:38:30.251691       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"a7c7f370-0d6d-481d-81bd-e8c625fbae88", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6858112", FieldPath:""}): type: 'Normal' reason: 'SuccessfulPatch' patch PV pvc-f2cf2b4a-174d-4500-8b5d-ddfd5f23d951 in TidbCluster basic successful
E0228 07:38:31.341868       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.106.227.146:2379: connect: connection refused, service tidb-cluster/basic-pd has no endpoints
E0228 07:38:31.350012       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
E0228 07:38:32.471929       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.106.227.146:2379: connect: connection refused
E0228 07:38:32.480682       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
E0228 07:38:32.535635       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.106.227.146:2379: connect: connection refused
I0228 07:38:32.547294       1 tidbcluster_control.go:66] TidbCluster: [tidb-cluster/basic] updated successfully
E0228 07:38:32.547333       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
E0228 07:38:32.602884       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.106.227.146:2379: connect: connection refused
E0228 07:38:32.609745       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
E0228 07:38:40.525858       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.106.227.146:2379: connect: connection refused
E0228 07:38:40.530346       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
I0228 08:08:16.531485       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866293", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create Role/basic-discovery for controller TidbCluster/basic successfully
I0228 08:08:16.535852       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866293", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create ServiceAccount/basic-discovery for controller TidbCluster/basic successfully
I0228 08:08:16.553297       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866293", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create RoleBinding/basic-discovery for controller TidbCluster/basic successfully
I0228 08:08:16.559673       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866293", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create Deployment/basic-discovery for controller TidbCluster/basic successfully
I0228 08:08:16.582666       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866293", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create Service/basic-discovery for controller TidbCluster/basic successfully
I0228 08:08:16.602649       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866293", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' create Service basic-pd in  basic successful
I0228 08:08:16.613491       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866293", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' create Service basic-pd-peer in  basic successful
I0228 08:08:16.619703       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866293", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create ConfigMap/basic-pd-6130373 for controller TidbCluster/basic successfully
I0228 08:08:16.627960       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866293", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' create StatefulSet basic-pd in  basic successful
I0228 08:08:16.643999       1 tidbcluster_control.go:66] TidbCluster: [tidb-cluster/basic] updated successfully
I0228 08:08:16.644054       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for PD cluster running, requeuing
E0228 08:08:17.822018       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.110.225.18:2379: connect: connection refused, service tidb-cluster/basic-pd has no endpoints
I0228 08:08:17.837336       1 tidbcluster_control.go:66] TidbCluster: [tidb-cluster/basic] updated successfully
E0228 08:08:17.837391       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
I0228 08:08:17.842692       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866381", FieldPath:""}): type: 'Normal' reason: 'SuccessfulPatch' patch PV pvc-de7d437a-fe0c-4748-a5a7-6b731a84c510 in TidbCluster basic successful
E0228 08:08:18.941884       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.110.225.18:2379: connect: connection refused, service tidb-cluster/basic-pd has no endpoints
E0228 08:08:18.950098       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
E0228 08:08:20.062055       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.110.225.18:2379: connect: connection refused
E0228 08:08:20.067839       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
E0228 08:08:20.113692       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.110.225.18:2379: connect: connection refused
I0228 08:08:20.124752       1 tidbcluster_control.go:66] TidbCluster: [tidb-cluster/basic] updated successfully
E0228 08:08:20.124789       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
E0228 08:08:20.169458       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Get http://basic-pd.tidb-cluster:2379/pd/health: dial tcp 10.110.225.18:2379: connect: connection refused
E0228 08:08:20.178092       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
E0228 08:08:28.317936       1 pd_member_manager.go:183] failed to sync TidbCluster: [tidb-cluster/basic]'s status, error: Error response 503 URL http://basic-pd.tidb-cluster:2379/pd/health,body response: no leader
E0228 08:08:28.326169       1 tidb_cluster_controller.go:126] TidbCluster: tidb-cluster/basic, sync failed TidbCluster: tidb-cluster/basic's pd status sync failed, can't failover, requeuing
I0228 08:08:36.999690       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"tidb-cluster", Name:"basic", UID:"d97b76f3-30fc-48bb-a380-aacf11c58ef4", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866490", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create Service/basic-prometheus for controller TidbMonitor/basic successfully
I0228 08:08:37.009084       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"tidb-cluster", Name:"basic", UID:"d97b76f3-30fc-48bb-a380-aacf11c58ef4", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866490", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create Service/basic-monitor-reloader for controller TidbMonitor/basic successfully
I0228 08:08:37.019956       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"tidb-cluster", Name:"basic", UID:"d97b76f3-30fc-48bb-a380-aacf11c58ef4", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866490", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create Service/basic-grafana for controller TidbMonitor/basic successfully
I0228 08:08:37.025196       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"tidb-cluster", Name:"basic", UID:"d97b76f3-30fc-48bb-a380-aacf11c58ef4", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866490", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create ConfigMap/basic-monitor for controller TidbMonitor/basic successfully
I0228 08:08:37.027618       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"tidb-cluster", Name:"basic", UID:"d97b76f3-30fc-48bb-a380-aacf11c58ef4", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866490", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create Secret/basic-monitor for controller TidbMonitor/basic successfully
I0228 08:08:37.030448       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"tidb-cluster", Name:"basic", UID:"d97b76f3-30fc-48bb-a380-aacf11c58ef4", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866490", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create ServiceAccount/basic-monitor for controller TidbMonitor/basic successfully
I0228 08:08:37.035321       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"tidb-cluster", Name:"basic", UID:"d97b76f3-30fc-48bb-a380-aacf11c58ef4", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866490", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create Role/basic-monitor for controller TidbMonitor/basic successfully
I0228 08:08:37.046984       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"tidb-cluster", Name:"basic", UID:"d97b76f3-30fc-48bb-a380-aacf11c58ef4", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866490", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create RoleBinding/basic-monitor for controller TidbMonitor/basic successfully
I0228 08:08:37.051771       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbMonitor", Namespace:"tidb-cluster", Name:"basic", UID:"d97b76f3-30fc-48bb-a380-aacf11c58ef4", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866490", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create Deployment/basic-monitor for controller TidbMonitor/basic successfully
I0228 08:08:37.099922       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866491", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' create Service basic-tikv-peer in  basic successful
I0228 08:08:37.103208       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866491", FieldPath:""}): type: 'Normal' reason: 'Successfully Create' create ConfigMap/basic-tikv-6565313 for controller TidbCluster/basic successfully
I0228 08:08:37.106825       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866491", FieldPath:""}): type: 'Normal' reason: 'SuccessfulCreate' create StatefulSet basic-tikv in  basic successful
I0228 08:08:37.113410       1 tidbcluster_control.go:66] TidbCluster: [tidb-cluster/basic] updated successfully
I0228 08:08:37.113464       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:08:37.177510       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:08:37.183806       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:08:37.204426       1 tidbcluster_control.go:66] TidbCluster: [tidb-cluster/basic] updated successfully
I0228 08:08:37.204456       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:08:37.254650       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:08:37.424111       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:08:37.424411       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:08:41.615542       1 event.go:255] Event(v1.ObjectReference{Kind:"TidbCluster", Namespace:"tidb-cluster", Name:"basic", UID:"aebb8990-6c43-49fe-8616-bd78574ab6ad", APIVersion:"pingcap.com/v1alpha1", ResourceVersion:"6866562", FieldPath:""}): type: 'Normal' reason: 'SuccessfulPatch' patch PV pvc-74202658-b244-4cd7-8544-f4ca0ae6abb3 in TidbCluster basic successful
I0228 08:08:41.679668       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:08:41.684687       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:08:41.691722       1 tidbcluster_control.go:66] TidbCluster: [tidb-cluster/basic] updated successfully
I0228 08:08:41.691761       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:08:41.753957       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:08:41.760758       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:08:41.761135       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:08:48.460810       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:08:48.467103       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:08:48.467414       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:09:18.457557       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:09:18.463238       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:09:18.463535       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:09:32.382686       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:09:32.388861       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:09:32.389187       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:09:48.461555       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:09:48.467667       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:09:48.467969       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:10:18.496932       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:10:18.501525       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:10:18.501971       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:10:48.461977       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:10:48.465950       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:10:48.466286       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:11:12.439914       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:11:12.444046       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:11:12.444353       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:11:18.465682       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:11:18.471464       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:11:18.471928       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing
I0228 08:11:48.475751       1 tikv_member_manager.go:701] TiKV of Cluster tidb-cluster/basic not bootstrapped yet
I0228 08:11:48.481408       1 tikv_member_manager.go:795] TiKV of Cluster tidb-cluster/basic is not bootstrapped yet, no need to set store labels
I0228 08:11:48.481917       1 tidb_cluster_controller.go:124] TidbCluster: tidb-cluster/basic, still need sync: TidbCluster: [tidb-cluster/basic], waiting for TiKV cluster running, requeuing

额,从日志的时间看不知道能对应上吗? 有点像网络问题。

1 个赞