apache / couchdb-helm

Apache CouchDB Helm Chart
https://couchdb.apache.org/
Apache License 2.0
49 stars 64 forks source link

Problem with enableSearch=True (Could not connect to the Clouseau Java service) #33

Closed danilorsilva closed 3 years ago

danilorsilva commented 4 years ago

I have installed couchdb using helm chart with enableSearch=True.

But when i try to use this feature i have the error below:

{"error":"ou_est_clouseau","reason":"Could not connect to the Clouseau Java service at clouseau@127.0.0.1"}

On couchdb container: [error] 2020-06-25T00:26:58.145625Z couchdb@couchdb-couchdb-0.couchdb-couchdb.xxxxx.svc.cluster.local <0.7163.148> -------- 'couchdb@couchdb-couchdb-0.couchdb-couchdb.xxx.svc.cluster.local': Connection attempt to node 'clouseau@127.0.0.1' aborted since it cannot handle ["UTF8_ATOMS"].

On clouseau container: 2020-06-25 00:25:06,578 scalang.node.ServerHandshakeHandler [ERROR] Channel closed during handshake 2020-06-25 00:25:06,579 scalang.node.ErlangHandler [DEBUG] handler message HandshakeFailed('couchdb@couchdb-couchdb-0.couchdb-couchdb.xxxx.svc.cluster.local) 2020-06-25 00:25:06,580 scalang.node.ErlangHandler [INFO] channel disconnected org.jboss.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext@41840958 [id: 0x547d090e, /127.0.0.1:36385 :> /127.0.0.1:46791] DISCONNECTED. peer: null

Anyone can help me?

danilorsilva commented 4 years ago

I replace:

searchImage: repository: kocolosk/couchdb-search tag: 0.1.2

for

searchImage: repository: kocolosk/couchdb-search tag: 0.2.0

and it works.

kocolosk commented 4 years ago

Making 0.2.0 the default in #25

danilorsilva commented 3 years ago

Thanks!

egimbernat commented 2 years ago

I'm having this exact issue with the latest helm release that includes kocolosk/couchdb-search:0.2.0

roberth1988 commented 2 years ago

Me too ...

cherrycharan commented 2 years ago

Me too

lmorandini commented 1 year ago

Same here, but with kocolosk/couchdb-search:0.2.0 on Helm Chart 3.5.1 and 3.6.1 (CouchDB 3.2.1). However, Clouseau worked fine with chart 3.3.4 (CouchDB 3.1.0) and the same Clouseau image kocolosk/couchdb-search:0.2.0.