You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2018/01/24 22:11:00 UTC

[jira] [Created] (SOLR-11900) API command to delete oldest collections in a time routed alias

David Smiley created SOLR-11900:
-----------------------------------

             Summary: API command to delete oldest collections in a time routed alias
                 Key: SOLR-11900
                 URL: https://issues.apache.org/jira/browse/SOLR-11900
             Project: Solr
          Issue Type: Sub-task
      Security Level: Public (Default Security Level. Issues are Public)
          Components: SolrCloud
            Reporter: David Smiley
            Assignee: David Smiley
             Fix For: 7.3


For Time Routed Aliases, we'll need an API command to delete the oldest collection(s).  Perhaps the command action name is DELETE_COLLECTION_OF_ROUTED_ALIAS (yes that's long).  And input is of course the routed alias name, plus a mandatory "before" which is a standard time input that Solr accepts that will likely include date math.  Thus if you used before="NOW/DAY-90DAYS" then your guaranteed to have the last 90 days worth of data.  If a collection overlaps past what "before" is computed to be then it needs to stay.  The pattern might match any number of collections, perhaps none.  But in all cases, the most recent collection must be retained -- the time routed aliases must at all times refer to at least one collection.

The underlying steps will be to first update the alias, and then delete the collection(s).  It ought to return the collections that get deleted.



--
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