JosiahWI commented on issue #9275: URL: https://github.com/apache/trafficserver/issues/9275#issuecomment-2221216805
Reproduced on latest ATS (e274dd1e076effc5ea9fc2eb51f549c6f5820448). This is the last few lines of `traffic.out`, showing the state transition from the redirect to a cache lookup, followed by a 5 second hang and the connection dying. Turning off the cache (by setting `enable_cache=False` in the `MakeATSProcess` call) in the previously posted AuTest will make the redirect succeed. ``` [Jul 10 18:51:19.379] [ET_NET 1] DIAG: <HttpSM.cc:7782 (call_transact_and_set_next_state)> (http) [0] State Transition: SM_ACTION_REDIRECT_READ -> SM_ACTION_CACHE_LOOKUP [Jul 10 18:51:19.379] [ET_NET 1] DIAG: <HttpSM.cc:4947 (do_cache_lookup_and_read)> (http_seq) [0] Issuing cache lookup for URL http://oof.backend.com:61000/a/path/new_resource [Jul 10 18:51:19.379] [ET_NET 1] DIAG: <HttpCacheSM.cc:106 (state_cache_open_read)> (http_cache) [0] [&HttpCacheSM::state_cache_open_read, CACHE_EVENT_OPEN_READ_FAILED/TS_EVENT_CACHE_OPEN_READ_FAILED] [Jul 10 18:51:24.359] [ET_NET 1] DIAG: <HttpSM.cc:2608 (main_handler)> (http) [0] VC_EVENT_EOS/TS_EVENT_VCONN_EOS, 104 [Jul 10 18:51:24.359] [ET_NET 1] DIAG: <HttpSM.cc:831 (state_watch_for_client_abort)> (http) [0] [&HttpSM::state_watch_for_client_abort, VC_EVENT_EOS/TS_EVENT_VCONN_EOS] ``` -- 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]
