take long time to start next pod, why? about 9min

@SalleryWang , look at pod events, there should be some info on what's going on.
no,it just take long time to start a pending pod? pending pod to running is not slow
Is there a performance issue about operator, when i create a lot pods
the logs show take a lot time to spent on the code, as fallows: is it nessesary? if curStatefulSet == nil { err := w.schemer.HostCreateTables(host) if err == nil { w.a.V(1). WithEvent(host.CHI, eventActionCreate, eventReasonCreateCompleted). WithStatusAction(host.CHI). Info("Created schema objects on host %s replica %d to shard %d in cluster %s", host.Name, host.Address.ReplicaIndex, host.Address.ShardIndex, host.Address.ClusterName) } else { w.a.WithEvent(host.CHI, eventActionCreate, eventReasonCreateFailed). WithStatusError(host.CHI). Error("FAILED to create schema objects on host %s with error %v", host.Name, err) } }
@alex-zaitsev

@alex-zaitsev @Slach when i create cluster, i think no need to migrat schema objects to host, has error
Those errors seem to take less than a second in total. Could you attach the full operator log when starting a cluster?
it is too large
@alex-zaitsev
@alex-zaitsev
are you using aws eks? if so, do you have readiness gate injection?