Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-19 Thread Antonio
+1 to all these. The problem I have is that the Lucene indexer seems to be very CPU intensive, and my laptop starts levitating with all fans at full speed. This is a problem when working on open spaces, because the laptop becomes a sort of drone, but without remote control. Luckily the

Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-18 Thread Matthias Bläsing
Hi, Am Dienstag, dem 18.04.2023 um 07:48 +0200 schrieb Jan Lahoda: > I apologize for being contrarian, but since the index download > started for me (again) while on a bus with very poor internet > connection, I guess I should tell you my view. no reason to apologize. > Unless I am mistaken,

Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-18 Thread Michael Bien
Hi Jan, On 18.04.23 07:48, Jan Lahoda wrote: I apologize for being contrarian, but since the index download started for me (again) while on a bus with very poor internet connection, I guess I should tell you my view. Unless I am mistaken, the index gz has currently roughly 1.9GB, and it tooks

Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-18 Thread Michael Bien
Hi Tamas! great to see you here. On 18.04.23 10:57, Tamás Cservenák wrote: Howdy, just to chime in as a developer of maven-indexer: 1, Regarding server side processing we are shot in our foot, as index is provided (is produced and hosted) by Sonatype, and we have no much impact, nor is

Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-18 Thread Svata Dedic
Interesting stats, but Apache-NetBeans-17-bin-windows-x64.exe 643,458 downloads, netbeans-17-bin.zip 130,456 Downloads the files being +- the same size. but the traffic says: netbeans-17-bin.zip 24,873,400,441,109 Apache-NetBeans-17-bin-windows-x64.exe

Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-18 Thread Tamás Cservenák
Howdy, just to chime in as a developer of maven-indexer: 1, Regarding server side processing we are shot in our foot, as index is provided (is produced and hosted) by Sonatype, and we have no much impact, nor is there any server side available. They just produce the GZIP files we can download

RE: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-18 Thread Eric Barboni
] disable remote index extraction by default [NB18] On Tue, 18 Apr 2023 at 06:49, Jan Lahoda wrote: > I apologize for being contrarian, but since the index download started > for me (again) while on a bus with very poor internet connection, I > guess I should tell you my view. ... >

Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-18 Thread Neil C Smith
On Tue, 18 Apr 2023 at 06:49, Jan Lahoda wrote: > I apologize for being contrarian, but since the index download started for > me (again) while on a bus with very poor internet connection, I guess I > should tell you my view. ... > To be honest, it never seemed very polite to me to download and

Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-17 Thread Jan Lahoda
I apologize for being contrarian, but since the index download started for me (again) while on a bus with very poor internet connection, I guess I should tell you my view. Unless I am mistaken, the index gz has currently roughly 1.9GB, and it tooks several minutes to actually create the Lucene

Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-13 Thread Michael Bien
thanks Matthias, ok lets keep it on :) I never really had any issues with it either. the thought was to switch it off in NB 18 and switch it on again in NB 19 once we are able to bump the dependencies - not as permanent new default. best regards, michael On 13.04.23 19:18, Matthias

Re: [DISCUSS] disable remote index extraction by default [NB18]

2023-04-13 Thread Matthias Bläsing
Hi, I don't think this is a good idea. If your disc is to small to hold the maven index there is a pretty good chance, that your setup is often broken. Quite frankly at work I never noticed NetBeans downloading the index, it is lost in the noice of normal operation. We will basicly loose all

[DISCUSS] disable remote index extraction by default [NB18]

2023-04-13 Thread Michael Bien
Hello devs, NB 18 will split the indexer setting into two check boxes, one for local indexing, one for remote index extraction, see screenshot: https://github.com/apache/netbeans/pull/5646 I propose to disable remote index extraction by default, until we solved some more of the issues at