Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-11299 Time partitioned collections (umbrella issue)
  3. SOLR-11487

Collection Alias metadata for time partitioned collections

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 7.2
    • SolrCloud
    • None

    Description

      SOLR-11299 outlines an approach to using a collection Alias to refer to a series of collections of a time series. We'll need to store some metadata about these time series collections, such as which field of the document contains the timestamp to route on.

      The current /aliases.json is a Map with a key collection which is in turn a Map of alias name strings to a comma delimited list of the collections.
      If we change the comma delimited list to be another Map to hold the existing list and more stuff, older CloudSolrClient (configured to talk to ZooKeeper) will break. Although if it's configured with an HTTP Solr URL then it would not break. There's also some read/write hassle to worry about – we may need to continue to read an aliases.json in the older format.

      Alternatively, we could add a new map entry to aliases.json, say, collection_metadata keyed by alias name?

      Perhaps another very different approach is to attach metadata to the configset in use?

      Attachments

        1. SOLR_11487.patch
          38 kB
          David Smiley
        2. SOLR_11487.patch
          39 kB
          Gus Heck
        3. SOLR_11487.patch
          39 kB
          Gus Heck
        4. SOLR_11487.patch
          36 kB
          David Smiley
        5. SOLR_11487.patch
          35 kB
          Gus Heck
        6. SOLR_11487.patch
          34 kB
          Gus Heck
        7. SOLR_11487.patch
          27 kB
          Gus Heck
        8. SOLR_11487.patch
          22 kB
          Gus Heck
        9. SOLR_11487.patch
          6 kB
          Gus Heck

        Issue Links

          Activity

            People

              dsmiley David Smiley
              dsmiley David Smiley
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: