[Bug 1953431] Re: [SRU] fix unsafe access in unregister_conn()

2022-04-18 Thread gerald.yang
Hello @mywh The fix is merged into 15.2.16 which is currently in focal-proposed for testing if there is no regression, it will be published to focal-updates soon If you would like to run some tests to confirm the issue you are hitting has been fixed please enable focal-proposed and install 15.2.

[Bug 1953431] Re: [SRU] fix unsafe access in unregister_conn()

2022-04-18 Thread mywh
Hello, we recently encountered the deadlock problem you described, have you fixed this problem? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1953431 Title: [SRU] fix unsafe access in unregister_con

[Bug 1953431] Re: [SRU] fix unsafe access in unregister_conn()

2022-03-18 Thread James Page
This bug is included in 15.2.16 - see bug 1964802 ** Changed in: ceph (Ubuntu) Status: In Progress => Won't Fix ** Changed in: ceph (Ubuntu Focal) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1953431] Re: [SRU] fix unsafe access in unregister_conn()

2021-12-09 Thread Ubuntu Foundations Team Bug Bot
The attachment "0001-msgr-async-fix-unsafe-access-in- unregister_conn.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performe

[Bug 1953431] Re: [SRU] fix unsafe access in unregister_conn()

2021-12-09 Thread gerald.yang
** Description changed: [Impact] without holding sufficient locks, accept_conn and shutdown_connections in AsyncMessenger could cause OSD processes crash [Test plan] + run ceph_test_async_networkstack repeatedly, this will trigger many async messenger events and make sure + 1. OSD proce

[Bug 1953431] Re: [SRU] fix unsafe access in unregister_conn()

2021-12-08 Thread gerald.yang
** Description changed: [Impact] without holding sufficient locks, accept_conn and shutdown_connections in AsyncMessenger could cause OSD processes crash - [Test case] + [Test plan] + + [Where problems could occur] + hold sufficient locks and decrement l_msgr_active_connections can avoid