[ 
https://issues.apache.org/jira/browse/SOLR-18444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18114722#comment-18114722
 ] 

David Smiley commented on SOLR-18444:
-------------------------------------

I could see it being useful to offset the anchor point with a hash of the 
collection name to avoid lots of work happening at the same time when a node 
has many shards across collections.  A minor detail.

Perhaps the synchronization should be enabled/disabled independently on each 
autoHardCommit and autoSoftCommit.

Solr's "CommitTracker.java" is the relevant source.

> Time coordinated/synchronized autoCommit
> ----------------------------------------
>
>                 Key: SOLR-18444
>                 URL: https://issues.apache.org/jira/browse/SOLR-18444
>             Project: Solr
>          Issue Type: Bug
>            Reporter: David Smiley
>            Priority: Major
>
> Distributed search across shards is about as slow as the slowest shard.  The 
> response time for a shard (a replica), in turn, can be heavily influenced by 
> when the searcher was opened, because, over time, a searcher (including 
> caches and lower level OS caching etc.) will get warmed up.  I've seen a 
> factor of 10 difference between shards (e.g. 25ms vs 250ms) for this 
> difference, even ruling out queryResultCache and filterCache.
> This issue proposes that autoCommits are aligned; perhaps to an interval from 
> the 1970 epoch



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to