Feature #10592
Try to get rid of ZIP error workaround
0%
Description
We made this workaround to handle so called ZIP errors, i.e. when Bridge should receive archives within requests from Core, but it finds out that they are broken. In this case Core infinitely resends such request and I guess that after a second attempt everything is okay (but I did not evaluate that ever).
Maybe after #10579 we will not need this workaround, but we need to estimate this before.
Related issues
History
Updated by Vladimir Gratinskiy about 2 months ago
I've added logging of ZIP errors in Bridge in the branch "feature_10592" (file "logs/ZIP.log").
Updated by Evgeny Novikov about 1 month ago
- Target version deleted (
3.0) - Priority changed from Urgent to High
I do not see any errors related to broken ZIP archives in Bridge logs after several days of extensive operation. So, let's hope that we identified this ugly issue at last. But let's get rid of the workaround after 3.0 to avoid any unpleasant surprises.
Updated by Evgeny Novikov about 1 month ago
- Related to Feature #6587: Extract class Session to common libraries added
Updated by Evgeny Novikov 3 days ago
- Target version set to 3.1
It seems that it's time to get rid of this workaround at last.