8 Commits

Author SHA1 Message Date
4fbfd95fca Update reno for stable/ocata
Change-Id: I4d365377e6c01e040f705bf70ed86c9f1d97234e
2017-01-20 19:15:37 +00:00
Andreas Jaeger
7a1694b6c1 Enable release notes translation
Releasenote translation publishing is being prepared. 'locale_dirs'
needs to be defined in conf.py to generate translated version of the
release notes.

Note that this repository might not get translated release notes - or
no translations at all - but we add the entry here nevertheless to
prepare for it.

Change-Id: I7f004ff1404281a825f6317d1555bbb32822a971
2016-10-06 20:42:38 +02:00
Doug Hellmann
e4f22c91f0 Update reno for stable/newton
Change-Id: I7761e3025cc312c72a26d53c0bf0519ed0245cdf
2016-08-29 16:07:34 -04:00
Jenkins
bafe720867 Merge "Introduce TTL for idle connections" 2016-07-27 20:03:38 +00:00
Kirill Bespalov
162f6e987b Introduce TTL for idle connections
We can reduce a workload of rabbitmq through implementation
of expiration mechanism for idle connections in the pool with
next properties:

 conn_pool_ttl (default 20 min)
 conn_pool_min_size: the pool size limit for expire() (default 2)

The problem is timeless idle connections in the pool, which can be created
via some single huge workload of RPCServer. One SEND connection is heartbeat
thread + some network activity every n second. So, we can reduce it.

Here is two ways to implement an expiration:

 [1] Create a separated thread for checking expire date of connections
 [2] Make call expire() on pool.get() or pool.put()

The [1] has some threading overhead, but probably insignificant
because the thread can sleep 99% time and wake up every 20 mins (by default).
Anyway current implementation is [2].

Change-Id: Ie8781d10549a044656824ceb78b2fe2e4f7f8b43
2016-07-22 13:03:04 +03:00
Joshua Harlow
538c84b300 Add deprecated relnote for max_retries rabbit configuration option
Change-Id: I3e7fbededc972c5c785c037e2abd7ccff0aae267
2016-07-12 17:40:01 -07:00
OpenStack Proposal Bot
df9a0097a6 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I344d2a0c432927d6dde0208dc0682c36c8a85655
2016-07-01 07:58:08 +00:00
Kirill Bespalov
0991a696ca Add reno for releasenotes management
An initial patch to add reno and create a base directory for
release notes

Change-Id: If393d865f3f054379a713d0e9f905d43b2faeccb
2016-05-19 17:14:31 +03:00