Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops, that should have gone in bug 25415 | Simon MacMullen | 2013-11-14 | 1 | -21/+0 |
| | |||||
* | Merged bug25870 into stable | Emile Joubert | 2013-11-11 | 0 | -0/+0 |
|\ | |||||
* | | Remove 'evil' receive block.bug25870 | Simon MacMullen | 2013-11-11 | 1 | -14/+18 |
| | | |||||
* | | Cope with clients dying. | Simon MacMullen | 2013-11-08 | 2 | -16/+47 |
|/ | |||||
* | Added tag rabbitmq_v3_2_1 for changeset fde7d8bb464a | Simon MacMullen | 2013-11-07 | 0 | -0/+0 |
| | |||||
* | Merged bug25849 into stablerabbitmq_v3_2_1 | Emile Joubert | 2013-11-01 | 1 | -0/+5 |
|\ | |||||
| * | sp.bug25849 | Emile Joubert | 2013-11-01 | 1 | -1/+1 |
| | | |||||
| * | We can get down_from_gm twice in a row, don't blow up if we do. | Simon MacMullen | 2013-10-28 | 1 | -0/+5 |
| | | |||||
* | | Merged bug25618 into stable | Emile Joubert | 2013-11-01 | 1 | -16/+25 |
|\ \ | |||||
| * | | Remove use of gm:leave/1: it does almost nothing, master does not invoke it, ↵bug25618 | Simon MacMullen | 2013-10-29 | 1 | -7/+2 |
| | | | | | | | | | | | | and it's racy anyway. | ||||
| * | | Attempt to clean up actions when terminating a slave. Slave termination now ↵ | Simon MacMullen | 2013-10-29 | 1 | -15/+29 |
| | | | | | | | | | | | | never deletes a queue. | ||||
* | | | That async_dirty is not needed, there's one in rabbit_runtime_parameters:list/2. | Simon MacMullen | 2013-11-01 | 1 | -5/+1 |
| | | | |||||
* | | | Merged bug25846 into stable | Emile Joubert | 2013-10-31 | 11 | -22/+54 |
|\ \ \ | |/ / |/| | | |||||
| * | | Revivify stable | Simon MacMullen | 2013-10-31 | 1 | -1/+1 |
| | | | |||||
| * | | Merged bug25842 into stable | Emile Joubert | 2013-10-31 | 1 | -2/+2 |
| |\ \ | |||||
| | * | | Non-Windows 32 bit platforms tend to only give you 2GB address space per ↵bug25842 | Simon MacMullen | 2013-10-30 | 1 | -2/+2 |
| |/ / | | | | | | | | | | process. | ||||
| * | | Merge bug25845 | Simon MacMullen | 2013-10-29 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Use 580 seconds as default heartbeat intervalbug25845 | Michael Klishin | 2013-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 240 seconds gives a theoretiacl 2.5 decrease in server load (over the previous default of 600 seconds), while 580 gives a ~3% increase. In a test that involved watching CPU usage 1000 idle connections I observe effectively no difference between 600 and 580 values. 580 seconds is enough to cause network activity every 290 (< 300) seconds and hopefully make F5 gear with default timeout settings happy. | ||||
| | * | | Lower default heartbeat setting to 240 seconds | Michael Klishin | 2013-10-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | F5 load balancers by default will close TCP connections that have been idle for 300 seconds. The choice of the new 240 seconds interval is not particularly scientific: any < 10 minutes interval would work, given that heartbeats are sent at roughly 1/2 the interval. As far as performance overhead from heartbeats goes, 240 is about as good as 590. | ||||
| | * | | Ignore .tmp files | Michael Klishin | 2013-10-27 | 1 | -0/+1 |
| | | | | |||||
| * | | | Remove tab, ignore .tmp | Simon MacMullen | 2013-10-29 | 2 | -1/+2 |
| | | | | |||||
| * | | | cosmetic | Matthias Radestock | 2013-10-28 | 1 | -14/+11 |
| | | | | |||||
| * | | | Merged bug25838 into stable | Emile Joubert | 2013-10-28 | 3 | -8/+18 |
| |\ \ \ | |||||
| | * | | | simplifybug25838 | Simon MacMullen | 2013-10-28 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | Eliminate use of gen_server:call/2. | Simon MacMullen | 2013-10-24 | 2 | -8/+11 |
| | | | | | |||||
| | * | | | Treat calls to gen_server:call/2 and gen_server2:call/2 as errors. | Simon MacMullen | 2013-10-24 | 1 | -0/+8 |
| | | | | | |||||
| | * | | | Added tag rabbitmq_v3_2_0 for changeset b327b72a299d | Emile Joubert | 2013-10-23 | 0 | -0/+0 |
| | | | | | |||||
| * | | | | Merged bug25835 into stable | Emile Joubert | 2013-10-28 | 3 | -0/+24 |
| |\ \ \ \ | |||||
| | * | | | | Write a very basic README that will hopefully point people in some vaguely ↵bug25835 | Simon MacMullen | 2013-10-24 | 1 | -1/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | useful directions. | ||||
| | * | | | | And wire the README into the RPM. The cp is sort of ugly, but I couldn't ↵ | Simon MacMullen | 2013-10-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | find a better way. Once again, this took far too long just to copy a damn file... | ||||
| | * | | | | Provide our own readme. You do not want to know how long it took me to ↵ | Simon MacMullen | 2013-10-23 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | figure out how to do that. | ||||
| * | | | | | Merged bug25826 into stable | Emile Joubert | 2013-10-28 | 60 | -1188/+2788 |
| |\ \ \ \ \ | |||||
| * | | | | | | Sync before rename, since the rename is not affected by the sync and doing ↵bug25826 | Simon MacMullen | 2013-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | it this way round means we can't expose the results of a half-written but renamed file by crashing after the rename but before the sync. | ||||
* | | | | | | | Table locking -> O(n)bug25846 | Simon MacMullen | 2013-10-29 | 1 | -0/+6 |
| | | | | | | | |||||
* | | | | | | | Eliminate list_tx variants since async_dirty is ignored in a tx. | Simon MacMullen | 2013-10-29 | 4 | -43/+45 |
| | | | | | | | |||||
* | | | | | | | Use mnesia:async_dirty/1 to reduce copypasta. | Simon MacMullen | 2013-10-28 | 4 | -46/+39 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Merge in stable | Simon MacMullen | 2013-10-25 | 60 | -1188/+2788 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merged default into stable | Emile Joubert | 2013-10-25 | 0 | -0/+0 |
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | | |||||
| * | | | | Add changelog entries for 3.2.0rabbitmq_v3_2_0 | Emile Joubert | 2013-10-23 | 2 | -0/+9 |
| | | | | | |||||
| * | | | | Use same disk free limit in sample config | Emile Joubert | 2013-10-23 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
| * | | | Get Erlang version format correct for RPMs. | Simon MacMullen | 2013-10-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | merge bug25804 into default | Tim Watson | 2013-10-21 | 1 | -0/+22 |
| |\ \ \ | |||||
| | * | | | Introduce flow controlled versions of send_command() for the Erlang client ↵bug25804 | Simon MacMullen | 2013-10-04 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | | | | to use. | ||||
| * | | | | Merged stable into default | Emile Joubert | 2013-10-17 | 1 | -12/+15 |
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| | | |||||
| * | | | Merged stable into default | Emile Joubert | 2013-10-15 | 1 | -11/+11 |
| |\ \ \ | |||||
| * \ \ \ | Merge bug25809 | Simon MacMullen | 2013-10-15 | 1 | -8/+16 |
| |\ \ \ \ | |||||
| | * | | | | erlang:apply is not necessary since the arguments are knownbug25809 | Emile Joubert | 2013-10-09 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | Support only historical verify_fun signature | Emile Joubert | 2013-10-09 | 1 | -3/+2 |
| | | | | | | |||||
| | * | | | | Support config-supplied verify_fun in tuple-format | Emile Joubert | 2013-10-08 | 1 | -8/+17 |
| | | |_|/ | | |/| | | |||||
| * | | | | merge bug25404 | Simon MacMullen | 2013-10-14 | 4 | -74/+74 |
| |\ \ \ \ | | |/ / / | |/| | | |