You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logrus.Warnf("Skipping the migration for guaranteed-instance-manager-cpu for v2 data engine since old setting %v value %v milliCPUs is larger than the minimum number of CPUs %v among all nodes", types.SettingNameV2DataEngineGuaranteedInstanceManagerCPU, oldV2Setting.Value, numCPUs)
logrus.Warnf("The calculated guaranteed-instance-manager-cpu percentage %v from old setting %v is larger than 100%%, set it to 100%%", originalGuaranteedInstanceManagerCPUInPercentage, types.SettingNameV2DataEngineGuaranteedInstanceManagerCPU)
logrus.Warnf("The calculated guaranteed-instance-manager-cpu percentage %v for v2 data engine is larger than the maximum %v%%, set it to the maximum", originalGuaranteedInstanceManagerCPUInPercentage, valueMaximum)
0 commit comments