[
https://issues.apache.org/jira/browse/ARTEMIS-1237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16054840#comment-16054840
]
ASF GitHub Bot commented on ARTEMIS-1237:
-----------------------------------------
Github user michaelandrepearce commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1348#discussion_r122838823
--- Diff:
artemis-server/src/main/resources/schema/artemis-configuration.xsd ---
@@ -688,6 +688,15 @@
</xsd:annotation>
</xsd:element>
+ <xsd:element name="journal-file-open-timeout" type="xsd:int"
maxOccurs="1" minOccurs="0">
+ <xsd:annotation>
+ <xsd:documentation>
+ the maximum number of write requests that can be in the
AIO queue at any one time. Default is 500 for
--- End diff --
documentation doesn't seem to match element. Assume it should read more
like.
> the length of time to wait when opening a new Journal file before timing
out and failing
> Hard coded timeout on Journal file open
> ---------------------------------------
>
> Key: ARTEMIS-1237
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1237
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Reporter: Andy Taylor
> Assignee: Andy Taylor
>
> we should make this configurable for slower machines
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)