Commit graph

23 commits

Author SHA1 Message Date
Sayan Chowdhury
09de9fac76 Hotfix patch for fedimg 2016-05-13 05:21:24 +00:00
Sayan Chowdhury
4041ed5df0 Original consumers.py file for the fedimg hotfix 2016-05-13 05:21:24 +00:00
f5425ec501 Revert "Original consumer.py file for the fedimg hotfix"
This reverts commit 124d00c1b3.
2016-05-12 19:50:00 +00:00
4a770c5104 Revert "Hotfix patch for fedimg"
This reverts commit bbc73de4d9.
2016-05-12 19:44:38 +00:00
Sayan Chowdhury
bbc73de4d9 Hotfix patch for fedimg 2016-05-12 08:45:35 +00:00
Sayan Chowdhury
124d00c1b3 Original consumer.py file for the fedimg hotfix 2016-05-12 08:45:35 +00:00
Kushal Das
9992275d3b Hotfix patch for autocloud 2016-03-23 19:06:36 +00:00
Kushal Das
88c961a86e Original consumer.py for the autocloud hotfix 2016-03-23 19:04:42 +00:00
Adrian Reber
d8f62a2adb Revert mirrorlist_server hotfix which is included in the new release
Signed-off-by: Adrian Reber <adrian@lisas.de>
2015-12-16 19:25:24 +00:00
Patrick Uiterwijk
e415905608 Make mirrorlist not modify the netblock tree in-memory
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-10-20 16:00:59 +00:00
Patrick Uiterwijk
ae66c3f1ce Revert "mirrorlist: Use a thread-local copy of the tree to prevent changing the global one"
This reverts commit 738e67c90c.
2015-10-20 02:14:05 +00:00
Patrick Uiterwijk
738e67c90c mirrorlist: Use a thread-local copy of the tree to prevent changing the global one
This makes sure that the global version does not get changed while processing
a request, keeping the hostnet check working across requests.

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
2015-10-20 01:59:51 +00:00
Patrick Uiterwijk
0991339c42 Apply hotfix to make mirrorlist thread 2015-10-18 22:42:26 +00:00
Adrian Reber
6722cab410 Increase the number of possible child processes
The mirrorlist-server is the process which has the mirrorlist data
loaded and which is accessed by the public facing
mirrorlist_client.wsgi. The mirrorlist-server uses the
ForkingUnixStreamServer which has a default of max_children = 40.
(https://hg.python.org/cpython/file/2.7/Lib/SocketServer.py#l516)

Looking at the code of ForkingUnixStreamServer it says at

https://hg.python.org/cpython/file/2.7/Lib/SocketServer.py#l523

  # If we're above the max number of children, wait and reap them until
  # we go back below threshold. Note that we use waitpid(-1) below to be
  # able to collect children in size(<defunct children>) syscalls instead
  # of size(<children>): the downside is that this might reap children
  # which we didn't spawn, which is why we only resort to this when we're
  # above max_children.

As we are running the wsgi with processes=45 this sounds like it can
lead to situation where it might just hang.

This increases max_children to 80 and processes to 60.

Signed-off-by: Adrian Reber <adrian@lisas.de>
2015-10-15 16:38:28 +00:00
Adrian Reber
d04588274a Original mirrorlist_server.py which needs to be hotfixed
Signed-off-by: Adrian Reber <adrian@lisas.de>
2015-10-15 14:09:13 +00:00
Kevin Fenzi
a5d5bfff7f Try and make proxies not replace files twice and also fix el7 python hash hotfix. 2015-02-02 00:39:49 +00:00
Patrick Uiterwijk
a8ac414ab5 Fix this by using lower() before compare 2014-02-10 21:11:39 +00:00
Patrick Uiterwijk
a941b10d63 Add hotfix for python-openid 2014-02-03 19:50:52 +00:00
Patrick Uiterwijk
f1aa4ab7c1 Hotfix python-openid 2014-01-29 01:11:17 +00:00
Patrick Uiterwijk
14dc12d5c9 Prepare for python-openid hotfix 2014-01-29 01:10:21 +00:00
Toshio くらとみ
741ee1ce5f Remove the files implementing python-fedora hotfixes. They're all in the latest packages 2014-01-09 20:59:46 +00:00
Ralph Bean
97a3b196d0 Try copying python-fedora hotfix over from puppet. 2013-08-07 14:57:04 +00:00
3652b82b24 - add supervisor restart handler
- add apache tasklist - with hotfixes for hashseed randomization
2013-06-04 20:25:02 +00:00