[
https://issues.apache.org/jira/browse/AIRFLOW-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895837#comment-16895837
]
ASF GitHub Bot commented on AIRFLOW-4590:
-----------------------------------------
potiuk commented on pull request #5337: [AIRFLOW-4590] winrm hook/operator -
Suppress -WARNING - Failed to parse headers
URL: https://github.com/apache/airflow/pull/5337
----------------------------------------------------------------
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]
> winrm hook/operator - Suppress -WARNING - Failed to parse headers
> -----------------------------------------------------------------
>
> Key: AIRFLOW-4590
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4590
> Project: Apache Airflow
> Issue Type: Improvement
> Components: hooks
> Affects Versions: 1.10.0, 1.10.1, 1.10.2, 1.10.3
> Reporter: Luke Bodeen
> Assignee: Luke Bodeen
> Priority: Minor
> Fix For: 1.10.4
>
>
> When using the winrm hook/operator, which uses pywinrm and subsequently
> urllib3, often this warning happens so often, it makes reading the task logs
> difficult. This card is to suppress warnings from urllib3 that cause this.
> see:
> [https://github.com/urllib3/urllib3/issues/800]
> [https://github.com/python/cpython/pull/12214]
>
> {code:java}
> WARNING - Failed to parse headers
> (url=http://tn019wvda005.docutap.local:5985/wsman):
> [StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()],
> unparsed data: {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)