Skip to content
Snippets Groups Projects
Commit 38bafe13 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'master-patch-0163' into 'master'

Clarify what we mean by accelerated data in Geo

See merge request !122747



Merged-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Approved-by: default avatarIan Baum <ibaum@gitlab.com>
Reviewed-by: default avatarAchilleas Pipinellis <axil@gitlab.com>
Reviewed-by: default avatarIan Baum <ibaum@gitlab.com>
Co-authored-by: default avatarIan Baum <ibaum@gitlab.com>
Co-authored-by: default avatarSampath Ranasinghe <sranasinghe@gitlab.com>
parents 97e41bdd cc2fb3a6
No related branches found
No related tags found
1 merge request!122747Clarify what we mean by accelerated data in Geo
Pipeline #892379874 passed
......@@ -152,6 +152,8 @@ sites for improved latency and bandwidth nearby. All write requests are proxied
The following table details the components currently tested through the Geo secondary site Workhorse proxy.
It does not cover all data types.
In this context, accelerated reads refer to read requests served from the secondary site, provided that the data is up to date for the component on the secondary site. If the data on the secondary site is determined to be out of date, the request is forwarded to the primary site. Read requests for components not listed in the table below are always automatically forwarded to the primary site.
| Feature / component | Accelerated reads? |
|:----------------------------------------------------|:-----------------------|
| Project, wiki, design repository (using the web UI) | **{dotted-circle}** No |
......@@ -165,11 +167,12 @@ It does not cover all data types.
| LFS objects (using Git) | **{check-circle}** Yes |
| Pages | **{dotted-circle}** No <sup>2</sup> |
| Advanced search (using the web UI) | **{dotted-circle}** No |
| Container registry | **{dotted-circle}** No |
| Container registry | **{dotted-circle}** No <sup>3</sup>|
1. Git reads are served from the local secondary while pushes get proxied to the primary.
Selective sync or cases where repositories don't exist locally on the Geo secondary throw a "not found" error.
1. Pages can use the same URL (without access control), but must be configured separately and are not proxied.
1. The container registry is only recommended for Disaster Recovery scenarios. If the secondary site's container registry is not up to date, the read request is served with old data as the request is not forwarded to the primary site.
## Disable Geo proxying
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment