Bugfix: graceful shutdown of old worker processes might be delayed

S
Hi!

We are using nginx a lot in our company for high HTTP/2 workloads.

I saw freenginx has applied a bugfix in their last mainline release 1.27.1,
see https://freenginx.org/en/CHANGES

    *) Bugfix: graceful shutdown of old worker processes might be delayed
       when using HTTP/2.
       Thanks to Kasei Wang.

I wanted to know if there was a plan to apply that fix also in nginx,
cause I see that worker processes are in practise very long to shut
down (12 worker processes, when reload signal is sent then it takes
more than 3 minutes until the last worker is down), which is a problem
in our case.

Thank you

Sébastien
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20240709/77ed4fe3/attachment.htm>
R
  • 11 Jul '24
Hi Sébastien,

> On 9 Jul 2024, at 5:52 PM, Sébastien Rebecchi <srebecchi at kameleoon.com> wrote:
> 
> Hi!
> 
> We are using nginx a lot in our company for high HTTP/2 workloads.
> 
> I saw freenginx has applied a bugfix in their last mainline release 1.27.1, see https://freenginx.org/en/CHANGES
>     *) Bugfix: graceful shutdown of old worker processes might be delayed
>        when using HTTP/2.
>        Thanks to Kasei Wang.
> I wanted to know if there was a plan to apply that fix also in nginx, cause I see that worker processes are in practise very long to shut down (12 worker processes, when reload signal is sent then it takes more than 3 minutes until the last worker is down), which is a problem in our case.
Yes, this works started in April and was suspended due to switching to other important tasks.

We will finish it shortly.

Thanks for bringing this up.

----
Roman Arutyunyan
arut at nginx.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20240711/595a6171/attachment.htm>
R
  • 11 Jul '24
Hi Sébastien,

> On 9 Jul 2024, at 5:52 PM, Sébastien Rebecchi <srebecchi at kameleoon.com> wrote:
> 
> Hi!
> 
> We are using nginx a lot in our company for high HTTP/2 workloads.
> 
> I saw freenginx has applied a bugfix in their last mainline release 1.27.1, see https://freenginx.org/en/CHANGES
>     *) Bugfix: graceful shutdown of old worker processes might be delayed
>        when using HTTP/2.
>        Thanks to Kasei Wang.
> I wanted to know if there was a plan to apply that fix also in nginx, cause I see that worker processes are in practise very long to shut down (12 worker processes, when reload signal is sent then it takes more than 3 minutes until the last worker is down), which is a problem in our case.
Yes, this works started in April and was suspended due to switching to other important tasks.

We will finish it shortly.

Thanks for bringing this up.

----
Roman Arutyunyan
arut at nginx.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20240711/595a6171/attachment-0001.htm>
S
  • 11 Jul '24
Thanks Roman, I am expecting that :)

Le jeu. 11 juil. 2024 à 11:12, Roman Arutyunyan <arut at nginx.com> a écrit :

> Hi Sébastien,
>
> On 9 Jul 2024, at 5:52 PM, Sébastien Rebecchi <srebecchi at kameleoon.com>
> wrote:
>
> Hi!
>
> We are using nginx a lot in our company for high HTTP/2 workloads.
>
> I saw freenginx has applied a bugfix in their last mainline release
> 1.27.1, see https://freenginx.org/en/CHANGES
>
>     *) Bugfix: graceful shutdown of old worker processes might be delayed
>        when using HTTP/2.
>        Thanks to Kasei Wang.
>
> I wanted to know if there was a plan to apply that fix also in nginx, cause I see that worker processes are in practise very long to shut down (12 worker processes, when reload signal is sent then it takes more than 3 minutes until the last worker is down), which is a problem in our case.
>
> Yes, this works started in April and was suspended due to switching to
> other important tasks.
>
> We will finish it shortly.
>
> Thanks for bringing this up.
>
> ----
> Roman Arutyunyan
> arut at nginx.com
>
>
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> https://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20240711/7d4f94c7/attachment.htm>
R
  • 18 Jul '24
Hello,

> On 11 Jul 2024, at 1:12 PM, Roman Arutyunyan <arut at nginx.com> wrote:
> 
> Hi Sébastien,
> 
>> On 9 Jul 2024, at 5:52 PM, Sébastien Rebecchi <srebecchi at kameleoon.com> wrote:
>> 
>> Hi!
>> 
>> We are using nginx a lot in our company for high HTTP/2 workloads.
>> 
>> I saw freenginx has applied a bugfix in their last mainline release 1.27.1, see https://freenginx.org/en/CHANGES
>>     *) Bugfix: graceful shutdown of old worker processes might be delayed
>>        when using HTTP/2.
>>        Thanks to Kasei Wang.
>> I wanted to know if there was a plan to apply that fix also in nginx, cause I see that worker processes are in practise very long to shut down (12 worker processes, when reload signal is sent then it takes more than 3 minutes until the last worker is down), which is a problem in our case.
> Yes, this works started in April and was suspended due to switching to other important tasks.
> 
> We will finish it shortly.
> 
> Thanks for bringing this up.
> 
> ----
> Roman Arutyunyan
> arut at nginx.com <mailto:arut at nginx.com>
Patch committed:

https://hg.nginx.org/nginx/rev/d1b8568f3042

----
Roman Arutyunyan
arut at nginx.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20240718/cef9071a/attachment.htm>
S
  • 18 Jul '24
Thanks Roman!

Le jeu. 18 juil. 2024 à 15:53, Roman Arutyunyan <arut at nginx.com> a écrit :

> Hello,
>
> On 11 Jul 2024, at 1:12 PM, Roman Arutyunyan <arut at nginx.com> wrote:
>
> Hi Sébastien,
>
> On 9 Jul 2024, at 5:52 PM, Sébastien Rebecchi <srebecchi at kameleoon.com>
> wrote:
>
> Hi!
>
> We are using nginx a lot in our company for high HTTP/2 workloads.
>
> I saw freenginx has applied a bugfix in their last mainline release
> 1.27.1, see https://freenginx.org/en/CHANGES
>
>     *) Bugfix: graceful shutdown of old worker processes might be delayed
>        when using HTTP/2.
>        Thanks to Kasei Wang.
>
> I wanted to know if there was a plan to apply that fix also in nginx, cause I see that worker processes are in practise very long to shut down (12 worker processes, when reload signal is sent then it takes more than 3 minutes until the last worker is down), which is a problem in our case.
>
> Yes, this works started in April and was suspended due to switching to
> other important tasks.
>
> We will finish it shortly.
>
> Thanks for bringing this up.
>
> ----
> Roman Arutyunyan
> arut at nginx.com
>
>
> Patch committed:
>
> https://hg.nginx.org/nginx/rev/d1b8568f3042
>
> ----
> Roman Arutyunyan
> arut at nginx.com
>
>
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> https://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20240718/e9aaf782/attachment.htm>