Open
Description
When a worker process connection times out after 2 * the DNS TTL period has passed the worker process may crash. (nginx 1.12). AWS S3 has a very short DNS timeout and exhibits the issue.
The issue is that the peer data structure is accessed after the dynamic server releases the peer.
I have created a patch which uses reference counting on active requests instead of the interleaving scheme currently used. This will ensure that the peer's memory remains valid during outstanding requests.
Metadata
Metadata
Assignees
Labels
No labels