summary |
shortlog | log |
commit |
commitdiff |
review |
tree
first ⋅ prev ⋅ next
Alexey Lebedeff [Mon, 28 Nov 2016 13:40:12 +0000 (16:40 +0300)]
Use HiPE-compiled code
Closes-Bug:
1645315
Change-Id: I3b41147be55db2a76fa47688bd1ec416a0c6ef1d
Alexey Lebedeff [Thu, 10 Nov 2016 09:08:01 +0000 (12:08 +0300)]
Upgrade to 3.6.6
This is squash-commit of
https://review.fuel-infra.org/#/c/28448/ and
https://review.fuel-infra.org/#/c/28449/
Import new upstream release. Packaging staff is also imported from the
same source.
Changes applied on top of upstream .deb package:
- fuel-ha-utils in 8.0 still contain its own copy of OCF script. Replace
it with the latest version using dpkg-divert mechanism.
- Patch OCF to use policy file from old fuel-library location
- Patch OCF to not to use private pacemaker attributes - pacemaker in
8.0 doesn't support them
- Disable broker startup on installation
- Tune fd limit
- Add erlang-src dependency, build fails on ssl headers otherwise
Change-Id: I53e9df00809d744b44957eb1f5220af625c374c2
Alexey Lebedeff [Mon, 15 Feb 2016 16:19:13 +0000 (19:19 +0300)]
Fix rabbitmqctl segfaults
Backport upstream fix
https://github.com/rabbitmq/rabbitmq-common/pull/54
rabbitmqctl causes erlang undefined behaviour while printing error
messages. When erlang 18.X is used it's actually causing segfault.
Change-Id: I8a1c741086a6f37b57b70de59488e44e59def23b
Closes-Bug: #
1541819
Alexey Lebedeff [Thu, 24 Dec 2015 11:21:48 +0000 (14:21 +0300)]
Backport infinite loop detection
Upstream fix https://github.com/rabbitmq/rabbitmq-common/pull/26 (patch
modified to reflect current state of upstream code).
Sudden death of cluster node could result in a stuck queue process -
this will result in redeclare attempts to hang. With this patch such
condition will be detected - AMQP channel will be closed and error will
be logged. And probably it could help us to discover underlying bug, by
localizing it in time.
And for referenced partial bugs it'll allow us to confirm or reject
hypothesis that it's related.
Change-Id: I09df5c5f2333cc462475798260cdfa9f4f5de654
Partial-Bug: #
1515223
Partial-Bug: #
1523622
Alexey Lebedeff [Thu, 10 Dec 2015 16:40:38 +0000 (19:40 +0300)]
Backport upstream fix for management plugin
https://github.com/rabbitmq/rabbitmq-management/pull/84
Without this fix node may fail to start after network split.
Change-Id: I901055ea89b88edbbfa5350186ce3ad2d4bc71fb
Closes-Bug: #
1513511
Alexey Lebedeff [Thu, 10 Dec 2015 11:56:31 +0000 (14:56 +0300)]
Backport fix for internal state corruption.
Upstream patch - https://github.com/rabbitmq/rabbitmq-common/pull/18
Change-Id: I1d2cd47305c0dfa8279e418088d8ab0e98e4ecc7
Partial-Bug: #
1518264
Alexey Lebedeff [Thu, 10 Dec 2015 15:19:57 +0000 (18:19 +0300)]
Build rabbitmq 3.5.6 for ubuntu
debian/ from http://archive.ubuntu.com/ubuntu/pool/main/r/rabbitmq-server/rabbitmq-server_3.5.4-1.debian.tar.xz
RabbitMQ source from https://www.rabbitmq.com/releases/rabbitmq-server/v3.5.6/rabbitmq-server-3.5.6.tar.gz
Tune rabbitmq 3.5.6 for MOS:
* Disable auto-start on package install.
* Increase ulimit on number of file descriptors.
Change-Id: I0c2fcc524caeb9bdc4c048166fed7299350198ec
Dmitry Mescheryakov [Fri, 7 Aug 2015 19:04:31 +0000 (22:04 +0300)]
Fall back to original 7.0 package
The package taken from Debian Sid caused at least one problem -
RabbitMQ server automatically started on install. This CR falls
back to our original package to mitigate this and possible other
issues.
Change-Id: I0fbdca6276b938913c47da2ab7b47134b12c7754
Closes-Bug: #
1482716
Aleksandr Mogylchenko [Thu, 23 Jul 2015 05:44:10 +0000 (08:44 +0300)]
Rabbitmq 3.5.4 for MOS 7.0
Source picked up from Debian Sid:
http://http.debian.net/debian/pool/main/r/rabbitmq-server/rabbitmq-server_3.5.4-1.dsc
http://http.debian.net/debian/pool/main/r/rabbitmq-server/rabbitmq-server_3.5.4.orig.tar.gz
http://http.debian.net/debian/pool/main/r/rabbitmq-server/rabbitmq-server_3.5.4-1.debian.tar.xz
Closes-Bug: #
1463000
Change-Id: Ie1c58830295f6feb5d45e97a42129ac3f8d821e9
Artem Silenkov [Wed, 24 Jun 2015 18:11:03 +0000 (21:11 +0300)]
rabbitmq-server repackaged for 7.0
Change-Id: I8694fe10fbda6dee26820a8b0522effb9c739231
Alexei Sheplyakov [Fri, 27 Mar 2015 11:44:30 +0000 (14:44 +0300)]
Minor packaging fixes; no actual code changes
- Make the source directory unversioned
- Set MOS Linux team as a maintainer
- Change the revision according to the new versioning policy.
blueprint separate-mos-from-linux
Change-Id: I1ec952aae2a9a1757ea02590eb34e5ae404b4b5a
Alexei Sheplyakov [Wed, 28 Jan 2015 14:55:14 +0000 (17:55 +0300)]
Added rabbitmq-server version 3.3.5 from rabbitmq.com
The version of rabbitmq-server shipped in Ubuntu 14.04 (3.2.4) provides
poor/buggy clustering/HA facilities and is not suitable for OpenStack
(in HA configuration), hence the custom package.
Related-Bug: #
1355947
blueprint support-ubuntu-trusty
Change-Id: I13375776a36f5dfbe86c5ad8800ac4a86028e748
Andrey Nikitin [Fri, 23 Jan 2015 13:53:44 +0000 (16:53 +0300)]
Added .gitreview