Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.1
-
Reviewed
Description
The LogMutation class doesn't have its serialVersionUID defined as a private final static constant hence the compiler generates one for it. Upon every logMutation call, the existing logMutation objects are collected from the chosen config store and deserialized, but if a new/different RM jar loads these and the serialVersionUIDs don't match (for example a different compiler generated a different ID) an InvalidClassException occurs.
Attachments
Issue Links
- is depended upon by
-
HADOOP-18198 Release Hadoop 3.3.3: hadoop-3.3.2 with some fixes
- Resolved
- links to
(1 links to)