[
https://issues.apache.org/jira/browse/AIRFLOW-4590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16895838#comment-16895838
]
ASF subversion and git services commented on AIRFLOW-4590:
----------------------------------------------------------
Commit d0d90befef3f3f51c661db8e074d476ca45200b7 in airflow's branch
refs/heads/master from Luke Bodeen
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=d0d90be ]
changing log level to be proper library to suppress warning for
https://issues.apache.org/jira/browse/AIRFLOW-4590 (#5337)
> 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)