You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Uwe Schindler (Jira)" <ji...@apache.org> on 2021/03/24 16:14:00 UTC

[jira] [Resolved] (SOLR-15282) speed up precommit

     [ https://issues.apache.org/jira/browse/SOLR-15282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Uwe Schindler resolved SOLR-15282.
----------------------------------
    Fix Version/s: main (9.0)
       Resolution: Fixed

OK, I just did a cross-repo cherry-pick and modified the commit message. There was only a conflict in the root build.gradle because of the Solr additions at end of file. Was easy to solve.

I quicky skimmed through the build: Solr has no extra JavaExec tasks. I am not sure about the docker image stuff, but that does not run on precommit.

> speed up precommit
> ------------------
>
>                 Key: SOLR-15282
>                 URL: https://issues.apache.org/jira/browse/SOLR-15282
>             Project: Solr
>          Issue Type: Task
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Robert Muir
>            Assignee: Uwe Schindler
>            Priority: Major
>             Fix For: main (9.0)
>
>
> See https://github.com/apache/lucene/pull/33 / LUCENE-9861
> You can see a nice resulting drop in precommit time even on Mike's beast of a machine for nightly bench (see the drop in the green line): https://people.apache.org/~mikemccand/lucenebench/antcleantest.html
> For me the change literally takes minutes off my precommit time.
> I think it would be good to look at appling the same optimization to solr build too, to reduce the cost of {{renderJavadoc}}, {{ecjLintMain}}, and {{ecjLintTest}} tasks.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)