diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-01 19:35:26 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-10-01 19:35:26 +0100 |
| commit | a67e3c137b7a7be0431202c8c9c293cabb55f3d3 (patch) | |
| tree | 4dbe19f8ba47c56b9fef387bbd4ffaee105c60e1 | |
| parent | 2491d4c36339d44c8e7c82e7e0b54876b3536660 (diff) | |
| download | rabbitmq-server-git-a67e3c137b7a7be0431202c8c9c293cabb55f3d3.tar.gz | |
remove superfluous comment
We already say that stuff from MA gets requeued. Furthermore, the
master doesn't have an 'MA' field as such - the information is kept in
the backing queue.
| -rw-r--r-- | src/rabbit_mirror_queue_slave.erl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl index 625bcdffba..8e541db1f1 100644 --- a/src/rabbit_mirror_queue_slave.erl +++ b/src/rabbit_mirror_queue_slave.erl @@ -513,10 +513,6 @@ promote_me(From, #state { q = Q = #amqqueue { name = QName }, %% those messages are then requeued. However, as discussed above, %% this does not affect MS, nor which bits go through to SS in %% Master, or MTC in queue_process. - %% - %% Everything that's in MA gets requeued. Consequently the new - %% master should start with a fresh AM as there are no messages - %% pending acks. MSList = dict:to_list(MS), SS = dict:from_list( |
