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

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

ashb commented on pull request #7665: [AIRFLOW-5547] S3_hook creates a new 
connection even if a connection exists for method calls
URL: https://github.com/apache/airflow/pull/7665
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> S3_hook creates a new connection even if a connection exists for method calls
> -----------------------------------------------------------------------------
>
>                 Key: AIRFLOW-5547
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5547
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: aws
>    Affects Versions: 1.10.5
>            Reporter: Omkar
>            Assignee: Omkar
>            Priority: Major
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> S3_hook creates a new connection everytime a method is called. This can be 
> avoided with a simple fix that checks if a connection exists before a new 
> connection is established. This fix will save a lot of compute cycles where 
> methods are called multiple times in a short span and thus improving 
> performance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to