Jdurham2843 commented on PR #1471:
URL: https://github.com/apache/solr/pull/1471#issuecomment-1499878548

   I'm doing a little digging into this serialization issue, and it looks like 
we are hitting the else block (line 108) of 
org.apache.solr.common.util.TextWriter when trying to write 
CollectionSnapshotMetadata. From looking at the code leading up to this point, 
I'm starting to think that the JSON message writer for the V1 API assumes that 
any "objects" it sees are NamedLists or SimpleOrderedMaps. I'm not sure if 
that's correct or not, but that's my current assumption


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to