epugh commented on code in PR #4684:
URL: https://github.com/apache/solr/pull/4684#discussion_r3684834976
##########
solr/core/src/java/org/apache/solr/cli/AuthTool.java:
##########
@@ -357,18 +438,19 @@ private void checkSecurityJsonExists(SolrZkClient
zkClient)
}
}
- private void clearSecurityJson(CommandLine cli, boolean
updateIncludeFileOnly) throws Exception {
+ private void clearSecurityJson(boolean updateIncludeFileOnly,
Callable<String> zkHostResolver)
Review Comment:
Does `Callable<String> zkHostResolver` work better than just `zkHost`?
Just wondering if we actually need a powerful "Callable"....
--
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]