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

[jira] [Commented] (AIRFLOW-4094) XCom not pushed into database when size of content is greater than 65535 bytes

    [ https://issues.apache.org/jira/browse/AIRFLOW-4094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16827942#comment-16827942 ] 

jack commented on AIRFLOW-4094:
-------------------------------

Actually Airflow enforce max size of 49344 bytes.

[https://github.com/apache/airflow/blob/master/airflow/models/xcom.py#L37]

 

> XCom not pushed into database when size of content is greater than 65535 bytes
> ------------------------------------------------------------------------------
>
>                 Key: AIRFLOW-4094
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4094
>             Project: Apache Airflow
>          Issue Type: Bug
>         Environment: airflow version: 1.10.0
> python: 3.6.5
> postgresql: 9.6.1
>            Reporter: Sai Varun Reddy Daram
>            Priority: Major
>
> I happen to use airflow with postgres as backend, one of the things I tried recently is use kubernetes pod operator, which will run and return some data to next task via XCOMs, one thing I observed is, when the XCOM length is greater than 65535 bytes it's not getting pushed into XCOM.
>  
>  



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