Bug 1196145 - Re-enable the queue for the JGroups internal thread pool in the default configuration
Summary: Re-enable the queue for the JGroups internal thread pool in the default confi...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: unspecified
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER1
: 6.4.1
Assignee: Dan Berindei
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks: 1197725
TreeView+ depends on / blocked
 
Reported: 2015-02-25 11:38 UTC by Dan Berindei
Modified: 2019-05-20 11:32 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
: 1197725 (view as bug list)
Environment:
Last Closed: 2015-04-02 12:13:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker ISPN-5246 0 Critical Resolved Re-enable the queue for the JGroups internal thread pool in the default configuration 2016-01-25 07:48:25 UTC

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"


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