[ 
https://issues.apache.org/jira/browse/NUTCH-2903?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17471234#comment-17471234
 ] 

ASF GitHub Bot commented on NUTCH-2903:
---------------------------------------

lewismc edited a comment on pull request #703:
URL: https://github.com/apache/nutch/pull/703#issuecomment-1008159052


   +1 @sebastian-nagel tested on ES 7.13 to match the plugin High Level REST 
Client dependency version.
   I will note here that the High Level REST Client was deprecated in ES 7.15.0 
in favor of the [Java API 
Client](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/index.html).
 This is to say that we will most likely wish to migrate to that version 
sometime in the future. We are moving to OpenSearch so this is not a real 
priority for me. I will most likely start work on an `indexer-opensearch` 
plugin before I touch `indexer-elasticsearch` again.


-- 
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: dev-unsubscr...@nutch.apache.org

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


> Unable to Connect to Elasticsearch over HTTPS
> ---------------------------------------------
>
>                 Key: NUTCH-2903
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2903
>             Project: Nutch
>          Issue Type: Improvement
>          Components: indexer
>    Affects Versions: 1.18
>            Reporter: Geng Hong
>            Assignee: Sebastian Nagel
>            Priority: Major
>             Fix For: 1.19
>
>
> Unable to connect ES from Nutch over HTTPS with the following error message:
>  
>  2021-11-16 16:37:22,034 DEBUG client.RestClient - request [POST 
>  http://192.168.0.105:9200/_bulk?timeout=1m] failed
>  org.apache.http.ConnectionClosedException: Connection is closed
>          at
>  org.apache.http.nio.protocol.HttpAsyncRequestExecutor.endOfInput(HttpA
>  syncRequestExecutor.java:356)
>  
>          at
>  org.apache.http.impl.nio.client.InternalRequestExecutor.endOfInput(Int
>  ernalRequestExecutor.java:132)
>  
>          at
>  org.apache.http.impl.nio.DefaultNHttpClientConnection.consumeInput(Def
>  aultNHttpClientConnection.java:261)
>  
>          at
>  org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(Intern
>  alIODispatch.java:81)
>  
>          at
>  org.apache.http.impl.nio.client.InternalIODispatch.onInputReady(Intern
>  alIODispatch.java:39)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractIODispatch.inputReady(Abstrac
>  tIODispatch.java:114)
>  
>          at
>  org.apache.http.impl.nio.reactor.BaseIOReactor.readable(BaseIOReactor.
>  java:162)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvent(Abstra
>  ctIOReactor.java:337)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractIOReactor.processEvents(Abstr
>  actIOReactor.java:315)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractIOReactor.execute(AbstractIOR
>  eactor.java:276)
>  
>          at
>  org.apache.http.impl.nio.reactor.BaseIOReactor.execute(BaseIOReactor.j
>  ava:104)
>  
>          at
>  org.apache.http.impl.nio.reactor.AbstractMultiworkerIOReactor$Worker.r
>  un(AbstractMultiworkerIOReactor.java:591)
>  
>          at java.lang.Thread.run(Thread.java:748)
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to