[
https://issues.apache.org/jira/browse/ARTEMIS-2466?focusedWorklogId=332652&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332652
]
ASF GitHub Bot logged work on ARTEMIS-2466:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 23/Oct/19 16:07
Start Date: 23/Oct/19 16:07
Worklog Time Spent: 10m
Work Description: clebertsuconic commented on pull request #2868:
ARTEMIS-2466 PageSyncTimer::timeSync isn't configurable using ASYNCIO
URL: https://github.com/apache/activemq-artemis/pull/2868#discussion_r338141642
##########
File path: docs/user-manual/en/paging.md
##########
@@ -171,6 +171,13 @@ Once that limit is reached any message will be blocked.
(unless the protocol
doesn't support flow control on which case there will be an exception thrown
and the connection for those clients dropped).
+## Page Sync Timeout
+
+The pages are synced periodically and the sync period is configured through
Review comment:
can you change the CLI create to perform an NIO test.. and set this value
with the same amount as NIO.
if NIO, this value should be the same .. if AIO a separate test should be
done, and then applied to page-sync timeout.
----------------------------------------------------------------
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: 332652)
Time Spent: 40m (was: 0.5h)
> PageSyncTimer::timeSync isn't configurable using ASYNCIO journal
> ----------------------------------------------------------------
>
> Key: ARTEMIS-2466
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2466
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.10.0
> Reporter: Francesco Nigro
> Priority: Major
> Time Spent: 40m
> Remaining Estimate: 0h
>
> If the broker is configured to use ASYNCIO journal, PageSyncTimer::timeSync
> is being defaulted with the default journal buffer timeout of NIO ie 3333333
> or 300 writes/sec
--
This message was sent by Atlassian Jira
(v8.3.4#803005)