You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "YoungHeon.Kim (JIRA)" <ji...@apache.org> on 2019/04/29 20:51:00 UTC

[jira] [Created] (AIRFLOW-4429) Process timed out during filling up the DagBag

YoungHeon.Kim created AIRFLOW-4429:
--------------------------------------

             Summary: Process timed out during filling up the DagBag
                 Key: AIRFLOW-4429
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4429
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: YoungHeon.Kim


Hi, I use airflow version 1.10.3.
 I got this error in airflow webserver log.
{code:java}
[2019-04-30 05:42:15,393] {settings.py:182} INFO - settings.configure_orm(): Using pool settings. pool_size=20, pool_recycle=1800, pid=32463
[2019-04-30 05:42:15,698] {__init__.py:51} INFO - Using executor CeleryExecutor
/home/test/python/lib/python2.7/site-packages/sqlalchemy/engine/default.py:470: Warning: Data truncated for column 'dttm' at row 1
cursor.execute(statement, parameters)
[2019-04-30 05:42:15,870] {__init__.py:305} INFO - Filling up the DagBag from /home/roykim/airflow/dags

[2019-04-30 05:42:46,040] {timeout.py:42} ERROR - Process timed out, PID: 32463
[2019-04-30 05:42:46,040] {__init__.py:597} ERROR - Timeout, PID: 32463{code}

My dag didn't work any more.
Do you know how to fix it?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)