| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Less io:format, more rabbit_log. | Simon MacMullen | 2014-11-28 | 1 | -7/+6 |
| | | |||||
| * | Improve the chance of not losing a bunch of data. | Simon MacMullen | 2014-11-28 | 1 | -0/+1 |
| | | |||||
| * | Oops | Simon MacMullen | 2014-11-28 | 1 | -1/+1 |
| | | |||||
| * | Rename things | Simon MacMullen | 2014-11-28 | 2 | -9/+8 |
| | | |||||
| * | Remove commented out bit, remove pointless RPC (we're in the cluster by that ↵ | Simon MacMullen | 2014-11-28 | 1 | -47/+13 |
| | | | | | point, we can make Mnesia changes ourselves). | ||||
| * | We are presumably the source of truth now, so make sure we boot. | Simon MacMullen | 2014-11-28 | 1 | -0/+1 |
| | | |||||
| * | Support renaming other remote nodes at the same time, in case we want to do ↵ | Simon MacMullen | 2014-11-27 | 2 | -68/+69 |
| | | | | | a big bang. | ||||
| * | Don't be so keep to call upgrade_mode/1, it can die in all sorts of ways. | Simon MacMullen | 2014-11-27 | 2 | -30/+35 |
| | | |||||
| * | Rearrange things a bit. We now have something that seems to work. | Simon MacMullen | 2014-11-27 | 3 | -21/+55 |
| | | | | | | | | | | | | | | | | | | | | Merging a modified database back into a running cluster seems to be a bit of a non-starter; Mnesia blows up with "Failed to merge schema: Incompatible schema cookies." So instead we do something similar to if we were doing upgrades: we always create the modified backup, but only load it if we are the first node in the cluster to start; if not we reset our mnesia state, resync with the cluster, then tell the cluster to forget our old incarnation and update its queue records for the new one. This also has the advantage that we don't need two rename commands, we just have the local offline one. Which is hopefully nicer operationally. It does mean that we go to the trouble of taking the backup and modifying it only to throw it away if we turn out to be a secondary node, but it should not be too expensive. | ||||
| * | WIP towards rabbitmqctl rename_other_node. | Simon MacMullen | 2014-11-26 | 2 | -1/+29 |
| | | |||||
| * | Oops | Simon MacMullen | 2014-11-26 | 1 | -1/+1 |
| | | |||||
| * | Create a way to mutate pids and use that rather than creating "fake" pids. | Simon MacMullen | 2014-11-26 | 3 | -11/+24 |
| | | |||||
| * | First pass at "rabbitmqctl rename_current_node" | Simon MacMullen | 2014-11-26 | 2 | -3/+139 |
| | | |||||
| * | stable to default | Simon MacMullen | 2014-11-26 | 17 | -187/+507 |
| |\ | |||||
| | * | Merge bug26471 | Simon MacMullen | 2014-11-26 | 16 | -178/+493 |
| | |\ | |||||
| | | * | Removed tag rabbitmq_v3_4_2 | Simon MacMullen | 2014-11-26 | 0 | -0/+0 |
| | | | | |||||
| | | * | Added tag rabbitmq_v3_4_2 for changeset d472925bb786 | Simon MacMullen | 2014-11-26 | 0 | -0/+0 |
| | | | | |||||
| | | * | stable to default | Simon MacMullen | 2014-11-25 | 1 | -0/+6 |
| | | |\ | |||||
| | | * \ | stable to default | Simon MacMullen | 2014-11-25 | 1 | -7/+29 |
| | | |\ \ | |||||
| | | * \ \ | Merge heads of default | Jean-Sebastien Pedron | 2014-11-24 | 1 | -4/+4 |
| | | |\ \ \ | |||||
| | | | * \ \ | Merge bug26257 (again) | Jean-Sebastien Pedron | 2014-11-24 | 4 | -7/+23 |
| | | | |\ \ \ | |||||
| | | | * | | | | When reporting invalid cluster node names, keep configuration order | Jean-Sebastien Pedron | 2014-11-24 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While here, fix an unused variable warning. | ||||
| | | * | | | | | stable to default | Simon MacMullen | 2014-11-24 | 16 | -178/+493 |
| | | |\ \ \ \ \ | | | | |/ / / | | | |/| | | | |||||
| | | | * | | | | Merge bug26257 | Simon MacMullen | 2014-11-21 | 1 | -14/+34 |
| | | | |\ \ \ \ | | | | |/ / / | |||||
| | | | | * | | | Detect other invalid 'cluster_nodes' values | Jean-Sebastien Pedron | 2014-11-21 | 1 | -7/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In all cases, abort startup with an explanatory message. | ||||
| | | | | * | | | Remove support for the legacy 'cluster_nodes' values | Jean-Sébastien Pédron | 2014-11-20 | 1 | -13/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change, a list of nodes without the node type was accepted. In this case, the node type was guessed and a warning suggesting how to update the configuration was logged. Now, the node type is mandatory and the RabbitMQ server refuses to start if the node type is unspecified. | ||||
| | | | * | | | | stable to default | Simon MacMullen | 2014-11-20 | 3 | -15/+13 |
| | | | |\ \ \ \ | |||||
| | | | * \ \ \ \ | stable to default | Simon MacMullen | 2014-11-20 | 1 | -1/+13 |
| | | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | stable to default | Simon MacMullen | 2014-11-20 | 1 | -1/+7 |
| | | | |\ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | | | |||||
| | | | * | | | | | | stable to default | Simon MacMullen | 2014-11-19 | 1 | -0/+5 |
| | | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ \ | Merge bug26469 | Simon MacMullen | 2014-11-14 | 11 | -96/+201 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | Tweak the APIs again, so that authz plugins aren't expected to create a ↵ | Simon MacMullen | 2014-11-14 | 8 | -71/+120 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #auth_user record in the first place, just whatever impl they want. Which necessitates seperate login functions for authz and authn, and if we're going to do that we might as well split the behaviours so that we have the possibility of making an authz-only plugin. | ||||
| | | | | * | | | | | | | Rename. | Simon MacMullen | 2014-11-14 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Fix tests. | Simon MacMullen | 2014-11-14 | 1 | -4/+6 |
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Never pass the #user{} record into auth backends, they should only see their ↵ | Simon MacMullen | 2014-11-13 | 7 | -62/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | own stuff. Get rid of authN_backend, it has little reason for existing. Flatten case of authZ_backend. | ||||
| | | | | * | | | | | | | Cosmetic. | Simon MacMullen | 2014-11-13 | 1 | -31/+30 |
| | | | | | | | | | | | | |||||
| | | | | * | | | | | | | Import changes from ↵ | Simon MacMullen | 2014-11-13 | 10 | -66/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/gotthardp/rabbitmq-server/tree/multi_authorization | ||||
| | | | * | | | | | | | | stable to default | Simon MacMullen | 2014-11-14 | 4 | -68/+258 |
| | | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | |||||
| | | | | * | | | | | | | Merge bug26457 | Simon MacMullen | 2014-11-13 | 1 | -2/+10 |
| | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | R13B03 compatibility. | Simon MacMullen | 2014-11-13 | 1 | -2/+10 |
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Remove a couple of TODOs, make the read buffer size configurable, and don't ↵ | Simon MacMullen | 2014-11-13 | 2 | -5/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use the read buffer for the QI or msg store transform since they already read in decent sized chunks. | ||||
| | | | | * | | | | | | | | Small refactor suggested by Matthias. | Simon MacMullen | 2014-11-13 | 1 | -20/+14 |
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Be a bit more systematic about reseting the read buffer. | Simon MacMullen | 2014-11-13 | 1 | -21/+30 |
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | If they ask to read more than the buffer size, do so. | Simon MacMullen | 2014-11-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | |||||
| | | | | * | | | | | | | | Merge in default | Simon MacMullen | 2014-11-12 | 5 | -14/+31 |
| | | | | |\ \ \ \ \ \ \ \ | | | | | |/ / / / / / / | |||||
| | | | | | * | | | | | | | Merge bug24781 | Simon MacMullen | 2014-11-12 | 3 | -5/+10 |
| | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | * \ \ \ \ \ \ | stable to default | Simon MacMullen | 2014-11-12 | 1 | -30/+72 |
| | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | | | * \ \ \ \ \ \ | stable to default | Simon MacMullen | 2014-11-07 | 1 | -30/+72 |
| | | | | | | | |\ \ \ \ \ \ \ | |||||
| | | | | | * | | | | | | | | | | Emit stats on FHC recycling. | Simon MacMullen | 2014-11-11 | 2 | -7/+15 |
| | | | | | | | | | | | | | | | | |||||
| | | | | | * | | | | | | | | | | Also generate stats on seek. | Simon MacMullen | 2014-11-11 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | | |||||
