embulk / embulk-output-elasticsearch

Apache License 2.0
32 stars 26 forks source link

org.embulk.exec.PartialExecutionException: java.lang.RuntimeException: java.util.concurrent.ExecutionException: java.nio.channels.ClosedChannelException #64

Open adrianovieira opened 3 years ago

adrianovieira commented 3 years ago

This error occurs after importing some data to elasticsearch

hiroyuki-sato commented 3 years ago

Hello, @adrianovieira

I'm not familiar with much Elasticsearch. Could you tell me the following?

Best regards.

adrianovieira commented 3 years ago

Hello, @adrianovieira

I'm not familiar with much Elasticsearch. Could you tell me the following?

  • Did you import your certificate into the JVM environment? (i.e use keytool.)

yes, I did it (if I hadn't done, the issue would be a certificate related).

  • Have you ever tried import without SSL

yes, on a "single-node" lab cluster! but it doesn't work for the production cluster which has more than one node and is over SSL.

I would like to know whether this issue relates to SSL or not.

Best regards.

hiroyuki-sato commented 3 years ago

Hello, @adrianovieira Thank you for your reply.

  1. I'll try to create the same environment. I'll appreciate it if you send me the reproduce configuration of the elasticsearch.
  2. Multiple clusters without SSL worked fine. Correct?