Closed danilorsilva closed 3 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.
Making 0.2.0 the default in #25
Thanks!
I'm having this exact issue with the latest helm release that includes kocolosk/couchdb-search:0.2.0
Me too ...
Me too
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
.
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?