[
https://issues.apache.org/jira/browse/ARTEMIS-2258?focusedWorklogId=202639&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-202639
]
ASF GitHub Bot logged work on ARTEMIS-2258:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 22/Feb/19 13:33
Start Date: 22/Feb/19 13:33
Worklog Time Spent: 10m
Work Description: franz1981 commented on pull request #2559: ARTEMIS-2258
The FileLockNodeManager directory should be configurable
URL: https://github.com/apache/activemq-artemis/pull/2559#discussion_r259343016
##########
File path: artemis-server/src/main/resources/schema/artemis-configuration.xsd
##########
@@ -608,6 +608,14 @@
</xsd:annotation>
</xsd:element>
+ <xsd:element name="node-manager-lock-directory" type="xsd:string"
maxOccurs="1" minOccurs="0">
Review comment:
The file used for HA contains the state of the current live instance and the
nodeId so I won't feeling very good to mix the purposes, but I understand that
the one used for the node manager could be used as the cli lock too
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 202639)
Time Spent: 3h 10m (was: 3h)
> The FileLockNodeManager directory should be configurable
> --------------------------------------------------------
>
> Key: ARTEMIS-2258
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2258
> Project: ActiveMQ Artemis
> Issue Type: New Feature
> Affects Versions: 2.6.4
> Reporter: Francesco Nigro
> Priority: Major
> Fix For: 2.6.5
>
> Time Spent: 3h 10m
> Remaining Estimate: 0h
>
> The FileLockNodeManager directory is always defaulted tothe journal
> directory, but if it should be on a SAN it means unwanted network resources
> and latencies.
> Tt should be improved by allowing it to be configured in a local directory;
> making failover/startup faster.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)