Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1196145

Summary: Re-enable the queue for the JGroups internal thread pool in the default configuration
Product: [JBoss] JBoss Data Grid 6 Reporter: Dan Berindei <dberinde>
Component: unspecifiedAssignee: Dan Berindei <dberinde>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: afield, jdg-bugs, slaskawi, vjuranek
Target Milestone: ER1   
Target Release: 6.4.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1197725 (view as bug list) Environment:
Last Closed: 2015-04-02 12:13:50 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: 1197725    

Description Dan Berindei 2015-02-25 11:38:03 UTC
Need to change default-jgroups-udp/tcp.xml for embedded and jgroups-defaults.xml for server.

Comment 4 Alan Field 2015-02-27 14:07:37 UTC
The docs need to be updated to reflect the change from:

-        internal_thread_pool.queue_enabled="false"
-        internal_thread_pool.rejection_policy="Abort"

to:

+        internal_thread_pool.queue_enabled="true"
+        internal_thread_pool.queue_max_size="500"