mkrug1981 commented on issue #10955:
URL: 
https://github.com/apache/trafficserver/issues/10955#issuecomment-1886658159

    I did a bit further testing and looks like as soon as following 
proxy.config.http.cache.max_open_write_retries is set to something > INT 1  - 
it gets into the state of doing on the 2nd, 3rd request for the object, the 
Cache open read failure
   
   ```
   [Jan 11 08:35:11.292] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 1. retrying cache open read...
   [Jan 11 08:35:12.258] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 2. retrying cache open read...
   [Jan 11 08:35:13.251] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 3. retrying cache open read...
   [Jan 11 08:35:14.241] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 4. retrying cache open read...
   [Jan 11 08:35:15.208] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 5. retrying cache open read...
   [Jan 11 08:35:16.175] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 6. retrying cache open read...
   [Jan 11 08:35:17.174] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 7. retrying cache open read...
   [Jan 11 08:35:18.173] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 8. retrying cache open read...
   [Jan 11 08:35:19.173] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 9. retrying cache open read...
   [Jan 11 08:35:20.172] [ET_NET 19] DEBUG: <HttpCacheSM.cc:142 
(state_cache_open_read)> (http_cache) [3] [state_cache_open_read] cache open 
read failure 10. retrying cache open read...
   ```


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