[
https://issues.apache.org/jira/browse/ARTEMIS-3474?focusedWorklogId=898509&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-898509
]
ASF GitHub Bot logged work on ARTEMIS-3474:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jan/24 17:57
Start Date: 08/Jan/24 17:57
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4728:
URL: https://github.com/apache/activemq-artemis/pull/4728#discussion_r1445082085
##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/HAPolicyConfiguration.java:
##########
@@ -21,14 +21,14 @@
public interface HAPolicyConfiguration extends Serializable {
enum TYPE {
- LIVE_ONLY("Live Only"),
+ PRIMARY_ONLY("Primary Only"),
REPLICATED("Replicated"),
REPLICA("Replica"),
- SHARED_STORE_MASTER("Shared Store Master"),
- SHARED_STORE_SLAVE("Shared Store Slave"),
+ SHARED_STORE_PRIMARY("Shared Store Primary"),
+ SHARED_STORE_BACKUP("Shared Store Backup"),
COLOCATED("Colocated"),
- PRIMARY("Primary"),
- BACKUP("Backup");
+ REPLICATION_PRIMARY("Replication Primary w/pluggable quorum voting"),
+ REPLICATION_BACKUP("Replication Backup w/pluggable quorum voting");
Review Comment:
I agree. I'm working on a follow-up PR that deals more with HA naming issues
like this in both the documentation and the code. At this point I think this PR
should be merged as is.
Issue Time Tracking
-------------------
Worklog Id: (was: 898509)
Time Spent: 1h 50m (was: 1h 40m)
> Replace use of non-inclusive terms throughout source code, comments and
> documentation
> -------------------------------------------------------------------------------------
>
> Key: ARTEMIS-3474
> URL: https://issues.apache.org/jira/browse/ARTEMIS-3474
> Project: ActiveMQ Artemis
> Issue Type: Task
> Reporter: Andy Taylor
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> this follows up on the ActiveMQ Jira at
> https://issues.apache.org/jira/browse/AMQ-7514 but for Artemis . The
> conversation is on this Jira and in the forum
--
This message was sent by Atlassian Jira
(v8.20.10#820010)