bneradt opened a new pull request, #13294: URL: https://github.com/apache/trafficserver/pull/13294
HostDB stale revalidation can ask whether a hash already has a pending DNS lookup while another HostDB continuation gives up on a local signal. The local signal path edited the pending-DNS queue without the bucket lock, leaving readers able to walk links as they were being changed. This routes that cleanup through the locked pending-DNS removal helper and uses its result to decide whether the continuation still owns self-cleanup. This keeps queue membership checks and removals synchronized without changing the timeout path's lifetime behavior. -- 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]
