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

Hoss Man commented on SOLR-13375:
---------------------------------


The new DimensionalRoutedAliasUpdateProcessorTest appears to have some reliably 
reproducible bugs.

In the last 24 hours...
{quote}
Class: 
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
Method: testCatTime
Failures: 31.43% (11 / 35)
* thetaphi/Lucene-Solr-master-Windows/8059 (x6)
* apache/Lucene-Solr-repro/3446 (x5)
{quote}

The seeds from both of those jenkins jobs reproduce for me locally (first 
try)...
{noformat}
$ ant test  -Dtestcase=DimensionalRoutedAliasUpdateProcessorTest 
-Dtests.method=testCatTime -Dtests.seed=DD5BB3E097BBD0B4 -Dtests.slow=true 
-Dtests.badapples=true -Dtests.locale=br -Dtests.timezone=Asia/Dushanbe 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

$ ant test  -Dtestcase=DimensionalRoutedAliasUpdateProcessorTest 
-Dtests.method=testCatTime -Dtests.seed=21AAE082AEE603F0 -Dtests.multiplier=2 
-Dtests.nightly=true -Dtests.slow=true -Dtests.badapples=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=it -Dtests.timezone=Pacific/Port_Moresby -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
{noformat}

more failures from the past 7 days...
{quote}

Class: 
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
Method: testCatTime
Failures: 18.95% (29 / 153)

* apache/Lucene-Solr-repro/3446 (x5)
* sarowe/Lucene-Solr-reproduce-failed-tests/8776
* thetaphi/Lucene-Solr-8.x-Windows/371 (x6)
* thetaphi/Lucene-Solr-master-Windows/8059 (x6)
* sarowe/Lucene-Solr-tests-master/21358
* sarowe/Lucene-Solr-tests-master/21339
* sarowe/Lucene-Solr-tests-master/21355
* apache/Lucene-Solr-NightlyTests-8.x/153
* thetaphi/Lucene-Solr-8.x-Linux/879
* thetaphi/Lucene-Solr-8.x-Solaris/240 (x6)
{quote}

{quote}

> 2 Dimensional Routed Aliases
> ----------------------------
>
>                 Key: SOLR-13375
>                 URL: https://issues.apache.org/jira/browse/SOLR-13375
>             Project: Solr
>          Issue Type: New Feature
>          Components: SolrCloud
>    Affects Versions: master (9.0)
>            Reporter: Gus Heck
>            Assignee: Gus Heck
>            Priority: Major
>         Attachments: SOLR-13375.patch, SOLR-13375.patch, SOLR-13375.patch, 
> SOLR-13375.patch, SOLR-13375.patch
>
>
> Current available routed aliases are restricted to a single field. This 
> feature will allow Solr to provide data driven collection access, creation 
> and management based on multiple fields in a document. The collections will 
> be queried and updated in a unified manner via an alias. Current routing is 
> restricted to the values of a single field. The particularly useful 
> combination at this time will be Category X Time routing but Category X 
> Category may also be useful. More importantly, if additional routing schemes 
> are created in the future (either as contributions or as custom code by 
> users) combination among these should be supported. 
> It is expected that not all combinations will be useful, and that 
> determination of usefulness I expect to leave up to the user. Some Routing 
> schemes may need to be limited to be the leaf/last routing scheme for 
> technical reasons, though I'm not entirely convinced of that yet. If so, a 
> flag will be added to the RoutedAlias interface.
> Initial desire is to support two levels, though if arbitrary levels can be 
> supported easily that will be done.
> This could also have been called CompositeRoutedAlias, but that creates a TLA 
> clash with CategoryRoutedAlias.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to