I've confirmed this is also happens with deletes via SolrJ with commitWithin - the document is deleted from the leader but the delete is not replicated to other nodes. Document updates are replicated fine.
Any help in debugging this behaviour would be much appreciated. Cheers, -Brendan On 30 December 2014 at 10:11, Brendan Humphreys <bren...@canva.com> wrote: > Hi, > > We've noticed that when we send deletes to our SolrCloud cluster via curl > with the param commitWithin=10000 specified, the deletes are applied and > are visible to the leader node, but aren't replicated to other nodes. > > The problem can be worked around by issuing an explicit (hard) "commit". > > Is this expected behaviour? Can anyone shed light on what is going on here? > > Thanks, > -Brendan >