[jira] [Work logged] (ARTEMIS-4559) Refactor HA docs

2024-01-08 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4559?focusedWorklogId=898575&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-898575
 ]

ASF GitHub Bot logged work on ARTEMIS-4559:
---

Author: ASF GitHub Bot
Created on: 09/Jan/24 05:22
Start Date: 09/Jan/24 05:22
Worklog Time Spent: 10m 
  Work Description: jbertram opened a new pull request, #4735:
URL: https://github.com/apache/activemq-artemis/pull/4735

   This commit does the following:
   
- Updates HA docs including the chapter on network isolation (i.e. split 
brain). The network isolation chapter is now more about high-level explanation 
and the HA doc now has all the configuration parameters.
- Changes references to "pluggable quorum voting" to "pluggable lock 
manager." The pluggable functionality really isn't about voting. Conceptually 
is much more like the functionality you'd get from a distributed lock so this 
naming is more clear. Both the docs and the code have been changed, but all 
changes are backwards compatible.
- Reorganize lock manager modules as sub-modules. The API and RI modules 
are renamed, but that should be OK based on the "experimental" tag that's been 
on this feature up to this point.
- Remove the "experimental" tag from the lock manager.




Issue Time Tracking
---

Worklog Id: (was: 898575)
Remaining Estimate: 0h
Time Spent: 10m

> Refactor HA docs
> 
>
> Key: ARTEMIS-4559
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4559
> Project: ActiveMQ Artemis
>  Issue Type: Task
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Over the years the HA docs have gotten a bit confusing. They need to be 
> refreshed and clarified in light of new features, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4559) Refactor HA docs

2024-01-09 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4559?focusedWorklogId=898737&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-898737
 ]

ASF GitHub Bot logged work on ARTEMIS-4559:
---

Author: ASF GitHub Bot
Created on: 09/Jan/24 16:22
Start Date: 09/Jan/24 16:22
Worklog Time Spent: 10m 
  Work Description: jbertram commented on PR #4735:
URL: 
https://github.com/apache/activemq-artemis/pull/4735#issuecomment-1883366336

   In my opinion, inspecting the documentation from the diff is difficult. I'd 
recommend pulling the PR and [building the 
docs](https://activemq.apache.org/components/artemis/documentation/hacking-guide/#only-docs).
 Then you can really see the new content and flow.




Issue Time Tracking
---

Worklog Id: (was: 898737)
Time Spent: 20m  (was: 10m)

> Refactor HA docs
> 
>
> Key: ARTEMIS-4559
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4559
> Project: ActiveMQ Artemis
>  Issue Type: Task
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Over the years the HA docs have gotten a bit confusing. They need to be 
> refreshed and clarified in light of new features, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4559) Refactor HA docs

2024-01-22 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4559?focusedWorklogId=901037&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-901037
 ]

ASF GitHub Bot logged work on ARTEMIS-4559:
---

Author: ASF GitHub Bot
Created on: 22/Jan/24 20:12
Start Date: 22/Jan/24 20:12
Worklog Time Spent: 10m 
  Work Description: clebertsuconic commented on PR #4735:
URL: 
https://github.com/apache/activemq-artemis/pull/4735#issuecomment-1904730094

   This is a big beyond refactoring just docs, right? you're also renaming the 
package and project name?
   
   
   not complaining about the change.. just noticing it's a bit more than just 
doc changes?




Issue Time Tracking
---

Worklog Id: (was: 901037)
Time Spent: 0.5h  (was: 20m)

> Refactor HA docs
> 
>
> Key: ARTEMIS-4559
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4559
> Project: ActiveMQ Artemis
>  Issue Type: Task
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Over the years the HA docs have gotten a bit confusing. They need to be 
> refreshed and clarified in light of new features, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4559) Refactor HA docs & code/module naming

2024-03-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4559?focusedWorklogId=908616&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-908616
 ]

ASF GitHub Bot logged work on ARTEMIS-4559:
---

Author: ASF GitHub Bot
Created on: 06/Mar/24 19:58
Start Date: 06/Mar/24 19:58
Worklog Time Spent: 10m 
  Work Description: jbertram commented on PR #4735:
URL: 
https://github.com/apache/activemq-artemis/pull/4735#issuecomment-1981682407

   @ehsavoie, is merging this going to cause any problems for WildFly? Are you 
guys using 
`org.apache.activemq.artemis.core.config.ha.DistributedPrimitiveManagerConfiguration`.
 I'm guessing you don't since you don't ship either of the current 
`artemis-quorum-api` or `artemis-quorum-ri` jars.




Issue Time Tracking
---

Worklog Id: (was: 908616)
Time Spent: 50m  (was: 40m)

> Refactor HA docs & code/module naming
> -
>
> Key: ARTEMIS-4559
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4559
> Project: ActiveMQ Artemis
>  Issue Type: Task
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> Over the years the HA docs have gotten a bit confusing. They need to be 
> refreshed and clarified in light of new features, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4559) Refactor HA docs & code/module naming

2024-03-06 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4559?focusedWorklogId=908623&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-908623
 ]

ASF GitHub Bot logged work on ARTEMIS-4559:
---

Author: ASF GitHub Bot
Created on: 06/Mar/24 20:42
Start Date: 06/Mar/24 20:42
Worklog Time Spent: 10m 
  Work Description: ehsavoie commented on PR #4735:
URL: 
https://github.com/apache/activemq-artemis/pull/4735#issuecomment-1981746573

   @jbertram I don't think so but I'll do a quick run tomorrow 




Issue Time Tracking
---

Worklog Id: (was: 908623)
Time Spent: 1h  (was: 50m)

> Refactor HA docs & code/module naming
> -
>
> Key: ARTEMIS-4559
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4559
> Project: ActiveMQ Artemis
>  Issue Type: Task
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> Over the years the HA docs have gotten a bit confusing. They need to be 
> refreshed and clarified in light of new features, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4559) Refactor HA docs & code/module naming

2024-03-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4559?focusedWorklogId=908717&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-908717
 ]

ASF GitHub Bot logged work on ARTEMIS-4559:
---

Author: ASF GitHub Bot
Created on: 07/Mar/24 11:09
Start Date: 07/Mar/24 11:09
Worklog Time Spent: 10m 
  Work Description: ehsavoie commented on PR #4735:
URL: 
https://github.com/apache/activemq-artemis/pull/4735#issuecomment-1983282268

   @jbertram LGTM




Issue Time Tracking
---

Worklog Id: (was: 908717)
Time Spent: 1h 10m  (was: 1h)

> Refactor HA docs & code/module naming
> -
>
> Key: ARTEMIS-4559
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4559
> Project: ActiveMQ Artemis
>  Issue Type: Task
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Over the years the HA docs have gotten a bit confusing. They need to be 
> refreshed and clarified in light of new features, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4559) Refactor HA docs & code/module naming

2024-03-08 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4559?focusedWorklogId=908966&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-908966
 ]

ASF GitHub Bot logged work on ARTEMIS-4559:
---

Author: ASF GitHub Bot
Created on: 08/Mar/24 18:19
Start Date: 08/Mar/24 18:19
Worklog Time Spent: 10m 
  Work Description: jbertram commented on PR #4735:
URL: 
https://github.com/apache/activemq-artemis/pull/4735#issuecomment-1986186144

   @clebertsuconic, I think this is ready to go.




Issue Time Tracking
---

Worklog Id: (was: 908966)
Time Spent: 1h 20m  (was: 1h 10m)

> Refactor HA docs & code/module naming
> -
>
> Key: ARTEMIS-4559
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4559
> Project: ActiveMQ Artemis
>  Issue Type: Task
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Over the years the HA docs have gotten a bit confusing. They need to be 
> refreshed and clarified in light of new features, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4559) Refactor HA docs & code/module naming

2024-03-15 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4559?focusedWorklogId=910118&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-910118
 ]

ASF GitHub Bot logged work on ARTEMIS-4559:
---

Author: ASF GitHub Bot
Created on: 15/Mar/24 14:18
Start Date: 15/Mar/24 14:18
Worklog Time Spent: 10m 
  Work Description: clebertsuconic merged PR #4735:
URL: https://github.com/apache/activemq-artemis/pull/4735




Issue Time Tracking
---

Worklog Id: (was: 910118)
Time Spent: 1.5h  (was: 1h 20m)

> Refactor HA docs & code/module naming
> -
>
> Key: ARTEMIS-4559
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4559
> Project: ActiveMQ Artemis
>  Issue Type: Task
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Over the years the HA docs have gotten a bit confusing. They need to be 
> refreshed and clarified in light of new features, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Work logged] (ARTEMIS-4559) Refactor HA docs & code/module naming

2024-01-22 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/ARTEMIS-4559?focusedWorklogId=901047&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-901047
 ]

ASF GitHub Bot logged work on ARTEMIS-4559:
---

Author: ASF GitHub Bot
Created on: 22/Jan/24 20:51
Start Date: 22/Jan/24 20:51
Worklog Time Spent: 10m 
  Work Description: jbertram commented on PR #4735:
URL: 
https://github.com/apache/activemq-artemis/pull/4735#issuecomment-1904785918

   @clebertsuconic, that's a fair point. I updated the Jira and commit message 
to reflect this.




Issue Time Tracking
---

Worklog Id: (was: 901047)
Time Spent: 40m  (was: 0.5h)

> Refactor HA docs & code/module naming
> -
>
> Key: ARTEMIS-4559
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4559
> Project: ActiveMQ Artemis
>  Issue Type: Task
>Reporter: Justin Bertram
>Assignee: Justin Bertram
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Over the years the HA docs have gotten a bit confusing. They need to be 
> refreshed and clarified in light of new features, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)