Thanks Justin
This is one of the beasts in Solr
On Sat, Dec 31, 2022, 9:37 AM Justin Sweeney
wrote:
> Hi all,
>
> ZkStateReader (
>
> https://github.com/apache/solr/blob/main/solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java
> )
> is a complicated class with thousand
Still looking for a PR approval for the protobuf upgrade:
https://github.com/apache/solr/pull/1252
Hi all,
ZkStateReader (
https://github.com/apache/solr/blob/main/solr/solrj-zookeeper/src/java/org/apache/solr/common/cloud/ZkStateReader.java)
is a complicated class with thousands of lines and numerous inner classes.
This makes approaching this class overly complex. I was recently
investigating