Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
4.0.7, 4.1-beta1, 4.1, 5.0-alpha1, 5.0
-
None
-
Degradation - Other Exception
-
Low
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
During node replacement, schema pulls in the MigrationCoordinator can have null values on the following:
final String releaseVersion = state.getApplicationState(ApplicationState.RELEASE_VERSION).value;
We can NPE out right now in certain edge cases.