potiuk commented on issue #21443:
URL: https://github.com/apache/airflow/issues/21443#issuecomment-1036543623
Tested:
* #21704 across the board
* #20989 - tested that it is nicely "non-backwards compatible" for params
passed (i.e. complains about cloudformation_parameters missing).
#21205 -> postgresql

* #21175 and #21429 with slightly modified example to @raphaelauv :) (Polish
people would understand)

Both #14489 and #21262 with SSH (both banner timeout and retry present in
the log):
```
[2022-02-11, 19:23:10 UTC] {transport.py:1873} ERROR - Exception (client):
Error reading SSH protocol banner
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - Traceback (most
recent call last):
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - File
"/usr/local/lib/python3.7/site-packages/paramiko/transport.py", line 2270, in
_check_banner
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - buf =
self.packetizer.readline(timeout)
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - File
"/usr/local/lib/python3.7/site-packages/paramiko/packet.py", line 380, in
readline
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - buf +=
self._read_timeout(timeout)
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - File
"/usr/local/lib/python3.7/site-packages/paramiko/packet.py", line 622, in
_read_timeout
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - raise
socket.timeout()
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - socket.timeout
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR -
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - During handling of
the above exception, another exception occurred:
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR -
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - Traceback (most
recent call last):
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - File
"/usr/local/lib/python3.7/site-packages/paramiko/transport.py", line 2093, in
run
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR -
self._check_banner()
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - File
"/usr/local/lib/python3.7/site-packages/paramiko/transport.py", line 2275, in
_check_banner
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR - "Error reading
SSH protocol banner" + str(e)
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR -
paramiko.ssh_exception.SSHException: Error reading SSH protocol banner
[2022-02-11, 19:23:10 UTC] {transport.py:1871} ERROR -
[2022-02-11, 19:23:10 UTC] {ssh.py:314} INFO - Failed to connect. Sleeping
before retry attempt 1
[2022-02-11, 19:23:14 UTC] {ssh.py:314} INFO - Failed to connect. Sleeping
before retry attempt 2
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]