You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/10/19 22:46:18 UTC

[GitHub] [lucene] janhoy opened a new pull request #401: LUCENE-10174 Speed up 'pushLocal'

janhoy opened a new pull request #401:
URL: https://github.com/apache/lucene/pull/401


   https://issues.apache.org/jira/browse/LUCENE-10174
   
   When copying files from `lucene/distribution/build/release` to the target directory, the script uses `tar.bz2`, i.e. with compression. This is super slow and usesless since files are already compressed. This PR uses plain `tar` without compression to greatly speed up this step.


-- 
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@lucene.apache.org

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



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


[GitHub] [lucene] janhoy merged pull request #401: LUCENE-10174 Speed up 'pushLocal'

Posted by GitBox <gi...@apache.org>.
janhoy merged pull request #401:
URL: https://github.com/apache/lucene/pull/401


   


-- 
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@lucene.apache.org

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



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