CacheInvalidate : stop at first server not responding #18056
Labels
Component: PageCache
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Clear Description
Gate 2 Passed. Manual verification of the issue description passed
Issue: Confirmed
Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Reproduced on 2.2.x
The issue has been reproduced on latest 2.2 release
Reproduced on 2.3.x
The issue has been reproduced on latest 2.3 release
Preconditions
All Magento versions
Steps to reproduce
Expected result
The full_page is flushed for cache2 (the only one responding)
Actual result
The full_page is not flushed for all servers
The problem is located here :
\Magento\CacheInvalidate\Model\PurgeCache::sendPurgeRequest
In the "foreach" loop, there is a "return false" at the first exception insteag of "continue", preventing the try on all servers.
The text was updated successfully, but these errors were encountered: