[
https://issues.apache.org/jira/browse/ARTEMIS-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16081340#comment-16081340
]
ASF GitHub Bot commented on ARTEMIS-1269:
-----------------------------------------
GitHub user clebertsuconic opened a pull request:
https://github.com/apache/activemq-artemis/pull/1395
ARTEMIS-1269 New actor framework
This is replacing an executor on ServerSessionPacketHandler
by a new actor.
This is to avoid creating a new runnable per packet received.
Instead of creating new Runnable, this will use a single static runnable
and the packet will be send by a message, which will be treated by a
listener.
Look at ServerSessionPacketHandler on this commit for more information on
how it works.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/clebertsuconic/activemq-artemis actor
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1395.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1395
----
commit 5077c58120fede761027b11d3d4924a2ef623fdc
Author: Clebert Suconic <[email protected]>
Date: 2017-07-10T22:03:55Z
ARTEMIS-1269 New actor framework
This is replacing an executor on ServerSessionPacketHandler
by a new actor.
This is to avoid creating a new runnable per packet received.
Instead of creating new Runnable, this will use a single static runnable
and the packet will be send by a message, which will be treated by a
listener.
Look at ServerSessionPacketHandler on this commit for more information on
how it works.
----
> Replication Initial Synchronization won't finish sometimes
> ----------------------------------------------------------
>
> Key: ARTEMIS-1269
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1269
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 1.5.5, 2.1.0
> Reporter: clebert suconic
> Assignee: clebert suconic
> Fix For: 1.5.6, 2.2.0
>
>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)