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

Steve Rowe commented on SOLR-12739:
-----------------------------------

{{CloudSolrClientTest.testNonRetryableRequests()}} is failing reproducibly 
without a seed.  {{git bisect}} says the first failing commit is {{ee09bef7}} 
on this issue.  E.g. from 
[https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/875/]:

{noformat}
Checking out Revision a47812ddc1b3d83fa63ee6e62d1e8065af9dd33e 
(refs/remotes/origin/branch_7x)
[...]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrClientTest 
-Dtests.method=testNonRetryableRequests -Dtests.seed=B89C8AB9AFFA4549 
-Dtests.slow=true -Dtests.locale=pl -Dtests.timezone=Asia/Srednekolymsk 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 4.19s J0 | CloudSolrClientTest.testNonRetryableRequests <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<33> but 
was:<34>
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B89C8AB9AFFA4549:10724D2A51B33145]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests(CloudSolrClientTest.java:550)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
[...]
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{multiDefault=FSTOrd50, a_t=PostingsFormat(name=LuceneVarGapFixedInterval), 
title_s=FSTOrd50, 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=BlockTreeOrds(blocksize=128)}, 
docValues:{_version_=DocValuesFormat(name=Asserting), 
multiDefault=DocValuesFormat(name=Lucene70), 
a_t=DocValuesFormat(name=Asserting), title_s=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Asserting), id=DocValuesFormat(name=Memory), 
text=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Asserting)}, 
maxPointsInLeafNode=400, maxMBSortInHeap=7.796514885717848, 
sim=RandomSimilarity(queryNorm=false): {}, locale=pl, 
timezone=Asia/Srednekolymsk
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_172 
(64-bit)/cpus=3,threads=1,free=171094224,total=463470592
{noformat}

> Make autoscaling policy based replica placement the default strategy for 
> placing replicas
> -----------------------------------------------------------------------------------------
>
>                 Key: SOLR-12739
>                 URL: https://issues.apache.org/jira/browse/SOLR-12739
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: AutoScaling, SolrCloud
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Major
>             Fix For: 7.6, master (8.0)
>
>         Attachments: SOLR-12739.patch, SOLR-12739.patch, SOLR-12739.patch, 
> SOLR-12739.patch, SOLR-12739.patch
>
>
> Today the default placement strategy is the same one used since Solr 4.x 
> which is to select nodes on a round robin fashion. I propose to make the 
> autoscaling policy based replica placement as the default policy for placing 
> replicas.
> This is related to SOLR-12648 where even though we have default cluster 
> preferences, we don't use them unless a policy is also configured.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to