Bug 1454564
Summary: | [GSS] (6.4.z) JMX client hangs when closing an unresponsive connection | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Hiroki Daicho <hdaicho> | ||||||
Component: | Remoting | Assignee: | Petr Jurak <pjurak> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiří Bílek <jbilek> | ||||||
Severity: | unspecified | Docs Contact: | |||||||
Priority: | unspecified | ||||||||
Version: | 6.4.15 | CC: | bmaxwell, david.lloyd, fgavrilo, hdaicho, jbilek, mmiura, pjurak, tanabe.yoshimasa | ||||||
Target Milestone: | CR1 | ||||||||
Target Release: | EAP 6.4.17 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2017-09-06 13:31:17 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1449266, 1450092 | ||||||||
Attachments: |
|
Description
Hiroki Daicho
2017-05-23 04:49:41 UTC
Created attachment 1281316 [details]
thread dump
(In reply to Hiroki Daicho from comment #0) > After the fix, the close logic is changed by following fixes and the issue > reproduced again. > https://github.com/jboss-remoting/jboss-remoting/commit/ > e48d4744a588e2064258989a7695aaa52366e296 > https://github.com/jboss-remoting/jboss-remoting/commit/ > b5bcb477e66f88c2919e453e5864cbafaa66c620 Sorry. It looks that commit id e48d47 is NOT related. because it was just reverted the previous commit id 055f0c4 for REM3-210. So, actually, I meant: The close logic is changed by following fix and the issue reproduced again: https://github.com/jboss-remoting/jboss-remoting/commit/b5bcb477e66f88c2919e453e5864cbafaa66c620 Verified with EAP 6.4.17.CP.CR3 Released on 2017-09-05 as part of the EAP 6.4.17 release. |