You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2021/03/05 15:11:11 UTC

[GitHub] [lucene-solr] dsmiley opened a new pull request #2458: SOLR-15215: SolrJ: Remove Netty dependency

dsmiley opened a new pull request #2458:
URL: https://github.com/apache/lucene-solr/pull/2458


   Netty is an *optional* dependency of Zookeeper; one must opt-in to use it.
   Netty remains a solr-core dependency transitively via Hadoop/HDFS.
   
   https://issues.apache.org/jira/browse/SOLR-15215


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene-solr] janhoy commented on pull request #2458: SOLR-15215: SolrJ: Remove Netty dependency

Posted by GitBox <gi...@apache.org>.
janhoy commented on pull request #2458:
URL: https://github.com/apache/lucene-solr/pull/2458#issuecomment-791505707


   I put them in https://issues.apache.org/jira/browse/SOLR-13665. And the reason was to enable secure connections with Zookeeper.
   * To be able to use secure solr-zk communication with SSL, netty libs are needed on client side
   * Solr hosts themselves use solrj to talk to zookeeper, so they need to be available on the host
   
   See https://issues.apache.org/jira/browse/SOLR-7893 for plans to document how to enable this. If netty is not shipped with Solr, then this needs to be a plugin. Actually I think this would make a good candidate for a package "solrj-zk-netty", which would simply contain the needed jar files and make them available to solrj, which can then talk SSL with Zookeeper.
   
   Problem with removing it before we have an alternative ready is that people already rely on it, see https://issues.apache.org/jira/browse/SOLR-14027 which is a bug report about Admin UI ZK screen not working when using SSL against Zookeeper.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org