Bug 1318926 - [GSS](6.4.z) Client Hang due to Long Default Read Timeout in LargeMessageControllerImpl
Summary: [GSS](6.4.z) Client Hang due to Long Default Read Timeout in LargeMessageCont...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: JMS
Version: 6.4.5
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: CR1
: EAP 6.4.9
Assignee: Tom Ross
QA Contact: Peter Mackay
URL:
Whiteboard:
Depends On:
Blocks: 1318928 1320133 eap649-payload 1325387
TreeView+ depends on / blocked
 
Reported: 2016-03-18 07:44 UTC by Tom Ross
Modified: 2019-10-10 11:36 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker HORNETQ-1516 0 Critical Resolved Client Hang due to Long Default Read Timeout in LargeMessageControllerImpl 2017-07-24 18:04:06 UTC
Red Hat Knowledge Base (Article) 2257991 0 None None None 2016-04-14 07:28:55 UTC

Description Tom Ross 2016-03-18 07:44:03 UTC
The code in LargeMessageControllerImpl.java uses TimeUnit.SECONDS instead of TimeUnit.MILLISECONDS
currentPacket = packets.poll(readTimeout, TimeUnit.SECONDS);

Comment 1 JBoss JIRA Server 2016-03-18 10:54:51 UTC
Tom Ross <toross> updated the status of jira HORNETQ-1516 to Coding In Progress

Comment 4 JBoss JIRA Server 2016-04-14 07:25:07 UTC
Tom Ross <toross> updated the status of jira HORNETQ-1516 to Resolved

Comment 5 Peter Mackay 2016-06-28 17:36:21 UTC
Verified with EAP 6.4.9.CP.CR2

Comment 6 Petr Penicka 2017-01-17 12:57:08 UTC
Retroactively bulk-closing issues from released EAP 6.4 cummulative patches.

Comment 7 Petr Penicka 2017-01-17 12:57:52 UTC
Retroactively bulk-closing issues from released EAP 6.4 cummulative patches.

Comment 8 Petr Penicka 2017-01-17 12:58:11 UTC
Retroactively bulk-closing issues from released EAP 6.4 cummulative patches.


Note You need to log in before you can comment on or make changes to this bug.