-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[update-center] Downloading plugins unstable: Connection timed out #2960
Comments
A status incident has been opened, we're working on it. |
Many thanks for reporting. For info, related to #2888. |
Recurent (new) error in the apache logs: |
Another recurent error: |
There were 2 main issues on the VM hosting the UC. Both issues are solved "manually" and need to be "puppetized" today:
(edit) huge thanks to @olblak for taking some time to confirm this reasoning and sharing insights on his free time ❤️ |
PRs to fix the
Dry run before enabling puppet: root@ip-172-31-33-96:~# puppet agent --noop --test
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Retrieving locales
Info: Loading facts
Info: Applying configuration version '1653929150'
Notice: /Stage[main]/Apache::Mod::Event/File[/etc/apache2/mods-available/event.conf]/content:
--- /etc/apache2/mods-available/event.conf 2022-05-30 12:19:42.284528561 +0000
+++ /tmp/puppet-file20220530-10345-3ff6ur 2022-05-30 16:46:01.339430567 +0000
@@ -1,11 +1,11 @@
<IfModule mpm_event_module>
- ServerLimit 25
+ ServerLimit 30
StartServers 2
+ MaxRequestWorkers 750
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
ThreadLimit 64
ListenBacklog 511
- MaxRequestWorkers 500
</IfModule>
Notice: /Stage[main]/Apache::Mod::Event/File[/etc/apache2/mods-available/event.conf]/content:
--- /etc/apache2/mods-available/event.conf 2022-05-30 12:19:42.284528561 +0000
+++ /tmp/puppet-file20220530-10345-lh5m7r 2022-05-30 16:46:01.347430545 +0000
@@ -1,11 +1,11 @@
<IfModule mpm_event_module>
- ServerLimit 25
+ ServerLimit 30
StartServers 2
+ MaxRequestWorkers 750
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
ThreadLimit 64
ListenBacklog 511
- MaxRequestWorkers 500
</IfModule>
Notice: /Stage[main]/Apache::Mod::Event/File[/etc/apache2/mods-available/event.conf]/content: current_value '{md5}d20788cd0cce84117bc1d6051995205d', should be '{md5}d2be01b9deb39cc51e0a0ac146ce64b1' (noop)
Info: /Stage[main]/Apache::Mod::Event/File[/etc/apache2/mods-available/event.conf]: Scheduling refresh of Class[Apache::Service]
Notice: Class[Apache::Mod::Event]: Would have triggered 'refresh' from 1 event
Notice: Class[Apache::Service]: Would have triggered 'refresh' from 1 event
Info: Class[Apache::Service]: Scheduling refresh of Service[httpd]
Notice: /Stage[main]/Apache::Service/Service[httpd]: Would have triggered 'refresh' from 1 event
Notice: Class[Apache::Service]: Would have triggered 'refresh' from 1 event
Notice: Stage[main]: Would have triggered 'refresh' from 2 events
Notice: Applied catalog in 6.56 seconds |
Applied the new settings. let's check datadog's monitoring.
|
No error since the past hour. Let's see how it behaves during the (EU) night - (US) day |
We are closing the incident in jenkins-infra/status#175 (and this issue) as our automated configuration fixed the incident. It's been 24 hours without errors: the Apache fine tuning seems not only to fix the issue, but improve the previous situation described in #2888 . |
Many thanks for reporting, and really sorry for the inconvenience. |
Service(s)
Update center
Summary
While updating the plugins inside multiple jenkins instance today, I encounter the following problem:
It looks like the problem happens randomly, after a few retries downloading succeeds:
However the status-page says that everything is ok:
Geographic location information:
https://updates.jenkins.io/download/plugins/font-awesome-api/6.1.1-1/font-awesome-api.hpi
, it takes very long (>30s) to establish an connection inside the browser.curl
also times out when trying to download the plugin:Reproduction steps
Try to download or update a plugin.
The text was updated successfully, but these errors were encountered: