Changes for page Grouping - Deploy Possibilities
Last modified by Danniar Firdausy on 2024/09/27 09:18
From version 40.1
edited by Bouke Reitsma
on 2024/03/29 09:14
on 2024/03/29 09:14
Change comment:
There is no comment for this version
To version 41.1
edited by Bouke Reitsma
on 2024/03/29 09:50
on 2024/03/29 09:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -41,18 +41,27 @@ 41 41 42 42 === 4.1.1 Leader Status === 43 43 44 - ===4.1.1FolowerStatus===44 +If the leader status is shown, all the inbounds with the same group name in this container are actively running. 45 45 46 -=== 4.1. 1DisabledStatus ===46 +=== 4.1.2 Follower Status === 47 47 48 - ===4.1.1Leader(single node)Status===48 +The follower status is closely tied to the leader status. Inbounds with this status act as the backup if the active leaders stops. In that situation, the followers will take the Leader status. By default, the starting status of these inbounds is stopped (grey lightbulb). 49 49 50 +=== 4.1.3 Disabled Status === 51 + 52 +If the container inbounds have the status disabled the failover is inactive. This means that the components are stopped (grey lightbulb) but will not react in case the leader stops working. To continue failover behaviour it should be manually be activated via Deploy -> Architecture. 53 + 54 +=== 4.1.4 Leader (single node) Status === 55 + 56 +The last possible status is the Leader (single node). This means that the inbound acts as a separate normal inbound with no (failover) connectivity to other containers with a similar configured group name. If this status occurs in a failover setup, there is a problem in the configuration of the inbounds, most likely in the configuration of the cache manager. 57 + 50 50 == 5. Key takeaways == 51 51 52 52 * Grouping is beneficial when external systems go through maintenance or downtime. 53 53 * Failover can have the additional benefit of having a fallback scenario while still adhering to the requirement that there can only be one active connection at a time 54 54 * The role naming in both grouping and failover is crucial. The group name needs to match **exactly** to make it work. 55 -* You can control group and failover steps from the deployment plan 63 +* You can control group and failover steps from the deployment plan. 64 +* Container inbounds can have a different failover status. 56 56 57 57 == 6. Suggested Additional Readings == 58 58