You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix deadlock with unclosed pipe of uploaded tarball (wal-g#399)
This problem does not affect buffered storages (like AWS) but can stuck unbuffered (like GCP).
Also this commit fixes problem of premature timeout in GCP storage during ReadObject().
This commit should help to resolvewal-g#266