Off late in our JEE Web application tests we observed Negative GC in the JBoss GC logs. After some reading we found that the clock of the Servers were not properly Synched up using Network time Protocol.
Possibly the time of the server had gone out of synch and NTP kicked in and corrected the time before GC finished. Note the values in the first column indicating the number of seconds
from the JVM at which the GC ran. It also shows a similar trend. After
8175 seconds it shows 8137 seconds.
No comments:
Post a Comment