Introduce Environment variable for choosing serialisation - JDK or custom #4227
Labels
enhancement
New feature or request
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Is your feature request related to a problem?
Currently, In some cases, users are having problems (#4085) while upgrading from 2.10 to 2.11+ where it switches the serialisation to custom serialisation technique (Ref: #2780) and have shard allocation issues.
What solution would you like?
USE_JDK_SERIALIZATION=true
(Boolean) to allow the users to choose what serialisation they want to choose until all the corner cases are sorted for using custom serialisation.USE_JDK_SERIALIZATION
is false if we think the custom serialisation is faster.The text was updated successfully, but these errors were encountered: