[ https://issues.apache.org/jira/browse/ARTEMIS-1788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16430680#comment-16430680 ]
ASF GitHub Bot commented on ARTEMIS-1788: ----------------------------------------- Github user dudaerich commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/2003#discussion_r180128804 --- Diff: docs/user-manual/en/persistence.md --- @@ -456,6 +456,7 @@ To configure Apache ActiveMQ Artemis to use a database for persisting messages a The JDBC network connection timeout in milliseconds. The default value is 20000 milliseconds (ie 20 seconds). + When using a shared store it is recommended to set it less then or equal to `jdbc-lock-renew-period`. --- End diff -- it should jdbc-lock-expiration instead of jdbc-lock-renew-period > JDBC HA should use JDBC Network Timeout > --------------------------------------- > > Key: ARTEMIS-1788 > URL: https://issues.apache.org/jira/browse/ARTEMIS-1788 > Project: ActiveMQ Artemis > Issue Type: Improvement > Components: Broker > Affects Versions: 2.5.0 > Reporter: Francesco Nigro > Assignee: Francesco Nigro > Priority: Major > Fix For: 2.5.1 > > > The JDBC Node Manager doesn't use the JDBC Network Timeout used on the rest > of the Journal. -- This message was sent by Atlassian JIRA (v7.6.3#76005)