-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Labels
area/platformissues related to the platformissues related to the platformautoteamcommunityneeds-triageteam/composeteam/platform-movetype/bugSomething isn't workingSomething isn't working
Description
Helm Chart Version
2.0.18
What step the error happened?
Upgrading the Platform or Helm Chart
Relevant information
With the following set up for the helm values the Airbyte database contains actor-specific resource requirements that override the global workloads.resources settings. Even with useConnectorResourceDefaults: false, these persisted actor definitions take precedence.
The workload-launcher logs showed: "Invalid resource requirements detected, requested 2Gi while limit is 500Mi" - this indicates specific connector definitions in the database have hardcoded resource requirements.
workloads:
resources:
useConnectorResourceDefaults: false
replication:
memory:
request: "300Mi"
limit: "700Mi"
cpu:
request: "200m"
limit: "500m"
is the fix that I have to modify DB values?
Relevant log output
⏺ Bash(kubectl logs -n airbyte deployment/airbyte-workload-launcher --tail=1000 | grep -B1 -A3 "source\] image:" | tail -20)
⎿ 2025-10-17 13:44:19,201 [default-14] INFO i.a.w.l.p.KubePodClient(launchReplication):102 - [orchestrator] image: airbyte/container-orchestrator:2.0.0 resource
ResourceRequirements(claims=[], limits={memory=500Mi, cpu=250m}, requests={memory=150Mi, cpu=75m}, additionalProperties={})
2025-10-17 13:44:19,203 [default-11] INFO i.a.w.l.p.h.SuccessHandler(accept):83 - Pipeline completed for workload: 586742a9-1f0d-4d4c-afd5-8591b333b50e_27181_0_
… +30 lines (ctrl+o to expand)
Metadata
Metadata
Assignees
Labels
area/platformissues related to the platformissues related to the platformautoteamcommunityneeds-triageteam/composeteam/platform-movetype/bugSomething isn't workingSomething isn't working