dsmiley commented on code in PR #4905:
URL: https://github.com/apache/solr/pull/4905#discussion_r3991669039
##########
solr/core/src/java/org/apache/solr/cloud/ZkController.java:
##########
@@ -401,6 +401,11 @@ public ZkController(
assert ObjectReleaseTracker.track(this);
}
+ public Compressor createCompressor() {
Review Comment:
why not just eagerly create it in ZkController, and then we merely expose
with a getter?
--
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]