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 224144 - FileStatusCache creates too many Runnables waiting for execution
Summary: FileStatusCache creates too many Runnables waiting for execution
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 17:30 UTC by Ondrej Vrabec
Modified: 2012-12-23 03:07 UTC (History)
1 user (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 Ondrej Vrabec 2012-12-21 17:30:13 UTC
the messages log is full of:
WARNING [org.openide.util.RequestProcessor]: Huge amount (866) of pending tasks in Git.cache request processor
INFO [org.openide.util.RequestProcessor]:  866 occurences of org.netbeans.modules.git.FileStatusCache$3

see bug #224114
Comment 1 Ondrej Vrabec 2012-12-21 19:32:22 UTC
fix: core-main #813e9f7d1234
Comment 2 Quality Engineering 2012-12-23 03:07:48 UTC
Integrated into 'main-golden', will be available in build *201212230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/813e9f7d1234
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #224144 - FileStatusCache creates too many Runnables waiting for execution