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