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

Justin Bertram edited comment on ARTEMIS-2808 at 6/22/20, 4:35 PM:
-------------------------------------------------------------------

h3. +*Use Case:*+

I am using shared store HA policy in 2.13.0, which is mentioned in [the 
documentation|https://activemq.apache.org/components/artemis/documentation/].

Below are the recommended configurations:-

Master:
{code:xml}
<ha-policy>
   <shared-store>
      <master>
         <failover-on-shutdown>true</failover-on-shutdown>
      </master>
   </shared-store>
</ha-policy>
{code}
Slave:
{code:xml}
<ha-policy>
   <shared-store>
      <slave>
         <allow-failback>true</allow-failback>
      </slave>
   </shared-store>
</ha-policy>
{code}

h3. +*Issue:*+

In case of shared location goes down the master and slave are not able to 
re-connect. Am I missing any configuration related to shared location HA like 
retry or reconnect interval or something?


was (Author: [email protected]):
h3. +*Use Case:*+

I am using shared store HA policy in 2.13.0 ,Which is mentioned in 
Documentation here 
[(https://activemq.apache.org/components/artemis/documentation/)|https://activemq.apache.org/components/artemis/documentation/]

Below are the recommended configurations:-

 Master:
{quote}{{<ha-policy>}}{{<shared-store><master><failover-on-shutdown>true</failover-on-shutdown></master></shared-store></ha-policy>}}
{quote}
{{Slave:}} 
{quote}<ha-policy>
 <shared-store>
 <slave>
 <allow-failback>true</allow-failback>
 </slave>
 </shared-store>
 </ha-policy>
{quote}
h3. +*Issue:*+

In case of shared location get down, master and slave non of the server is able 
to re-connect. 

Am i missing any configuration related to shared location HA ? Like - Retry or 
reconnect interval something.

Can anyone help me or Where i can get help on this.

 

> Artemis HA with shared storage strategy does not reconnect with shared 
> storage if reconnection happens at shared storage
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2808
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2808
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.11.0
>         Environment: Windows 10
>            Reporter: Karan Aggarwal
>            Priority: Blocker
>
> We verified the behavior of Artemis HA by bringing down the Shared Location 
> (VM) while run is in progress and here is the observation: 
> *Scenario:*
>  * When Artemis services are up and running and run is in progress, Restarted 
> the Shared Location Machine
>  * Shared location was up in 5 mins
>  * Both Artemis Master and Slave did not connect back to the Shared Location
>  * Tried stopping the Artemis Services - Slave service stopped. But Master 
> service did not stop. We had to kill the Process.
>  * Tried to start the Artemis Services: Master service did not start up at 
> all.
>  * Slave service started successfully.
>  * Restarted the Master Artemis server - Server started successfully and 
> acquired back up.
>  Shared Storage type: NFS
> Impact : The run is stopped and Artemis servers needs to be started again 
> every time shared storage connection goes down momentarily.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to