You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/01/08 10:46:00 UTC

[jira] [Commented] (AIRFLOW-3478) Make sure that database connections are closed

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

ASF GitHub Bot commented on AIRFLOW-3478:
-----------------------------------------

kaxil commented on pull request #4298: [AIRFLOW-3478] Make sure that the session is closed
URL: https://github.com/apache/airflow/pull/4298
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Make sure that database connections are closed
> ----------------------------------------------
>
>                 Key: AIRFLOW-3478
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3478
>             Project: Apache Airflow
>          Issue Type: Task
>            Reporter: Fokko Driesprong
>            Priority: Major
>
> Calling .close() will make sure that the connection is being given back to the pool. When using settings.Session() directly, it is easy to forget to commit and close the session.



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