Re: Bug? Documents not visible after sucessful commit - chaos testing

2020-02-19 Thread Michael Frank
Hi Chriss, thanks for opening the ticket. I have found some possibly related issues: Open: https://issues.apache.org/jira/browse/SOLR-3888 - "need beter handling of external add/commit requests during tlog recovery" Closed: https://issues.apache.o

Re: Bug? Documents not visible after sucessful commit - chaos testing

2020-02-12 Thread Michael Frank
STATE, "Cluster is in degraded state - not all replicas acknowledged the commit." + achievedRF + "/" +replicaRoutes.size()); } } Cheers Michael Am Do., 6. Feb. 2020 um 12:18 Uhr schrieb Michael F

Re: Bug? Documents not visible after sucessful commit - chaos testing

2020-02-06 Thread Michael Frank
Hi Chris, thank you for your detailed answer! We are aware that Solr Cloud is eventually consistent and in our application that's fine in most cases. However, what is really important for us is that we get a "Read Your Writes" for a clear point in time - which in our understand should be after har

Bug? Documents not visible after sucessful commit - chaos testing

2020-02-05 Thread Michael Frank
Hi All, In our Solr Cloud cluster (8.4.1) sometimes committed documents are not visible to subsequent requests sent after a, apprently, sucessful commit(waitFlush=true, wait=searcherTrue). This behaviour does not happen if all nodes are stable, but will happen eventually if we kill off random node