Activity log for bug #1874075

Date Who What changed Old value New value Message
2020-04-21 13:29:39 Nicolas Bock bug added bug
2020-04-21 13:29:48 Nicolas Bock rabbitmq-server (Ubuntu): assignee Nicolas Bock (nicolasbock)
2020-04-21 13:29:53 Nicolas Bock rabbitmq-server (Ubuntu): importance Undecided Low
2020-04-21 13:30:23 Nicolas Bock attachment added timeout.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5357562/+files/timeout.debdiff
2020-04-21 13:35:18 Nicolas Bock nominated for series Ubuntu Eoan
2020-04-21 13:35:18 Nicolas Bock bug task added rabbitmq-server (Ubuntu Eoan)
2020-04-21 13:35:18 Nicolas Bock nominated for series Ubuntu Focal
2020-04-21 13:35:18 Nicolas Bock bug task added rabbitmq-server (Ubuntu Focal)
2020-04-21 13:35:18 Nicolas Bock nominated for series Ubuntu Bionic
2020-04-21 13:35:18 Nicolas Bock bug task added rabbitmq-server (Ubuntu Bionic)
2020-04-21 13:36:00 Nicolas Bock rabbitmq-server (Ubuntu Eoan): assignee Nicolas Bock (nicolasbock)
2020-04-21 13:36:09 Nicolas Bock nominated for series Ubuntu Xenial
2020-04-21 13:36:09 Nicolas Bock bug task added rabbitmq-server (Ubuntu Xenial)
2020-04-21 13:36:46 Nicolas Bock rabbitmq-server (Ubuntu Bionic): assignee Nicolas Bock (nicolasbock)
2020-04-21 13:36:49 Nicolas Bock rabbitmq-server (Ubuntu Xenial): assignee Nicolas Bock (nicolasbock)
2020-04-21 14:35:37 Eric Desrochers description The startup timeouts were recently adjusted and synchronized between the SysV and systemd startup files. https://github.com/rabbitmq/rabbitmq-server-release/pull/129 ## DRAFT SRU TMPL ## [Impact] * An explanation of the effects of the bug on users and * justification for backporting the fix to the stable release. * In addition, it is helpful, but not required, to include an explanation of how the upload fixes this bug. [Test Case] * detailed instructions how to reproduce the bug * these should allow someone who is not familiar with the affected package to reproduce the bug and verify that the updated package fixes the problem. [Regression Potential] * discussion of how regressions are most likely to manifest as a result of this change. * It is assumed that any SRU candidate patch is well-tested before upload and has a low overall risk of regression, but it's important to make the effort to think about what ''could'' happen in the event of a regression. * This both shows the SRU team that the risks have been considered, and provides guidance to testers in regression-testing the SRU. [Other Info] * Anything else you think is useful to include * Anticipate questions from users, SRU, +1 maintenance, security teams and the Technical Board * and address these questions in advance ## DRAFT SRU TMPL ## [Original Description] The startup timeouts were recently adjusted and synchronized between the SysV and systemd startup files. https://github.com/rabbitmq/rabbitmq-server-release/pull/129
2020-04-21 14:35:41 Eric Desrochers tags sts
2020-04-21 15:35:39 Eric Desrochers bug added subscriber Eric Desrochers
2020-04-21 16:25:36 Ubuntu Foundations Team Bug Bot tags sts patch sts
2020-04-21 16:25:46 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2020-04-22 12:23:28 Nicolas Bock marked as duplicate 1870619
2020-04-22 12:25:55 Nicolas Bock removed duplicate marker 1870619
2020-04-22 17:52:16 Nicolas Bock description ## DRAFT SRU TMPL ## [Impact] * An explanation of the effects of the bug on users and * justification for backporting the fix to the stable release. * In addition, it is helpful, but not required, to include an explanation of how the upload fixes this bug. [Test Case] * detailed instructions how to reproduce the bug * these should allow someone who is not familiar with the affected package to reproduce the bug and verify that the updated package fixes the problem. [Regression Potential] * discussion of how regressions are most likely to manifest as a result of this change. * It is assumed that any SRU candidate patch is well-tested before upload and has a low overall risk of regression, but it's important to make the effort to think about what ''could'' happen in the event of a regression. * This both shows the SRU team that the risks have been considered, and provides guidance to testers in regression-testing the SRU. [Other Info] * Anything else you think is useful to include * Anticipate questions from users, SRU, +1 maintenance, security teams and the Technical Board * and address these questions in advance ## DRAFT SRU TMPL ## [Original Description] The startup timeouts were recently adjusted and synchronized between the SysV and systemd startup files. https://github.com/rabbitmq/rabbitmq-server-release/pull/129 The startup timeouts were recently adjusted and synchronized between the SysV and systemd startup files. https://github.com/rabbitmq/rabbitmq-server-release/pull/129 The new startup files should be included in this package. [Impact] After starting the RabbitMQ server process, the startup script will wait for the server to start by calling `rabbitmqctl wait` and will time out after 10 s. The startup time of the server depends on how quickly the Mnesia database becomes available and the server will time out after `mnesia_table_loading_retry_timeout` ms times `mnesia_table_loading_retry_limit` retries. By default this wait is 30,000 ms times 10 retries, i.e. 300 s. The mismatch between these two timeout values might lead to the startup script failing prematurely while the server is still waiting for the Mnesia tables. This change introduces variable `RABBITMQ_STARTUP_TIMEOUT` and the `--timeout` option into the startup script. The default value for this timeout is set to 10 minutes (600 seconds). This change also updates the systemd service file to match the timeout values between the two service management methods. [Test Case] In a clustered setup with two nodes, A and B. 1. create queue on A 2. shut down B 3. shut down A 4. boot B The broker on B will wait for A. The systemd service will wait for 10 seconds and then fail. Boot A and the rabbitmq-server process on B will complete startup. [Regression Potential] This change alters the behavior of the startup scripts when the Mnesia database takes long to become available. This might lead to failures further down the service dependency chain.
2020-04-22 17:53:07 Nicolas Bock rabbitmq-server (Ubuntu Eoan): importance Undecided Low
2020-04-22 17:53:10 Nicolas Bock rabbitmq-server (Ubuntu Bionic): importance Undecided Low
2020-04-22 17:53:13 Nicolas Bock rabbitmq-server (Ubuntu Xenial): importance Undecided Low
2020-04-22 18:54:16 Nicolas Bock attachment added eoan.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358045/+files/eoan.debdiff
2020-04-22 21:05:03 Nicolas Bock attachment removed focal.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5357562/+files/timeout.debdiff
2020-04-22 21:05:18 Nicolas Bock attachment added focal.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358143/+files/focal.debdiff
2020-04-22 21:08:47 Nicolas Bock attachment removed eoan.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358045/+files/eoan.debdiff
2020-04-22 21:09:02 Nicolas Bock attachment added eoan.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358144/+files/eoan.debdiff
2020-04-22 22:01:24 Nicolas Bock attachment added bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358158/+files/bionic.debdiff
2020-04-22 22:10:38 Nicolas Bock attachment added xenial.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358162/+files/xenial.debdiff
2020-04-23 02:13:51 Eric Desrochers bug added subscriber STS Sponsors
2020-04-23 02:13:53 Eric Desrochers removed subscriber Ubuntu Sponsors Team
2020-04-23 02:14:10 Eric Desrochers rabbitmq-server (Ubuntu Xenial): status New In Progress
2020-04-23 02:14:13 Eric Desrochers rabbitmq-server (Ubuntu Bionic): status New In Progress
2020-04-23 02:14:15 Eric Desrochers rabbitmq-server (Ubuntu Eoan): status New In Progress
2020-04-23 02:14:19 Eric Desrochers rabbitmq-server (Ubuntu Focal): status New In Progress
2020-04-23 14:12:39 Nicolas Bock attachment added focal.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358453/+files/focal.debdiff
2020-04-23 14:40:53 Nicolas Bock attachment added eoan.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358461/+files/eoan.debdiff
2020-04-23 14:49:37 Nicolas Bock attachment added bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358462/+files/bionic.debdiff
2020-04-23 14:57:48 Eric Desrochers rabbitmq-server (Ubuntu Eoan): status In Progress Won't Fix
2020-04-23 16:23:27 Nicolas Bock attachment added xenial.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358546/+files/xenial.debdiff
2020-04-23 19:43:10 Eric Desrochers rabbitmq-server (Ubuntu Eoan): assignee Nicolas Bock (nicolasbock)
2020-04-23 19:43:24 Eric Desrochers rabbitmq-server (Ubuntu Eoan): importance Low Undecided
2020-04-23 19:50:34 Nicolas Bock attachment removed focal.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358143/+files/focal.debdiff
2020-04-23 19:50:50 Nicolas Bock attachment removed eoan.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358144/+files/eoan.debdiff
2020-04-23 19:51:08 Nicolas Bock attachment removed bionic.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358158/+files/bionic.debdiff
2020-04-23 19:51:25 Nicolas Bock attachment removed xenial.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5358162/+files/xenial.debdiff
2020-04-27 15:30:33 Eric Desrochers nominated for series Ubuntu Groovy
2020-04-27 15:30:33 Eric Desrochers bug task added rabbitmq-server (Ubuntu Groovy)
2020-04-27 20:41:56 Dan Streetman tags patch sts patch sts sts-sponsor-ddstreet
2020-04-27 21:01:44 Nicolas Bock attachment added groovy.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5362032/+files/groovy.debdiff
2020-04-29 12:24:21 Nicolas Bock bug watch added https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958468
2020-04-29 12:24:21 Nicolas Bock bug task added rabbitmq-server (Debian)
2020-04-29 12:50:33 Nicolas Bock description The startup timeouts were recently adjusted and synchronized between the SysV and systemd startup files. https://github.com/rabbitmq/rabbitmq-server-release/pull/129 The new startup files should be included in this package. [Impact] After starting the RabbitMQ server process, the startup script will wait for the server to start by calling `rabbitmqctl wait` and will time out after 10 s. The startup time of the server depends on how quickly the Mnesia database becomes available and the server will time out after `mnesia_table_loading_retry_timeout` ms times `mnesia_table_loading_retry_limit` retries. By default this wait is 30,000 ms times 10 retries, i.e. 300 s. The mismatch between these two timeout values might lead to the startup script failing prematurely while the server is still waiting for the Mnesia tables. This change introduces variable `RABBITMQ_STARTUP_TIMEOUT` and the `--timeout` option into the startup script. The default value for this timeout is set to 10 minutes (600 seconds). This change also updates the systemd service file to match the timeout values between the two service management methods. [Test Case] In a clustered setup with two nodes, A and B. 1. create queue on A 2. shut down B 3. shut down A 4. boot B The broker on B will wait for A. The systemd service will wait for 10 seconds and then fail. Boot A and the rabbitmq-server process on B will complete startup. [Regression Potential] This change alters the behavior of the startup scripts when the Mnesia database takes long to become available. This might lead to failures further down the service dependency chain. The startup timeouts were recently adjusted and synchronized between the SysV and systemd startup files. https://github.com/rabbitmq/rabbitmq-server-release/pull/129 The new startup files should be included in this package. [Impact] After starting the RabbitMQ server process, the startup script will wait for the server to start by calling `rabbitmqctl wait` and will time out after 10 s. The startup time of the server depends on how quickly the Mnesia database becomes available and the server will time out after `mnesia_table_loading_retry_timeout` ms times `mnesia_table_loading_retry_limit` retries. By default this wait is 30,000 ms times 10 retries, i.e. 300 s. The mismatch between these two timeout values might lead to the startup script failing prematurely while the server is still waiting for the Mnesia tables. This change introduces variable `RABBITMQ_STARTUP_TIMEOUT` and the `--timeout` option into the startup script. The default value for this timeout is set to 10 minutes (600 seconds). This change also updates the systemd service file to match the timeout values between the two service management methods. [Scope] Upstream patch: https://github.com/rabbitmq/rabbitmq-server-release/pull/129 * Fix is not included in the Debian package * Fix is not included in any Ubuntu series * Groovy and Focal can apply the upstream patch as is * Bionic and Xenial need an additional fix in the systemd service file to set the `RABBITMQ_STARTUP_TIMEOUT` variable for the `rabbitmq-server-wait` helper script. [Test Case] In a clustered setup with two nodes, A and B. 1. create queue on A 2. shut down B 3. shut down A 4. boot B The broker on B will wait for A. The systemd service will wait for 10 seconds and then fail. Boot A and the rabbitmq-server process on B will complete startup. [Regression Potential] This change alters the behavior of the startup scripts when the Mnesia database takes long to become available. This might lead to failures further down the service dependency chain.
2020-04-29 14:24:24 Nicolas Bock attachment added groovy-2.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5363533/+files/groovy-2.debdiff
2020-04-29 14:24:42 Nicolas Bock attachment added focal-2.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5363534/+files/focal-2.debdiff
2020-04-29 14:36:52 Nicolas Bock attachment added bionic-2.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5363537/+files/bionic-2.debdiff
2020-04-29 14:44:01 Nicolas Bock attachment added xenial-2.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5363538/+files/xenial-2.debdiff
2020-04-29 16:09:19 Bug Watch Updater rabbitmq-server (Debian): status Unknown New
2020-04-29 22:22:10 Nicolas Bock attachment added groovy-3.debdiff https://bugs.launchpad.net/ubuntu/xenial/+source/rabbitmq-server/+bug/1874075/+attachment/5363738/+files/groovy-3.debdiff
2020-04-29 22:22:26 Nicolas Bock attachment added focal-3.debdiff https://bugs.launchpad.net/ubuntu/xenial/+source/rabbitmq-server/+bug/1874075/+attachment/5363740/+files/focal-3.debdiff
2020-04-29 22:37:36 Nicolas Bock attachment added bionic-3.debdiff https://bugs.launchpad.net/ubuntu/xenial/+source/rabbitmq-server/+bug/1874075/+attachment/5363754/+files/bionic-3.debdiff
2020-04-29 22:44:18 Nicolas Bock attachment added xenial-3.debdiff https://bugs.launchpad.net/ubuntu/xenial/+source/rabbitmq-server/+bug/1874075/+attachment/5363773/+files/xenial-3.debdiff
2020-04-30 18:59:01 Guilherme G. Piccoli bug added subscriber Guilherme G. Piccoli
2020-04-30 19:43:54 Nicolas Bock attachment added xenial-6.debdiff https://bugs.launchpad.net/ubuntu/xenial/+source/rabbitmq-server/+bug/1874075/+attachment/5364176/+files/xenial-6.debdiff
2020-04-30 19:51:29 Nicolas Bock attachment added bionic-5.debdiff https://bugs.launchpad.net/ubuntu/xenial/+source/rabbitmq-server/+bug/1874075/+attachment/5364177/+files/bionic-5.debdiff
2020-04-30 20:29:29 Nicolas Bock attachment added focal-4.debdiff https://bugs.launchpad.net/ubuntu/xenial/+source/rabbitmq-server/+bug/1874075/+attachment/5364178/+files/focal-4.debdiff
2020-05-08 23:14:17 Dan Streetman bug added subscriber James Page
2020-05-08 23:18:38 Dan Streetman rabbitmq-server (Ubuntu Groovy): assignee Nicolas Bock (nicolasbock) James Page (james-page)
2020-05-13 11:27:10 James Page rabbitmq-server (Ubuntu Groovy): assignee James Page (james-page)
2020-05-13 13:18:59 Dan Streetman rabbitmq-server (Ubuntu Groovy): assignee Nicolas Bock (nicolasbock)
2020-05-14 11:49:52 Launchpad Janitor rabbitmq-server (Ubuntu Groovy): status In Progress Fix Released
2020-05-14 13:05:03 Łukasz Zemczak rabbitmq-server (Ubuntu Focal): status In Progress Fix Committed
2020-05-14 13:05:04 Łukasz Zemczak bug added subscriber Ubuntu Stable Release Updates Team
2020-05-14 13:05:07 Łukasz Zemczak bug added subscriber SRU Verification
2020-05-14 13:05:10 Łukasz Zemczak tags patch sts sts-sponsor-ddstreet patch sts sts-sponsor-ddstreet verification-needed verification-needed-focal
2020-05-14 13:23:30 Łukasz Zemczak rabbitmq-server (Ubuntu Bionic): status In Progress Fix Committed
2020-05-14 13:23:36 Łukasz Zemczak tags patch sts sts-sponsor-ddstreet verification-needed verification-needed-focal patch sts sts-sponsor-ddstreet verification-needed verification-needed-bionic verification-needed-focal
2020-05-14 13:41:24 Łukasz Zemczak rabbitmq-server (Ubuntu Xenial): status In Progress Fix Committed
2020-05-14 13:41:31 Łukasz Zemczak tags patch sts sts-sponsor-ddstreet verification-needed verification-needed-bionic verification-needed-focal patch sts sts-sponsor-ddstreet verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial
2020-05-14 22:30:30 Bryan Quigley bug added subscriber Bryan Quigley
2020-06-05 14:27:20 Nicolas Bock attachment added bionic-6.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5380685/+files/bionic-6.debdiff
2020-06-05 14:35:13 Nicolas Bock tags patch sts sts-sponsor-ddstreet verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial patch sts sts-sponsor-ddstreet verification-failed-bionic verification-needed verification-needed-focal verification-needed-xenial
2020-06-05 15:58:53 Guilherme G. Piccoli removed subscriber Guilherme G. Piccoli
2020-06-09 12:31:07 Nicolas Bock attachment added bionic-7.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5382013/+files/bionic-7.debdiff
2020-06-09 13:31:56 Nicolas Bock attachment added focal-5.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5382022/+files/focal-5.debdiff
2020-06-09 15:09:50 Nicolas Bock attachment added bionic-8.debdiff https://bugs.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/1874075/+attachment/5382044/+files/bionic-8.debdiff
2020-06-09 16:51:05 Nicolas Bock tags patch sts sts-sponsor-ddstreet verification-failed-bionic verification-needed verification-needed-focal verification-needed-xenial patch sts sts-sponsor-ddstreet verification-done-focal verification-failed-bionic verification-needed verification-needed-xenial
2020-06-18 09:36:26 Łukasz Zemczak tags patch sts sts-sponsor-ddstreet verification-done-focal verification-failed-bionic verification-needed verification-needed-xenial patch sts sts-sponsor-ddstreet verification-failed-bionic verification-needed verification-needed-focal verification-needed-xenial
2020-06-18 14:20:33 Bryan Quigley removed subscriber Bryan Quigley
2020-06-19 05:56:52 Matthew Ruffell bug added subscriber Matthew Ruffell
2020-06-19 06:01:48 Matthew Ruffell bug watch added https://github.com/rabbitmq/rabbitmq-server/issues/664
2020-06-25 12:33:19 Pedro Principeza bug added subscriber Pedro Principeza
2020-07-06 14:57:40 Łukasz Zemczak tags patch sts sts-sponsor-ddstreet verification-failed-bionic verification-needed verification-needed-focal verification-needed-xenial patch sts sts-sponsor-ddstreet verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial
2020-07-06 19:15:59 Launchpad Janitor merge proposal linked https://code.launchpad.net/~sergiodj/ubuntu/+source/rabbitmq-server/+git/rabbitmq-server/+merge/386905
2020-07-07 12:36:42 Dan Streetman tags patch sts sts-sponsor-ddstreet verification-needed verification-needed-bionic verification-needed-focal verification-needed-xenial patch sts sts-sponsor-ddstreet verification-done-focal verification-needed verification-needed-bionic verification-needed-xenial
2020-07-07 20:34:51 Launchpad Janitor rabbitmq-server (Ubuntu Focal): status Fix Committed Fix Released
2020-07-07 20:34:57 Brian Murray removed subscriber Ubuntu Stable Release Updates Team
2020-07-08 00:58:03 Matthew Ruffell tags patch sts sts-sponsor-ddstreet verification-done-focal verification-needed verification-needed-bionic verification-needed-xenial patch sts sts-sponsor-ddstreet verification-done-bionic verification-done-focal verification-needed verification-needed-xenial
2020-07-08 03:32:32 Matthew Ruffell tags patch sts sts-sponsor-ddstreet verification-done-bionic verification-done-focal verification-needed verification-needed-xenial patch sts sts-sponsor-ddstreet verification-done-bionic verification-done-focal verification-done-xenial
2020-07-08 15:04:42 Sergio Durigan Junior bug added subscriber Sergio Durigan Junior
2020-07-16 12:03:55 Launchpad Janitor rabbitmq-server (Ubuntu Bionic): status Fix Committed Fix Released
2020-07-16 12:08:36 Launchpad Janitor rabbitmq-server (Ubuntu Xenial): status Fix Committed Fix Released
2020-12-10 17:21:53 Eric Desrochers removed subscriber STS Sponsors
2021-01-06 15:46:58 Dan Streetman tags patch sts sts-sponsor-ddstreet verification-done-bionic verification-done-focal verification-done-xenial patch sts sts-sponsor verification-done-bionic verification-done-focal verification-done-xenial
2021-06-02 14:55:38 Dan Streetman tags patch sts sts-sponsor verification-done-bionic verification-done-focal verification-done-xenial patch sts verification-done-bionic verification-done-focal verification-done-xenial
2021-12-29 22:28:43 Bug Watch Updater rabbitmq-server (Debian): status New Fix Released