On 8 Dec 2025, at 17:03, Piotr Szlązak <piotr....@gmail.com> wrote:Hello!Recently I was testing Gerrit Checks API plugin [1] on my Jenkins instance.This was done to test checks-jenkins plugin [2] on my Gerrit instance.Gerrit Checks API plugin [1] depends on Lucene Search plugin [3].And here I faced following issues:- by default Lucene Search plugin collects and indexes console logs- console log index grows very fast - on my not-so-active Jenkins instance it was 14 GB after 3 days of work. In another attempt - it was 45 GB after 2 days of work- both my tests ended with Lucene Search plugin crashing. There were some problems related to accessing the files. Maybe too many write attempts for console log?I raised an Issue/Feature Request for Lucene Search plugin to make console logs indexing configurable [4].
Why am I writing about here? I noticed that Thomas Dräbing is maintainer of Lucene Search and Gerrit Checks API plugins. Also Luca is maintainer of Gerrit Checks API plugin.Knowing that Checks API in Gerrit is a preferred way to collect statuses from CI [5], maybe you guys will be able to help with implementing this feature? Especially that Jenkins is still a quite popular CI.
Regards,Piotr--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/repo-discuss/5cdee29e-6ac8-48f9-a125-e846bc0c492dn%40googlegroups.com.
On 8 Dec 2025, at 17:03, Piotr Szlązak <piotr....@gmail.com> wrote:Hello!Recently I was testing Gerrit Checks API plugin [1] on my Jenkins instance.This was done to test checks-jenkins plugin [2] on my Gerrit instance.Gerrit Checks API plugin [1] depends on Lucene Search plugin [3].And here I faced following issues:- by default Lucene Search plugin collects and indexes console logs- console log index grows very fast - on my not-so-active Jenkins instance it was 14 GB after 3 days of work. In another attempt - it was 45 GB after 2 days of work- both my tests ended with Lucene Search plugin crashing. There were some problems related to accessing the files. Maybe too many write attempts for console log?I raised an Issue/Feature Request for Lucene Search plugin to make console logs indexing configurable [4].AFAIK they aren’t production-ready.
The one we use in Jenkins for building Gerrit Code Review *IS* production-ready and we use it daily.See [6] and when I presented it [7].
Why am I writing about here? I noticed that Thomas Dräbing is maintainer of Lucene Search and Gerrit Checks API plugins. Also Luca is maintainer of Gerrit Checks API plugin.Knowing that Checks API in Gerrit is a preferred way to collect statuses from CI [5], maybe you guys will be able to help with implementing this feature? Especially that Jenkins is still a quite popular CI.I am pretty much fully booked at the moment, do you have time or budget to invest on it?
On Tue, Dec 9, 2025 at 3:32 PM Luca Milanesio <luca.mi...@gmail.com> wrote:On 8 Dec 2025, at 17:03, Piotr Szlązak <piotr....@gmail.com> wrote:Hello!Recently I was testing Gerrit Checks API plugin [1] on my Jenkins instance.This was done to test checks-jenkins plugin [2] on my Gerrit instance.Gerrit Checks API plugin [1] depends on Lucene Search plugin [3].And here I faced following issues:- by default Lucene Search plugin collects and indexes console logs- console log index grows very fast - on my not-so-active Jenkins instance it was 14 GB after 3 days of work. In another attempt - it was 45 GB after 2 days of work- both my tests ended with Lucene Search plugin crashing. There were some problems related to accessing the files. Maybe too many write attempts for console log?