Dani's proposal talk for GUS23 Change-Id: I4264470bf14e0b18f50d561720efcf49f3783597
diff --git a/schedule.md b/schedule.md index 5308c99..d8d520f 100644 --- a/schedule.md +++ b/schedule.md
@@ -37,7 +37,7 @@ | 19:30 | 10:00 | End of Day 1 - Sweden / Break & Networking - US | 20:00 | | Dinner - Celebrations for Gerrit 15 years - Sweden | | 10:30 | [Git GC at scale for Pro](sessions/git-gc-at-scale.md) -| | 11:15 | *TALK AVAILABLE - USA* +| | 11:15 | [Un-Splitting Gerrit, detecting and resolving split](sessions/unsplitting-gerrit.md) | | 12:00 | Lunch & Networking ### Sunday 1st October
diff --git a/sessions/unsplitting-gerrit.md b/sessions/unsplitting-gerrit.md new file mode 100644 index 0000000..d0b99ef --- /dev/null +++ b/sessions/unsplitting-gerrit.md
@@ -0,0 +1,13 @@ +# Unsplitting Gerrit + +Gerrit's natural focus on scalability relies on being able to run clusters with +multiple nodes and reliably serving traffic from each node. +Observability over how the nodes are in sync, when they start to drift apart +and being able to quickly investigate and fix issues when they arise becomes +critical to the correct operation of the cluster. + +In this talk I'll go over the main hurdles, what problems we have found and +what solution we have put in place solutions to ensure Gerrit Admins are +always on top of the installation. + +*[Daniele Sassoli, GerritForge](../speakers.md#daniele-sassoli)*
diff --git a/speakers.md b/speakers.md index 28c5fc9..2c8b113 100644 --- a/speakers.md +++ b/speakers.md
@@ -93,4 +93,14 @@ involvement and was trusted a maintainer in 2020. He has recently focused on [owners' plugin improvements](https://gerrit-review.googlesource.com/c/plugins/owners/+/373094/1). -[LinkedIn](https://www.linkedin.com/in/jcentkowski/) \ No newline at end of file +[LinkedIn](https://www.linkedin.com/in/jcentkowski/) + +### Daniele Sassoli + +Daniele is a Senior Software Engineer with a long experience in highly scalable +systems hosted in the cloud. As a member of the GerritForge team he has had the +chance to design, mantain and improve high throughput multi-site installations. +He also gets to learn from the team's wealth of experience in all things Gerrit +and contribute to the long list of plugin's maintained by them. + +[LinkedIn](https://www.linkedin.com/in/danielesassoli/)