You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2022/06/21 03:30:00 UTC

[jira] [Commented] (ARTEMIS-3867) ha-policy for replication won't work on Windows

    [ https://issues.apache.org/jira/browse/ARTEMIS-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556625#comment-17556625 ] 

Justin Bertram commented on ARTEMIS-3867:
-----------------------------------------

As far as I can tell this should only be an issue with the test-suite. Nothing with normal operation of the broker should be impacted. Therefore, this doesn't seem like it should receive "Blocker" priority. Can you clarify your use-case and why you set the priority to "Blocker"?

> 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)