[ https://issues.apache.org/jira/browse/SOLR-12605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16563006#comment-16563006 ]
Cao Manh Dat commented on SOLR-12605: ------------------------------------- Attached a patch for this ticket. The replacement seems good, tests seem happy with the changes. There are several things should be handled in other issues * Rolling update is not possible since Http2SolrClient can't talk to old Solr node (because of https://github.com/eclipse/jetty.project/issues/1308). * In the past, all the updates are sent in a single stream from the leader, the replica will create a single thread to parse all the updates. For the simplicity of this ticket, the replica will parse updates in different threads. > SolrCmdDistributor uses Http2SolrClient > --------------------------------------- > > Key: SOLR-12605 > URL: https://issues.apache.org/jira/browse/SOLR-12605 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public) > Components: http2 > Reporter: Cao Manh Dat > Assignee: Cao Manh Dat > Priority: Major > Attachments: SOLR-12605.patch > > > This issues will aim to replace the usages of {{StreamingsSolrClients}} and > {{ConcurrentUpdateSolrClient}} by {{Http2SolrClient}}. Basically by doing > this, the communications between replicas will use http2. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org