AntonShuvaev / elasticsearch4idea

Elasticsearch Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/14512-elasticsearch
59 stars 8 forks source link

Multi node connection doesn't seem to work #43

Closed cakarlen closed 3 years ago

cakarlen commented 3 years ago

I have a 3 data node ES cluster with my configuration looking like this:

image

If I take the first node offline in the URL list, I cannot communicate with ES by doubling clicking on my cluster or by manually refreshing until I cut+paste the "down" data node and put it last in the list (which will make it check the next node in the list).

AntonShuvaev commented 3 years ago

Hi! The problem was probably because of a missing connection timeout. I have added configuration for connection timeout and set 5 seconds by default. The fix will be released soon.

AntonShuvaev commented 3 years ago

Fixed in 1.5.1. Could you please check that connection to multiple nodes is working as expected?

cakarlen commented 3 years ago

Seems to work! Thank you for your help.