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
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---