Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Incompatible change, Reviewed
-
Previously, CallerContext was constructed by a builder. In this new pattern, the constructor is private so that caller context will always be constructed by a builder.
Description
Currently CallerContext is constructed by a builder. In this pattern, the constructor should be private so that caller context should always be constructed by a builder. This is an omission of the initial effort.
See Mingliang's comments in YARN-4349.