bumpy-journalist-41369
09/26/2022, 7:33 AM'2022-09-21 12:33:03.932429 [exec_id=14acb269-e6af-4ca0-871b-684c02a11814] INFO: Caught exception EXECUTING '
'task_id=14acb269-e6af-4ca0-871b-684c02a11814, name=RUN_INGEST, stacktrace=Traceback (most recent call last):\n'
' File "/usr/local/lib/python3.10/asyncio/streams.py", line 525, in readline\n'
' line = await self.readuntil(sep)\n'
' File "/usr/local/lib/python3.10/asyncio/streams.py", line 620, in readuntil\n'
' raise exceptions.LimitOverrunError(\n'
'asyncio.exceptions.LimitOverrunError: Separator is found, but chunk is longer than limit\n'
'\n'
'During handling of the above exception, another exception occurred:\n'
'\n'
'Traceback (most recent call last):\n'
' File "/usr/local/lib/python3.10/site-packages/acryl/executor/execution/default_executor.py", line 123, in execute_task\n'
' task_event_loop.run_until_complete(task_future)\n'
' File "/usr/local/lib/python3.10/asyncio/base_events.py", line 646, in run_until_complete\n'
' return future.result()\n'
' File "/usr/local/lib/python3.10/site-packages/acryl/executor/execution/sub_process_ingestion_task.py", line 147, in execute\n'
' await tasks.gather(_read_output_lines(), _report_progress(), _process_waiter())\n'
' File "/usr/local/lib/python3.10/site-packages/acryl/executor/execution/sub_process_ingestion_task.py", line 99, in _read_output_lines\n'
' line_bytes = await ingest_process.stdout.readline()\n'
' File "/usr/local/lib/python3.10/asyncio/streams.py", line 534, in readline\n'
' raise ValueError(e.args[0])\n'
'ValueError: Separator is found, but chunk is longer than limit\n']}
Execution finished with errors.
And eventually the ingestion fails, even though it managed to ingest some of the data. My recipe looks like that :
sink:
type: datahub-rest
config:
server: ‘http://datahub-datahub-gms:8080’
source:
type: glue
config:
aws_region: us-east-1
database_pattern:
allow:
- product_metrics
I don’t see any other exceptions in the log. Does anyone know how to fix it?clean-magician-86038
09/26/2022, 3:44 PMripe-dress-87297
09/26/2022, 5:01 PMgray-shoe-75895
09/27/2022, 12:38 AMclean-magician-86038
09/27/2022, 8:14 AM