You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Cao Manh Dat (Jira)" <ji...@apache.org> on 2020/08/28 04:00:00 UTC

[jira] [Updated] (SOLR-14776) Precompute the fingerprint during PeerSync

     [ https://issues.apache.org/jira/browse/SOLR-14776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cao Manh Dat updated SOLR-14776:
--------------------------------
    Description: Computing fingerprint can very costly and take time. But the current implementation will send requests for getting fingerprint for multiple replicas, then on the first response it will then compute its own fingerprint for comparison. A very simple but effective improvement here is compute its own fingerprint right after send requests to other replicas.  (was: Computing fingerprint can very costly and take time. )

> Precompute the fingerprint during PeerSync
> ------------------------------------------
>
>                 Key: SOLR-14776
>                 URL: https://issues.apache.org/jira/browse/SOLR-14776
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Cao Manh Dat
>            Assignee: Cao Manh Dat
>            Priority: Major
>
> Computing fingerprint can very costly and take time. But the current implementation will send requests for getting fingerprint for multiple replicas, then on the first response it will then compute its own fingerprint for comparison. A very simple but effective improvement here is compute its own fingerprint right after send requests to other replicas.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org