[jboss-jira] [JBoss JIRA] Commented: (JGRP-804) FC: max time to block until message is sent
Bela Ban (JIRA)
jira-events at lists.jboss.org
Mon Jul 28 06:12:45 EDT 2008
[ https://jira.jboss.org/jira/browse/JGRP-804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12422700#action_12422700 ]
Bela Ban commented on JGRP-804:
-------------------------------
Possibly define max block times *per message size*, e.g.
0K < 1K: 50ms
1K - 10K: 100ms
10K - 100K: 150ms
100K - 1M: 200ms
1M - 10M: 250ms
> 10M: 500ms
> FC: max time to block until message is sent
> -------------------------------------------
>
> Key: JGRP-804
> URL: https://jira.jboss.org/jira/browse/JGRP-804
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 2.6.4, 2.7
>
>
> When a message doesn't have enough credits to get sent, the sender blocks in FC.down(), sending a credit request every max_block_time ms and will be able to unblock and send the message only when new credits arrive.
> To prevent indefinite blocking (e.g. when the OOB thread pool is exhausted and new credits cannot be processed), add a property max_wait_time_per_message, which defines the max number of milliseconds a message will ever be blocked in FC, before it is sent. This is regardless of the number of credits left.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list