[infinispan-issues] [JBoss JIRA] (ISPN-2955) Async marshalling executor retry when queue fills

Dan Berindei (JIRA) issues at jboss.org
Fri Nov 25 11:06:00 EST 2016


     [ https://issues.jboss.org/browse/ISPN-2955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Berindei resolved ISPN-2955.
--------------------------------
    Fix Version/s: 8.0.0.Final
       Resolution: Out of Date


Async marshalling was removed with ISPN-2939.

> Async marshalling executor retry when queue fills
> -------------------------------------------------
>
>                 Key: ISPN-2955
>                 URL: https://issues.jboss.org/browse/ISPN-2955
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Marshalling
>    Affects Versions: 5.2.5.Final
>            Reporter: Manik Surtani
>             Fix For: 8.0.0.Final
>
>
> When using an async transport and async marshalling, an executor is used to process the marshalling task in a separate thread and the caller's thread is allowed to return immediately.
> When the executor's queue fills and the queue cannot accept any more tasks, it throws a {{RejectedExecutionException}}, causing a very bad user/developer experience.  A more correct approach to this is to catch the {{RejectedExecutionException}}, block and retry the task submission.
> The end result is that, in the degenerate case (when the executor queue is full) instead of throwing exceptions, those invocations will perform slightly slower.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the infinispan-issues mailing list