Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.11.2
Description
Currently, when the type serializer is incompatible, you get exceptions like these:
StateMigrationException("For heap backends, the new namespace serializer must be compatible."); StateMigrationException("The new namespace serializer must be compatible."); StateMigrationException("For heap backends, the new state serializer must not be incompatible."); StateMigrationException("The new state serializer cannot be incompatible.") StateMigrationException("The new key serializer must be compatible.")
which are not really helpful to the user in debugging serializers.
Since we already have the old serializer (snapshot) and the new one available, we should add this detail to the exceptions for improved usability.
Attachments
Issue Links
- links to