[
https://issues.apache.org/jira/browse/ARTEMIS-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556933#comment-17556933
]
David Bennion commented on ARTEMIS-3867:
----------------------------------------
I am happy to change it to whatever. We have a system that uses Artemis as an
embedded broker. We are now trying to add the primary/standby (master/slave)
slave HA configuration for the broker to this application. We have run into
this as an issue and it stops everything from working.
We have run into a few other things that have been problematic for us and are
working on a minimal set of code. The rationale that this should only be an
issue with the 'test-suite' – is this file only meant to be used by the test
suite? Have we taken a wrong turn?
> ha-policy for replication won't work on Windows
> -----------------------------------------------
>
> Key: ARTEMIS-3867
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3867
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.23.0
> Reporter: David Bennion
> Priority: Blocker
> Labels: high-availability
>
> FileBasedPrimitiveManager.java line 134 has
> {code:java}
> getDistributedLock("ML:" + mutableLongId); {code}
> But the ':' is invalid on a Windows filesystem. This should maybe be
> replaced with an '_' or a '-'?
--
This message was sent by Atlassian Jira
(v8.20.7#820007)