Re: Refactoring ZkStateReader

2022-12-30 Thread Noble Paul
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

Re: Solr 9.1.1 bugfix release

2022-12-30 Thread David Smiley
Still looking for a PR approval for the protobuf upgrade: https://github.com/apache/solr/pull/1252

Refactoring ZkStateReader

2022-12-30 Thread Justin Sweeney
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