Skip to content

Introduce Environment variable for choosing serialisation - JDK or custom #4227

@Dhruvan1217

Description

@Dhruvan1217

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?

  • We can introduce an environment variable 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.
  • Maybe default value for USE_JDK_SERIALIZATION is false if we think the custom serialisation is faster.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesttriagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions