[
https://issues.apache.org/jira/browse/ARTEMIS-3045?focusedWorklogId=554700&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-554700
]
ASF GitHub Bot logged work on ARTEMIS-3045:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Feb/21 10:31
Start Date: 19/Feb/21 10:31
Worklog Time Spent: 10m
Work Description: franz1981 commented on pull request #3392:
URL: https://github.com/apache/activemq-artemis/pull/3392#issuecomment-781987267
Just few thoughts to improve this:
- allocation of Runnable could be reduced by not submitting new ones if the
channel is not writable and we're awaiting to be resumed OR because we're
batching on the event loop and we're already picking packets to be batched
- we can limit the time budget to perform batching while allowing to
continue it after a flush ie `writev` socket call, 'cause very fast networks
are mostly empty so they could keep on batching right after
This should reduce higher percentiles of latencies due to less GC and some
more fairness (batch cannot exceed time budget and pending reads could be
picked)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 554700)
Time Spent: 13h (was: 12h 50m)
> ReplicationManager can batch sent replicated packets
> ----------------------------------------------------
>
> Key: ARTEMIS-3045
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3045
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Francesco Nigro
> Assignee: Francesco Nigro
> Priority: Major
> Time Spent: 13h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)