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 74526 - Log output is not flushed periodically
Summary: Log output is not flushed periodically
Status: RESOLVED DUPLICATE of bug 74507
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION
: 74538 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-06 16:45 UTC by _ rkubacki
Modified: 2008-12-22 20:52 UTC (History)
2 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 _ rkubacki 2006-04-06 16:45:16 UTC
The output from ErrorManager was sent into log file and flushed periodically
(after several seconds). Now we delegate to JDK logging that uses buffered file
output stream and does not perform any explicit flushing. 

This is a difference from previous behaviour OTOH I am not sure how much we need
to have uptodate content in log. Mabe that the answer is to use different log
handler with more accurate feedback.
Comment 1 Martin Krauskopf 2006-04-07 07:38:24 UTC
This is regression from the module's point of view(?). Also see the WARNING
message in the dupe if it relates somehow. 
Comment 2 Martin Krauskopf 2006-04-07 07:39:17 UTC
*** Issue 74538 has been marked as a duplicate of this issue. ***
Comment 3 Jaroslav Tulach 2006-04-07 08:39:26 UTC

*** This issue has been marked as a duplicate of 74507 ***