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 249194 - Server log file output is really slow
Summary: Server log file output is really slow
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 8.0.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-08 10:24 UTC by roben
Modified: 2014-12-08 10:24 UTC (History)
0 users

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 roben 2014-12-08 10:24:47 UTC
Selecting "View server log" for JBoss AS 7 works as expected but the log file is rolled back completely which is painfully slow (maybe 3-5 lines per second) even on a quad core i7 with PCI-SSD. I already limited the log file size to 2MB which really should not be a problem to process. It takes minutes until the end of the log file is reached. I noticed this being slow on glassfish, too, but it at least feels even slower for JBoss AS. When the log file is completely printed, the output is fast enough to keep up with the server logs during development. An option to skip the existing file content would also help if this can not be fixed (easily).