[ 
https://issues.apache.org/jira/browse/ARTEMIS-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16238020#comment-16238020
 ] 

ASF GitHub Bot commented on ARTEMIS-1499:
-----------------------------------------

Github user franz1981 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1638
  
    @clebertsuconic I've mentioned Netty just as an example of a event loop 
framework that doesn't handle well recursive submits into the event 
loop/blocking call issued from without the event loop.
    The fix (if i'll remove the other changes) is simple: i'm just checking if 
the call will happen inside the event loop: let me push it and you can see it 
by yourself :+1: 


> ArtemisExecutor and ProcessorBase needs support of recursive blocking 
> executions
> --------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-1499
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1499
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>
> The (ProcessorBase and) ArtemisExecutor allows recursive executions of 
> blocking tasks (FutureLatch) that block the background event loop: it would 
> be optimal to support recursive executions to handle them.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to