[
https://issues.apache.org/jira/browse/SOLR-13131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16810212#comment-16810212
]
Gus Heck commented on SOLR-13131:
---------------------------------
Also FWIW I just saw a build that appears to have hit this known issue... which
perhaps is occurring more frequently with this test for some reason than it did
while beasting the similar TRA test. ( SOLR-13059 ). The problem is it's very
hard to find code that is 100% reliable to wait for a collection to really
fully be created. (I seem to recall seeing [[email protected]] commenting
about or creating an issue for that but I can't find it) I know that in
SOLR-13051 I adopted some code from his test fixing efforts in this area but it
didn't 100% fix the problem.
{code:java}
// TODO: fix SOLR-13059, a where this wait isn't working ~0.3% of the time.
waitCol(1,configName);
// manipulate the config...
checkNoError(getSolrClient().request(new V2Request.Builder("/collections/" +
configName + "/config")
{code}
http://jenkins.sarowe.net/view/main-branches/job/Lucene-Solr-tests-master/lastBuild/testReport/org.apache.solr.update.processor/CategoryRoutedAliasUpdateProcessorTest/testNonEnglish/
> Category Routed Aliases
> -----------------------
>
> Key: SOLR-13131
> URL: https://issues.apache.org/jira/browse/SOLR-13131
> Project: Solr
> Issue Type: Improvement
> Security Level: Public(Default Security Level. Issues are Public)
> Components: SolrCloud
> Affects Versions: master (9.0)
> Reporter: Gus Heck
> Assignee: Gus Heck
> Priority: Major
> Fix For: 8.1, master (9.0)
>
> Attachments: indexingWithCRA.png, indexingwithoutCRA.png,
> indexintWithoutCRA2.png
>
>
> This ticket is to add a second type of routed alias in addition to the
> current time routed aliases. The new type of alias will allow data driven
> creation of collections based on the values of a field and automated
> organization of these collections under an alias that allows the collections
> to also be searched as a whole.
> The use case in mind at present is an IOT device type segregation, but I
> could also see this leading to the ability to direct updates to tenant
> specific hardware (in cooperation with autoscaling).
> This ticket also looks forward to (but does not include) the creation of a
> Dimensionally Routed Alias which would allow organizing time routed data also
> segregated by device
> Further design details to be added in comments.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]