Is there a way to disable lazy loading?

On Monday, November 26, 2012 11:38:47 PM UTC+2, ohad shai wrote:
>
> I have some views, but this happened on default view. the main page is on 
> the default view.
> Maybe there is a plugin involved?
>
>
> On Mon, Nov 26, 2012 at 8:03 PM, Jesse Glick <jgl...@cloudbees.com> wrote:
>
>> On 11/20/2012 08:41 AM, ohad shai wrote:
>>
>>> Handling GET / : …
>>>
>>>          at java.io.UnixFileSystem.**getBooleanAttributes0(Native 
>>> Method)
>>>          at java.io.UnixFileSystem.**getBooleanAttributes(**
>>> UnixFileSystem.java:228)
>>>          at java.io.File.isDirectory(File.**java:754)
>>>          at jenkins.model.lazy.**AbstractLazyLoadRunMap.load(**
>>> AbstractLazyLoadRunMap.java:**599)
>>>          at jenkins.model.lazy.**AbstractLazyLoadRunMap.search(**
>>> AbstractLazyLoadRunMap.java:**344)
>>>          at hudson.model.AbstractBuild.**getPreviousBuild(**
>>> AbstractBuild.java:207)
>>>          at hudson.model.AbstractBuild.**getPreviousBuild(**
>>> AbstractBuild.java:100)
>>>          at hudson.model.Job.**getLastFailedBuild(Job.java:**824)
>>>
>>
>> Looks like build lazy loading (1.485+) is not so lazy after all: 
>> something in your home screen is searching backwards through build records 
>> to find a failure, which implies loading build records that would otherwise 
>> have been left alone. Maybe you are using a special default view?
>>
>
>

Reply via email to