Java heap space error in MSSQL source connector #48348
Unanswered
niveditabaliga-payroc
asked this question in
Connector Questions
Replies: 2 comments 2 replies
-
@niveditabaliga-payroc can you share what resources the cluster/server Airbyte is running has (total memory/cpu/disk)? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@rodireich could you help taking a look into this issue? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
My team migrated to Airbyte at the start of this year and mid this year, we started using the CDC capability of MSSQL. After a lot of hiccups, posts on the Slack channel, reading through various posts and documents online, we were able to get CDC working and in a stable place. However, one of the jobs has started failing again on a java heap space error. The CDC _CT table had approx 91M rows at the time of investigation and the log file retention period on the DB is 3 days.
default_workspace_job_17454_attempt_1_txt.txt
`airbyte-db-0:/$ psql airbyte -d db-airbyte -t -A -c "UPDATE actor_definition SET resource_requirements='{"jobSpecific": [{"jobType": "sync", "resourceRequirements": {"cpu_limit": "2", "cpu_request": "2", "memory_limit": "29Gi", "memory_request": "2Gi"}}]}' WHERE id = 'b5ea17b1-f170-46dc-bc31-cc744ca984c1';"
airbyte-db-0:/$ psql -U airbyte -d db-airbyte -t -A -c "UPDATE connection SET resource_requirements = '{"cpu_limit": "0.5", "cpu_request": "0.5", "memory_limit": "28Gi", "memory_request": "5Gi"}' WHERE id = '4f763461-2f5a-4535-a3fe-33d99b718a05';"`
5. Attached is a screenshot of the UI parameters
We are looking for insights into how to best debug and resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions