On 16 Apr 2020, at 16:05, Marco Miller <marco....@gmail.com> wrote:-My internal team at Ericsson is currently working on the HA plugin ([1] below) to1. sync project events from writing/active master to its passive companion, then2. trigger the corresponding replication events towards replication plugin (on passive),3. so that the replication plugin does that replication from passive master, offloading the active one.Which HA plugin are you planning to use, [1] or multi-site [2], and from which Gerrit version first?
/Marco
On Thursday, April 16, 2020 at 10:46:43 AM UTC-4, Tom Printy wrote:Hello,I am in the process of implementing a single site HA instance. Currently i have several Gerrit slaves located throughout the world. I am currently using the replication plug-in to keep these slaves up to date.My HA instance will have 3 Nodes at the master site (A,B,C) only one will be configured as the writter (accepting a push). Which node(s) should I run the replication plugin on? My thought it one of the other nodes that is NOT serving as the writer (B or C).What is the correct one?Thanks-Tom
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/aaefc409-a8e5-4bc1-9167-ac9c237ceb3c%40googlegroups.com.
On 16 Apr 2020, at 16:31, Marco Miller <marco....@gmail.com> wrote:-And Tom mentioned that he'd stick to a single site, so HA plugin [1] it would be.
You could try replicating from all master nodes, but I don't see why replicating from a non-writing one, unless to offload the writer.
Note that I'm not aware of a production HA configuration with more than 2 master nodes.Multi-site [2] still has HA properties, as it extends high availability to multiple sites, in case of single-site disaster./Marco
On Thursday, April 16, 2020 at 11:08:40 AM UTC-4, lucamilanesio wrote:On 16 Apr 2020, at 16:05, Marco Miller <marco....@gmail.com> wrote:-My internal team at Ericsson is currently working on the HA plugin ([1] below) to1. sync project events from writing/active master to its passive companion, then2. trigger the corresponding replication events towards replication plugin (on passive),3. so that the replication plugin does that replication from passive master, offloading the active one.Which HA plugin are you planning to use, [1] or multi-site [2], and from which Gerrit version first?^^^ This is an HA solution^^^ That is not an HA solutionThey are both multi-master plugins but they have different goals: HA is for high-availability (hence the name) whilst multi-site is for reducing the latency across geo-locations.We typically use both of them: HA (inside the same location) and multi-site (across geo-locations).Luca.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/7d016772-6a6b-4876-b09b-b8d8f398051c%40googlegroups.com.
On Apr 16, 2020, at 9:31 AM, Marco Miller <marco....@gmail.com> wrote:-And Tom mentioned that he'd stick to a single site, so HA plugin [1] it would be.You could try replicating from all master nodes, but I don't see why replicating from a non-writing one, unless to offload the writer.
Note that I'm not aware of a production HA configuration with more than 2 master nodes.
Multi-site [2] still has HA properties, as it extends high availability to multiple sites, in case of single-site disaster./Marco
On Thursday, April 16, 2020 at 11:08:40 AM UTC-4, lucamilanesio wrote:On 16 Apr 2020, at 16:05, Marco Miller <marco....@gmail.com> wrote:-My internal team at Ericsson is currently working on the HA plugin ([1] below) to1. sync project events from writing/active master to its passive companion, then2. trigger the corresponding replication events towards replication plugin (on passive),3. so that the replication plugin does that replication from passive master, offloading the active one.Which HA plugin are you planning to use, [1] or multi-site [2], and from which Gerrit version first?^^^ This is an HA solution^^^ That is not an HA solutionThey are both multi-master plugins but they have different goals: HA is for high-availability (hence the name) whilst multi-site is for reducing the latency across geo-locations.We typically use both of them: HA (inside the same location) and multi-site (across geo-locations).Luca.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/7d016772-6a6b-4876-b09b-b8d8f398051c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/49E2F439-BC38-4E98-AB3F-2C36A59DA970%40codeaurora.org.
HI AllThanks for the feedback it is much appreciated!We are on 2.14 ( I know I know upgrade) so we can't use https://gerrit.googlesource.com/plugins/multi-site yet, BUT we will get there.(Zebra Technologies). Are goal is to be running another multi-node master in India later this year, but need to get the equipment first.I have configured the HA proxies (we have 3) to only have 1 writer. This will help use ease into the HA configuration. This is inline with the Active Passive configuration here https://gerrit.googlesource.com/plugins/high-availability#active_passive-configurationI like the simplicity of having the replication plugin running on all instances with the same configuration. I will go with this for now.Does anyone have solution for watching the Gerrit Queue across multiple nodes? A little dashboard would be nice. I am typically asked to look at the queues to see how long till a .git it replicated.
Has anyone experimented recently running a Mutl-Node master on Google cloud? I know there were some disk speed issue but wondering if this has changed recently?
Thanks Everyone-T