Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290820 - update net-misc/rabbitmq-server to 1.7.0
Summary: update net-misc/rabbitmq-server to 1.7.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Benedikt Böhm (RETIRED)
URL: http://www.rabbitmq.com/news.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-27 22:57 UTC by Joshua Bronson
Modified: 2010-07-03 08:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---
tove: Bugday+


Attachments
The previous ebuild from comment http://bugs.gentoo.org/show_bug.cgi?id=192278#c15 (rabbitmq-server-1.7.0.ebuild,1.79 KB, text/plain)
2009-12-01 05:27 UTC, Holger Hoffstätte
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Bronson 2009-10-27 22:57:08 UTC
the latest version of rabbitmq-server listed at http://packages.gentoo.org/package/net-misc/rabbitmq-server is 1.5.4, which is released back in April. several releases have gone by since then; the current is version 1.7.0 released october 7. it'd be good to be able to use the latest version if possible.

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2009-10-29 09:12:32 UTC
Release: RabbitMQ 1.7.0
Status : beta

Release Highlights
==================

server
------
bug fixes
- prevent timeouts of rabbitmqctl when the server is busy
- prevent load avg calculation from failing under high load, which
  could cause connection establishment to break
- remove channel closing timeout since it can cause a protocol
  violation
- prevent client disconnects from sometimes resulting in enormous
  error log entries and causing considerable CPU and memory pressure

enhancements
- support SSL natively - see <http://www.rabbitmq.com/ssl.html>
- add a plugin mechanism to provide a framework for developing rabbit
  extensions and managing their installation - see 
  <http://www.rabbitmq.com/plugin-development.html>
- support configuration via erlang config file, which has fewer
  escaping and formatting requirements than the other configuration
  mechanisms - see <http://www.rabbitmq.com/install.html#configfile>
- display diagnostics when rabbitmqctl fails with a badrpc error,
  making it easier to track down the cause
- improve queue hibernation logic to reduce system load in
  pathological scenarios, like invocations of 'rabbitmqctl
  list_queues' at one second intervals
- increase consumer throughput under high load 
- improve performance of channel and connection termination
- escape output of all rabbitmqctl commands
- react to memory pressure more quickly
- more graceful handling of some rare error conditions during
  connection establishment, preventing spurious error log entries
- display location of application descriptor on startup, to make it
  easy to locate rabbit installations
- in 'rabbitmqctl list_connections', display the connection state by
  default, and no longer shows absent usernames as 'none', thus
  avoiding possible confusion
- add hook mechanism for altering/augmenting broker behaviour
- add cute banner :)

Java client
-----------
bug fixes
- work around Java Hotspot bug that could cause channel number
  allocation to return null

enhancements
- disable heartbeats by default
- add queuePurge to API
- make content properties (deep) cloneable 

.net client
-----------
bug fixes
- fix a number of race conditions in the Subscription close/shutdown
  logic, making it safe to close Subscriptions from any thread
- allow SharedQueues (and thus QueuingBasicConsumer and Subscription)
  to drain messages after close

enhancements
- disable heartbeats by default
- make content properties (deep) cloneable 
- add some more AmqpTcpEndpoint constructors to API

building & packaging
--------------------
bug fixes
- prevent purging of server debian and RPM packages from failing due
  to epmd still running
- fix escaping/quoting corner cases in server control wrapper scripts
- in RPM packages, eliminate spurious removal of server startup from
  all run levels during upgrade

enhancements
- install server Erlang app in RabbitMQ-specific directory tree
  (e.g. /usr/lib/rabbitmq) rather than the Erlang/OTP tree. This
  allows OTP to be upgraded w/o breaking rabbit.
- package .net client in Windows installer
- include .net client in complete windows bundle
- switch .net client build from nant to msbuild and include VS
  solution
- update complete windows bundle from Erlang/OTP R11B5 to R12B5
- make installation work under MacPorts 1.8.0
- make server buildable under freebsd 
- permit configuration of server startup log locations in
  /etc/default/rabbitmq
- improve formatting of man pages
- do not stomp on RABBITMQ_* environment variables in server Makefile

Upgrading
=========
The database schema has not changed since the 1.6.0 release, so user
accounts, durable exchanges and queues, and persistent messages will
all be retained during the upgrade.

If, however, you are upgrading from a release prior to 1.6.0, when the
RabbitMQ server detects the presence of an old database, it moves it
to a backup location, creates a fresh, empty database, and logs a
warning. If your RabbitMQ installation contains important data then we
recommend you contact support@rabbitmq.com for assistance with the
upgrade.
Comment 2 James Le Cuirot gentoo-dev 2009-11-08 14:29:34 UTC
This is a duplicate of bug #208659. There is an ebuild for 1.7.0 there.
Comment 3 Joshua Bronson 2009-11-09 19:54:03 UTC
(In reply to comment #2)
> This is a duplicate of bug #208659. There is an ebuild for 1.7.0 there.

can you provide a link? I tried http://bugs.gentoo.org/show_bug.cgi?id=208659 and I get "Invalid Bug ID
Bug #208659 does not exist."
Comment 4 Holger Hoffstätte 2009-12-01 05:20:34 UTC
(In reply to comment #3)
> (In reply to comment #2)
> > This is a duplicate of bug #208659. There is an ebuild for 1.7.0 there.
> 
> can you provide a link? I tried http://bugs.gentoo.org/show_bug.cgi?id=208659
> and I get "Invalid Bug ID
> Bug #208659 does not exist."

Try bug#192278 - the 1.7.0 ebuild basically works but has two bugs: it ignores the created rabbitmq uid (runs as root) and does not really follow the upstream directory conventions, which were changed for 1.6 or 1.7. It really should install into /usr/lib/rabbitmq/ so that plugins (new in 1.7.0) work.
Help for that would be welcome.

Please someone with permissions close either this or (probably better) the other bug to avoid confusion.
Comment 5 Holger Hoffstätte 2009-12-01 05:27:13 UTC
Created attachment 211652 [details]
The previous ebuild from comment http://bugs.gentoo.org/show_bug.cgi?id=192278#c15
Comment 6 Benedikt Böhm (RETIRED) gentoo-dev 2010-07-03 08:21:53 UTC
i've commited 1.8.0 to cvs