psalagnac opened a new pull request, #4415: URL: https://github.com/apache/solr/pull/4415
https://issues.apache.org/jira/browse/SOLR-18237 This removes the `char[]` array buffer when parsing collection state (and other Json data). Instead, the UTF8 decoding is done on the fly using JVM tolling (which I guess will be faster). By default, the JSON parser has an internal buffer of 8K. -- 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]
