David Smiley created SOLR-15445: ----------------------------------- Summary: ManagedResourceStorage should use ConfigSetService more to not assume ZK Key: SOLR-15445 URL: https://issues.apache.org/jira/browse/SOLR-15445 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Reporter: David Smiley
ManagedResourceStorage ought to be refactored and simplified to use the ConfigSetService abstraction, which has increased in scope in 9.0. Today it makes assumptions about the layout of ZooKeeper, and may not work well if someone is using a custom ConfigSetService. This would probably come down to removing two subclasses of StorageIO and replacing with one ConfigSetService one. CSS may need another method or two. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org