Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3b716ce9
Commit
3b716ce9
authored
Mar 10, 2022
by
Catalin Irimie
Committed by
Kati Paizee
Mar 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Geo 502 with proxying troubleshooting docs
parent
b4600f00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
0 deletions
+19
-0
doc/administration/geo/replication/troubleshooting.md
doc/administration/geo/replication/troubleshooting.md
+19
-0
No files found.
doc/administration/geo/replication/troubleshooting.md
View file @
3b716ce9
...
...
@@ -1043,6 +1043,25 @@ To resolve this issue:
the
**primary**
node using IPv4 in the
`/etc/hosts`
file. Alternatively, you should
[
enable IPv6 on the **primary** node
](
https://docs.gitlab.com/omnibus/settings/nginx.html#setting-the-nginx-listen-address-or-addresses
)
.
### Secondary site returns 502 errors with Geo proxying
When
[
Geo proxying for secondary sites
](
../secondary_proxy/index.md
)
is enabled, and the secondary site user interface returns
502 errors, it is possible that the response header proxied from the primary site is too large.
Check the NGINX logs for errors similar to this example:
```
plaintext
2022/01/26 00:02:13 [error] 26641#0: *829148 upstream sent too big header while reading response header from upstream, client: 1.2.3.4, server: geo.staging.gitlab.com, request: "POST /users/sign_in HTTP/2.0", upstream: "http://unix:/var/opt/gitlab/gitlab-workhorse/sockets/socket:/users/sign_in", host: "geo.staging.gitlab.com", referrer: "https://geo.staging.gitlab.com/users/sign_in"
```
To resolve this issue:
1.
Set
`nginx['proxy_custom_buffer_size'] = '8k'`
in
`/etc/gitlab.rb`
on all web nodes on the secondary site.
1.
Reconfigure the
**secondary**
using
`sudo gitlab-ctl reconfigure`
.
If you still get this error, you can further increase the buffer size by repeating the steps above
and changing the
`8k`
size, for example by doubling it to
`16k`
.
### Geo Admin Area shows 'Unknown' for health status and 'Request failed with status code 401'
If using a load balancer, ensure that the load balancer's URL is set as the
`external_url`
in the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment