joshgog commented on PR #1144: URL: https://github.com/apache/solr/pull/1144#issuecomment-1297404759
Accessing Zookeeper status gives me the following error. I'm still debugging the error ``` SEVERE: An I/O error has occurred while writing a response message entity to the container output stream. org.glassfish.jersey.server.internal.process.MappableException: com.fasterxml.jackson.databind.JsonMappingException: Infinite recursion (StackOverflowError) (through reference chain: org.apache.solr.handler.admin.api.ZookeeperAPI$ZookeeperStatus["zookeeperStatus"]->org.apache.solr.common.util.NamedList["immutableCopy"]->org.apache.solr.common.util.NamedList["immutableCopy"]->org.apache.solr.common.util.NamedList["immutableCopy"]->org.apache.solr.common.util.NamedList["immutableCopy"]->org.apache.solr.common.util.NamedList["immutableCopy"]- ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
