bneradt opened a new pull request, #12972:
URL: https://github.com/apache/trafficserver/pull/12972

   A TSHttpTxnServerAddrSet retry can re-enter the cache miss path after ATS 
already holds a cache write lock for the same request. The redirect-only 
prepared-write reuse logic then asserts because this is not actually a redirect.
   
   Preserve the existing cache write lock and retry context when the retry 
returns through HandleCacheOpenReadMiss. Add an autest that fails on the 
unpatched code with the redirect_in_process assertion and passes with this fix.
   
   Fixes: #12971


-- 
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]

Reply via email to