David Smiley created SOLR-11653: ----------------------------------- Summary: create next time collection based on a fixed time gap Key: SOLR-11653 URL: https://issues.apache.org/jira/browse/SOLR-11653 Project: Solr Issue Type: Sub-task Security Level: Public (Default Security Level. Issues are Public) Components: SolrCloud Reporter: David Smiley
For time series collections (as part of a collection Alias with certain metadata), we want to automatically add new collections. In this issue, this is about creating the next collection based on a configurable fixed time gap. And we will also add this collection synchronously once a document flowing through the URP chain exceeds the gap, as opposed to asynchronously in advance. There will be some Alias metadata to define in this issue. The preponderance of the implementation will be in TimePartitionedUpdateProcessor or perhaps a helper to this URP. note: other issues will implement pre-emptive creation and capping collections by size. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org