This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224224 - A lot of warnings Huge amount of pending tasks in request processor
Summary: A lot of warnings Huge amount of pending tasks in request processor
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: PC All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
: 224212 224214 224566 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-12-26 09:36 UTC by Alexander Simon
Modified: 2013-01-09 10:23 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2012-12-26 09:36:54 UTC
Log contains a lot of messages:
WARNING [org.openide.util.RequestProcessor]: Huge amount (522) of pending tasks in Folder recognizer request processor
INFO [org.openide.util.RequestProcessor]:  202 occurences of org.openide.loaders.FolderList$ListTask
INFO [org.openide.util.RequestProcessor]:  320 occurences of org.openide.loaders.FolderList$1

IDE info:
>Log Session: Wednesday, December 26, 2012 11:42:43 AM MSK
>System Info: 
  Product Version         = NetBeans IDE Dev (Build 20121224-477a807c04ea) (#477a807c04ea)
  Operating System        = SunOS version 5.10 running on x86
  Java; VM; Vendor        = 1.6.0_37; Java HotSpot(TM) Client VM 20.12-b01; Sun Microsystems Inc.
  Runtime                 = Java(TM) SE Runtime Environment 1.6.0_37-b06
  Java Home               = /usr/jdk/instances/jdk1.6.0_37/jre
  System Locale; Encoding = en (nb); ISO646-US
  Home Directory          = /home/alsimon
Comment 1 Tomas Pavek 2013-01-02 17:03:26 UTC
A serious problem for JDev too.
Comment 2 Tomas Pavek 2013-01-02 17:08:35 UTC
In JDev the messages look like:

Jan 1, 2013 7:22:10 AM org.openide.util.RequestProcessor isNotHuge
WARNING: Huge amount (501) of pending tasks in Netigso Events request processor
Jan 1, 2013 7:22:10 AM org.openide.util.RequestProcessor isNotHuge
INFO:  501 occurences of org.netbeans.core.netigso.Netigso$1
Jan 1, 2013 7:22:10 AM org.openide.util.RequestProcessor isNotHuge
WARNING: Huge amount (501) of pending tasks in Netigso Events request processor
Jan 1, 2013 7:22:10 AM org.openide.util.RequestProcessor isNotHuge
INFO:  501 occurences of org.netbeans.core.netigso.Netigso$1
Comment 3 Jaroslav Tulach 2013-01-03 14:15:02 UTC
In case of Netigso and FolderChildren the huge amount of runnables is appropriate. They contain different data - in one case for different messages to print, in the other for different folders. Counting number of Runnable classes does not make much sense in these cases.

As I am unable to differentiate between these cases and the problematic case that initiated by investigation of the issue 223865 I suggest to backout: 1e328a630a9f
Comment 4 Jaroslav Tulach 2013-01-07 07:45:11 UTC
http://hg.netbeans.org/ergonomics/rev/c3d98b5a46d2
Comment 5 Alexander Simon 2013-01-07 08:20:08 UTC
*** Bug 224212 has been marked as a duplicate of this bug. ***
Comment 6 Jaroslav Tulach 2013-01-07 15:02:19 UTC
*** Bug 224566 has been marked as a duplicate of this bug. ***
Comment 7 Quality Engineering 2013-01-08 02:25:05 UTC
Integrated into 'main-golden', will be available in build *201301080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c3d98b5a46d2
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #224224: Backout of 1e328a630a9f as it is not reliable
Comment 8 Alexander Simon 2013-01-09 10:23:37 UTC
*** Bug 224214 has been marked as a duplicate of this bug. ***