[
https://issues.apache.org/jira/browse/SOLR-12382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483165#comment-16483165
]
Shawn Heisey commented on SOLR-12382:
-------------------------------------
Checking my IRC log, looks like the IRC discussion was on the 17th.
Looking at the IRC log, I see that there wasn't a lot of info, but when you
recreated the collection on the same systems with the same config using NRT
replicas, and the problem went away, that was a pretty clear indication to me
that Solr might be misbehaving.
The one thing that I can think of which might cause problems, don't know why I
didn't mention it on IRC, would be caused by the commit call being a soft
commit. I see that you mentioned "commit()" in your problem description on
IRC. Is that literally what the SolrJ code says, or are there parameters in
the commit call?
> new data not seen immediately after commit() on SolrCloud collection with
> only TLOG and PULL replicas
> -----------------------------------------------------------------------------------------------------
>
> Key: SOLR-12382
> URL: https://issues.apache.org/jira/browse/SOLR-12382
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Affects Versions: 7.3
> Environment: SolrCloud on Amazon Linux AMI 2018.03
>
> Reporter: Nguyen Nguyen
> Priority: Major
>
> On collection with TLOG/PULL replicas, queries that follow right after
> commit(waitSearch:true) would NOT return newly added data until several
> seconds later.
> Tested same scenario on another collection with only NRT replicas and found
> that it behaved as expected (query returned newly added data right after
> commit(waitSearch:true) was called.
> 7.3 SolrCloud with 3 shards, each shard has 2 TLOG replicas + 1 PULL replica
> Commit settings
> <autoCommit>
> <maxTime>15000</maxTime>
> <openSearcher>false</openSearcher>
> </autoCommit>
> <autoSoftCommit>
> <maxTime>-1</maxTime>
> </autoSoftCommit>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]