Hi,<br><br>I had a potentially related case (sorry didn&#39;t read the full thread), so might be of interest:<br><br>I upgraded to a new servers version, and forgot to copy the settings (from etc/rabbitmq) to<br>the new version. The result was that even the rabbitmq-env.config was not found (where we<br>
define a non-standard location for mnesia) and the default location was selected.<br><br>Of course the default location didn&#39;t have what we expected to find. Downgrading solved<br>that problem (obviously). Therefore we now make sure to copy all files from <br>
rabbitmq_server_abc/etc/rabbitmq to rabbitmq_server_xyz/etc/rabbitmq<br><br>Cheers<br>Matthias<br><br><br><div class="gmail_quote">On Wed, Aug 29, 2012 at 12:56 PM, Francesco Mazzoli <span dir="ltr">&lt;<a href="mailto:francesco@rabbitmq.com" target="_blank">francesco@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Matt,<br>
<br>
At Wed, 22 Aug 2012 15:06:42 -0700,<br>
Matt Pietrek wrote:<br>
&gt; I then take down the play node and start it back up. Afterwards, I force<br>
&gt; everything to be synchronized by doing a management API &#39;get messages&quot; with<br>
&gt; requeue=True. When this completes, everything shows up synched as expected.<br>
<br>
This should not happen. �Messages are requeued at the original position in the<br>
queue, see &lt;<a href="http://www.rabbitmq.com/semantics.html" target="_blank">http://www.rabbitmq.com/semantics.html</a>&gt;, and thus that has no effect<br>
to the syncing of slaves. �Republishing would.<br>
<br>
I tried to reproduce the problem following exactly what you did, with no<br>
success. �Can you describe, in detail, your setup and the steps you&#39;re taking to<br>
reproduce that? �The most convenient thing would be to automate the procedure in<br>
a script.<br>
<br>
--<br>
Francesco * Often in error, never in doubt<br>
<div class="HOEnZb"><div class="h5">_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</div></div></blockquote></div><br>