Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] staging view and indexing quirks

On 03/08/2012 06:33 PM, Marc-Andre Laperle wrote:
> On the topic of indexing quirks, I also noticed that when building projects, a lot indexing jobs can be started for the same repo. Sometimes the extra ones get cancelled but sometimes they don't and it then takes forever for all of them to complete. Anyone else seeing that?

yeah, i'm seeing this too... sometimes. i have no idea whats the problem there yet, but i'll also try looking into it... maybe with some help?

regards,
Markus

> 
> Marc-Andre
> 
> On 08/03/2012 11:12 AM, Markus Duft wrote:
>> Hey!
>>
>> I have made a little change [1] to the staging view. Its still in a "pre-alpha" stage, so don't expect everything to be perfect. i just need some review and input whether i'm on the right track.
>>
>> the story behind the change is, that in our workspace (approx 600 projects with approx 6 million line of code) the re-indexing of the repo takes ages (speak ~1 minute on a fast machine). thus we want to as far as possible avoid re-indexing. the staging view now has it's own indexing job, which runs independently of the indexDiffCache update jobs (am i wrong here?). i want to get rid of this, so we can (finally) start using the staging view.
>>
>> [1] https://git.eclipse.org/r/#/c/5299/
>>
>> regards, and thanks for the input in advance :D
>> Markus
>> _______________________________________________
>> egit-dev mailing list
>> egit-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/egit-dev
> 
> _______________________________________________
> egit-dev mailing list
> egit-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/egit-dev


Back to the top