Description
When the useUnsafeOverseerResponse=true option introduced in SOLR-14095 is used, the serialized OverseerSolrResponse has a different serialVersionUID to earlier versions, making it backwards-incompatible.
https://github.com/apache/lucene-solr/pull/1210 forces the serialVersionUID to its old value, so old and new nodes become compatible.
Attachments
Issue Links
- is caused by
-
SOLR-14095 Replace Java serialization with Javabin in Overseer operations
- Closed
- links to