Activity log for bug #1838109

Date Who What changed Old value New value Message
2019-07-26 21:10:17 Jesse Williamson bug added bug
2019-07-26 21:11:52 Jesse Williamson description Civetweb does not make the maximum number of sockets available as a user-configurable option. Some users run out of sockets and are left without alternatives. This patch adds a new user-configurable parameter, "so_max_connections". Civetweb does not offer an option for configuring the maximum number of sockets available. Some users run out of sockets and are left with no workaround. This patch adds a new user-configurable parameter, "so_max_connections".
2019-07-26 21:13:29 Jorge Niedbalski affects ubuntu ceph (Ubuntu)
2019-07-26 21:20:34 Jesse Williamson description Civetweb does not offer an option for configuring the maximum number of sockets available. Some users run out of sockets and are left with no workaround. This patch adds a new user-configurable parameter, "so_max_connections". Civetweb does not offer an option for configuring the maximum number of sockets available. Some users run out of sockets and are left with no workaround. This patch adds a new user-configurable parameter, "so_max_connections". See: https://github.com/civetweb/civetweb/issues/775
2019-07-26 21:21:47 Jorge Niedbalski tags sts
2019-07-26 21:28:30 Jesse Williamson nominated for series Ubuntu Disco
2019-07-26 21:28:30 Jesse Williamson bug task added ceph (Ubuntu Disco)
2019-07-26 21:28:30 Jesse Williamson nominated for series Ubuntu Eoan
2019-07-26 21:28:30 Jesse Williamson bug task added ceph (Ubuntu Eoan)
2019-07-26 21:28:30 Jesse Williamson nominated for series Ubuntu Bionic
2019-07-26 21:28:30 Jesse Williamson bug task added ceph (Ubuntu Bionic)
2019-07-26 21:29:02 Jorge Niedbalski bug watch added https://github.com/civetweb/civetweb/issues/775
2019-07-26 21:29:02 Jorge Niedbalski bug task added ceph
2019-07-26 21:29:39 Jorge Niedbalski ceph (Ubuntu Eoan): milestone eoan-updates
2019-07-26 21:29:52 Jesse Williamson ceph (Ubuntu Eoan): status New In Progress
2019-08-07 13:03:59 James Page bug task added cloud-archive
2019-08-07 13:04:15 James Page nominated for series cloud-archive/train
2019-08-07 13:04:15 James Page bug task added cloud-archive/train
2019-08-07 13:04:15 James Page nominated for series cloud-archive/rocky
2019-08-07 13:04:15 James Page bug task added cloud-archive/rocky
2019-08-07 13:04:15 James Page nominated for series cloud-archive/pike
2019-08-07 13:04:15 James Page bug task added cloud-archive/pike
2019-08-07 13:04:15 James Page nominated for series cloud-archive/stein
2019-08-07 13:04:15 James Page bug task added cloud-archive/stein
2019-08-07 13:04:15 James Page nominated for series cloud-archive/queens
2019-08-07 13:04:15 James Page bug task added cloud-archive/queens
2019-08-21 00:14:35 Launchpad Janitor merge proposal linked https://code.launchpad.net/~slashd/ubuntu/+source/ceph/+git/ceph/+merge/371549
2019-08-29 22:25:41 Launchpad Janitor ceph (Ubuntu Eoan): status In Progress Fix Released
2019-08-29 22:25:41 Launchpad Janitor cve linked 2019-10222
2019-08-30 09:58:40 James Page bug added subscriber Ubuntu Stable Release Updates Team
2019-08-30 10:00:59 James Page description Civetweb does not offer an option for configuring the maximum number of sockets available. Some users run out of sockets and are left with no workaround. This patch adds a new user-configurable parameter, "so_max_connections". See: https://github.com/civetweb/civetweb/issues/775 [Impact] RADOS gateway can run out of sockets prior to consuming the CPU and memory resources on the server on which it is running. [Test Case] Deploy RGW to a large server; scale test - RGW processes will only be able to service around 100 open connections. [Regression Potential] Medium; the fix introduces a new configuration option for civetweb (the web connector for RGW) to allow the max connections to be set via configuration, rather than being set during compilation; improvement has been accepted upstream in the civetweb project. [Original Bug Report] Civetweb does not offer an option for configuring the maximum number of sockets available. Some users run out of sockets and are left with no workaround. This patch adds a new user-configurable parameter, "so_max_connections". See: https://github.com/civetweb/civetweb/issues/775
2019-08-30 10:04:04 James Page cloud-archive/pike: status New Won't Fix
2019-08-30 10:05:32 James Page bug task deleted cloud-archive/pike
2019-08-30 10:05:47 James Page cloud-archive/train: importance Undecided Medium
2019-08-30 10:05:47 James Page cloud-archive/train: status New In Progress
2019-08-30 10:05:56 James Page cloud-archive/stein: importance Undecided Medium
2019-08-30 10:05:56 James Page cloud-archive/stein: status New In Progress
2019-08-30 10:06:05 James Page cloud-archive/rocky: importance Undecided Medium
2019-08-30 10:06:05 James Page cloud-archive/rocky: status New In Progress
2019-08-30 10:06:15 James Page cloud-archive/queens: importance Undecided Medium
2019-08-30 10:06:15 James Page cloud-archive/queens: status New In Progress
2019-08-30 10:06:24 James Page ceph (Ubuntu Bionic): importance Undecided Medium
2019-08-30 10:06:24 James Page ceph (Ubuntu Bionic): status New In Progress
2019-08-30 10:06:36 James Page ceph (Ubuntu Disco): importance Undecided Medium
2019-08-30 10:06:36 James Page ceph (Ubuntu Disco): status New In Progress
2019-08-30 10:06:46 James Page ceph (Ubuntu Eoan): importance Undecided Medium
2019-08-30 10:08:12 James Page cve unlinked 2019-10222
2019-08-31 00:51:42 Dan Hill description [Impact] RADOS gateway can run out of sockets prior to consuming the CPU and memory resources on the server on which it is running. [Test Case] Deploy RGW to a large server; scale test - RGW processes will only be able to service around 100 open connections. [Regression Potential] Medium; the fix introduces a new configuration option for civetweb (the web connector for RGW) to allow the max connections to be set via configuration, rather than being set during compilation; improvement has been accepted upstream in the civetweb project. [Original Bug Report] Civetweb does not offer an option for configuring the maximum number of sockets available. Some users run out of sockets and are left with no workaround. This patch adds a new user-configurable parameter, "so_max_connections". See: https://github.com/civetweb/civetweb/issues/775 [Impact] RADOS gateway can run out of sockets prior to consuming the CPU and memory resources on the server on which it is running. [Test Case] Deploy RGW to a large server; scale test - RGW processes will only be able to service around 100 open connections. [Regression Potential] Medium; the fix introduces a new configuration option for civetweb (the web connector for RGW) to allow the max connections to be set via configuration, rather than being set during compilation; improvement has been accepted upstream in the civetweb project. [Original Bug Report] Civetweb does not offer an option for configuring the maximum number of sockets available. Some users run out of sockets and are left with no workaround. This patch adds a new user-configurable parameter, "max_connections". See: https://github.com/civetweb/civetweb/issues/775
2019-09-05 12:32:44 Łukasz Zemczak ceph (Ubuntu Disco): status In Progress Fix Committed
2019-09-05 12:32:48 Łukasz Zemczak bug added subscriber SRU Verification
2019-09-05 12:32:52 Łukasz Zemczak tags sts sts verification-needed verification-needed-disco
2019-09-05 12:38:57 Łukasz Zemczak ceph (Ubuntu Bionic): status In Progress Fix Committed
2019-09-05 12:39:04 Łukasz Zemczak tags sts verification-needed verification-needed-disco sts verification-needed verification-needed-bionic verification-needed-disco
2019-09-05 19:10:43 Bug Watch Updater ceph: status Unknown New
2019-09-06 07:30:30 James Page cloud-archive/rocky: status In Progress Fix Committed
2019-09-06 07:30:32 James Page tags sts verification-needed verification-needed-bionic verification-needed-disco sts verification-needed verification-needed-bionic verification-needed-disco verification-rocky-needed
2019-09-06 07:31:34 James Page cloud-archive/stein: status In Progress Fix Committed
2019-09-06 07:31:36 James Page tags sts verification-needed verification-needed-bionic verification-needed-disco verification-rocky-needed sts verification-needed verification-needed-bionic verification-needed-disco verification-rocky-needed verification-stein-needed
2019-09-10 15:41:08 Eric Desrochers ceph (Ubuntu Disco): assignee Jesse Williamson (chardan)
2019-09-10 15:41:29 Eric Desrochers ceph (Ubuntu Bionic): assignee Jesse Williamson (chardan)
2019-09-10 15:43:38 Eric Desrochers bug added subscriber Eric Desrochers
2019-09-16 20:39:23 Jesse Williamson tags sts verification-needed verification-needed-bionic verification-needed-disco verification-rocky-needed verification-stein-needed sts verification-done-bionic verification-done-disco verification-needed verification-rocky-needed verification-stein-needed
2019-09-23 09:18:07 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2019-09-23 09:28:03 Launchpad Janitor ceph (Ubuntu Disco): status Fix Committed Fix Released
2019-09-23 13:21:08 James Page cloud-archive/train: status In Progress Fix Committed
2019-09-30 08:20:14 Launchpad Janitor ceph (Ubuntu Bionic): status Fix Committed Fix Released
2019-09-30 10:12:48 James Page cloud-archive/queens: status In Progress Fix Committed
2019-09-30 10:12:50 James Page tags sts verification-done-bionic verification-done-disco verification-needed verification-rocky-needed verification-stein-needed sts verification-done-bionic verification-done-disco verification-needed verification-queens-needed verification-rocky-needed verification-stein-needed
2019-10-14 12:45:31 James Page cloud-archive/stein: status Fix Committed Fix Released
2019-10-14 12:48:42 James Page cloud-archive/rocky: status Fix Committed Fix Released
2019-10-30 10:32:50 Edward Hope-Morley bug task added charm-ceph-radosgw
2019-10-30 10:33:15 Edward Hope-Morley charm-ceph-radosgw: importance Undecided Medium
2019-10-30 10:33:15 Edward Hope-Morley charm-ceph-radosgw: milestone 20.01
2019-10-30 10:51:06 Alex Kavanagh charm-ceph-radosgw: status New Triaged
2019-10-30 11:14:59 Edward Hope-Morley tags sts verification-done-bionic verification-done-disco verification-needed verification-queens-needed verification-rocky-needed verification-stein-needed sts verification-done-bionic verification-done-disco verification-needed verification-queens-done verification-rocky-needed verification-stein-needed
2019-10-30 11:15:53 Edward Hope-Morley tags sts verification-done-bionic verification-done-disco verification-needed verification-queens-done verification-rocky-needed verification-stein-needed sts verification-done verification-done-bionic verification-done-disco verification-queens-done verification-rocky-done verification-stein-done
2019-10-30 11:57:01 James Page cloud-archive/queens: status Fix Committed Fix Released
2020-01-10 13:59:01 Bug Watch Updater ceph: status New Fix Released
2020-03-02 15:41:13 James Page charm-ceph-radosgw: milestone 20.01 20.05
2020-05-21 20:42:20 David Ames charm-ceph-radosgw: milestone 20.05 20.08
2020-07-13 14:16:56 Edward Hope-Morley tags sts verification-done verification-done-bionic verification-done-disco verification-queens-done verification-rocky-done verification-stein-done verification-done verification-done-bionic verification-done-disco verification-queens-done verification-rocky-done verification-stein-done
2020-08-03 14:03:05 James Page charm-ceph-radosgw: milestone 20.08
2020-09-04 08:03:00 Chris MacNaughton cloud-archive/train: status Fix Committed Fix Released
2020-09-04 08:03:14 Chris MacNaughton cloud-archive: status Fix Committed Fix Released