You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/05/14 20:37:00 UTC

[jira] [Commented] (SOLR-12999) Index replication could delete segments first

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

ASF subversion and git services commented on SOLR-12999:
--------------------------------------------------------

Commit bf8c6ea435a39564d2a7de5c37cc9e522ca5b9cb in lucene-solr's branch refs/heads/master from Chris M. Hostetter
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=bf8c6ea ]

SOLR-12999: Harden TestReplicationHandlerDiskOverFlow against sporadic timing failures

 - ensure IndexFetcher injection is reset in @After method
 - replace System.out with Logger
 - Log and fail on any exceptions in any callbacks/threads
 - use CyclicBarrier (instead of CountdownLatch) to ensure the Query Thread loop doesn't monopolize
   CPU preventing IndexFetcher callback from ever being run

(Some of these improvements directly address jenkins failures we've been seeing)


> Index replication could delete segments first
> ---------------------------------------------
>
>                 Key: SOLR-12999
>                 URL: https://issues.apache.org/jira/browse/SOLR-12999
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: replication (java)
>            Reporter: David Smiley
>            Assignee: Noble Paul
>            Priority: Major
>             Fix For: 8.1
>
>         Attachments: SOLR-12999.patch, SOLR-12999.patch
>
>
> Index replication could optionally delete files that it knows will not be needed _first_.  This would reduce disk capacity requirements of Solr, and it would reduce some disk fragmentation when space get tight.
> Solr (IndexFetcher) already grabs the remote file list, and it could see which files it has locally, then delete the others.  Today it asks Lucene to {{deleteUnusedFiles}} at the end.  This new mode would probably only be useful if there is no SolrIndexSearcher open, since it would prevent the removal of files.
> The motivating scenario is a SolrCloud replica that is going into full recovery.  It ought to not be fielding searches.  The code changes would not depend on SolrCloud though.
> This option would have some danger the user should be aware of.  If the replication fails, leaving the local files incomplete/corrupt, the only recourse is to try full replication again.  You can't just give up and field queries.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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