Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 8.0.0
-
Fix Version/s: 8.0.1
-
Component/s: None
-
Security Level: Jimmy
-
Labels:None
Description
check the code TrackerImpl, line 300
Logger logger = LoggerFactory.getLogger(TrackerImpl.class);
It should be declared as static final to avoid being serialized.