You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "tflobbe (via GitHub)" <gi...@apache.org> on 2023/04/19 22:14:22 UTC

[GitHub] [solr] tflobbe commented on pull request #1577: SOLR-16719: Let AffinityPlacementFactory have an anti-affinity label

tflobbe commented on PR #1577:
URL: https://github.com/apache/solr/pull/1577#issuecomment-1515451424

   This is the output of the `testScalability` on my machine running with nightly property:
   
   ```
   Patch: 
   1225 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.SolrTestCaseJ4 ###Starting testScalability
   1229 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ==== numNodes ====
   1559 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 1000 nodes, 100 shards, 10000 total replicas, anti-affinity=false, elapsed time 316 ms.
   2119 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 2000 nodes, 100 shards, 10000 total replicas, anti-affinity=false, elapsed time 550 ms.
   3515 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 10000 total replicas, anti-affinity=false, elapsed time 1385 ms.
   6411 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 10000 nodes, 100 shards, 10000 total replicas, anti-affinity=false, elapsed time 2875 ms.
   12579 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 20000 nodes, 100 shards, 10000 total replicas, anti-affinity=false, elapsed time 6133 ms.
   12584 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ==== numShards ====
   13987 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 10000 total replicas, anti-affinity=false, elapsed time 1393 ms.
   16791 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 200 shards, 20000 total replicas, anti-affinity=false, elapsed time 2794 ms.
   23470 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 500 shards, 50000 total replicas, anti-affinity=false, elapsed time 6666 ms.
   36979 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 1000 shards, 100000 total replicas, anti-affinity=false, elapsed time 13488 ms.
   63988 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 2000 shards, 200000 total replicas, anti-affinity=false, elapsed time 26970 ms.
   64063 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ==== numReplicas ====
   64624 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 10000 total replicas, anti-affinity=false, elapsed time 556 ms.
   65268 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 20000 total replicas, anti-affinity=false, elapsed time 636 ms.
   66351 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 50000 total replicas, anti-affinity=false, elapsed time 1073 ms.
   68766 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 100000 total replicas, anti-affinity=false, elapsed time 2397 ms.
   76679 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 200000 total replicas, anti-affinity=false, elapsed time 7873 ms.
   76753 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ==== antiAffinity ====
   78120 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 10000 total replicas, anti-affinity=false, elapsed time 1363 ms.
   79883 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 10000 total replicas, anti-affinity=true, elapsed time 1756 ms.
   79888 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[29B84ABBD0C09F4A]) [] o.a.s.SolrTestCaseJ4 ###Ending testScalability
   
   
   Main:
   1160 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.SolrTestCaseJ4 ###Starting testScalability
   1164 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ==== numNodes ====
   1498 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 1000 nodes, 100 shards, 10000 total replicas, elapsed time 323 ms.
   2081 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 2000 nodes, 100 shards, 10000 total replicas, elapsed time 574 ms.
   3543 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 10000 total replicas, elapsed time 1451 ms.
   6570 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 10000 nodes, 100 shards, 10000 total replicas, elapsed time 3008 ms.
   13138 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 20000 nodes, 100 shards, 10000 total replicas, elapsed time 6539 ms.
   13144 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ==== numShards ====
   14612 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 10000 total replicas, elapsed time 1462 ms.
   17527 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 200 shards, 20000 total replicas, elapsed time 2907 ms.
   24854 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 500 shards, 50000 total replicas, elapsed time 7311 ms.
   39991 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 1000 shards, 100000 total replicas, elapsed time 15117 ms.
   68719 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 2000 shards, 200000 total replicas, elapsed time 28684 ms.
   68797 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ==== numReplicas ====
   69462 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 10000 total replicas, elapsed time 661 ms.
   70184 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 20000 total replicas, elapsed time 715 ms.
   71320 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 50000 total replicas, elapsed time 1127 ms.
   73796 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 100000 total replicas, elapsed time 2459 ms.
   82653 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.c.p.p.AffinityPlacementFactoryTest ComputePlacement: 5000 nodes, 100 shards, 200000 total replicas, elapsed time 8823 ms.
   82725 INFO  (TEST-AffinityPlacementFactoryTest.testScalability-seed#[CE15B43BFC926FB0]) [] o.a.s.SolrTestCaseJ4 ###Ending testScalability
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org