1

I have setup membase server on AWS EC2 instance. I security groups I have opened all ports for client's IP address. When I access it through telnet (using port 11211) I get following error

membase SERVER_ERROR proxy write to downstream

But when I change settings in security group to allow access to everyone(0.0.0.0/0) rather than specific IP, it works fine.

In first case client have access to membase server, thats why it connects using telnet, but gives error for queries.

I can not leave all ports open for everyone. Please help to solve this.

hridayesh
  • 1,123
  • 1
  • 14
  • 36
  • I solved this by my own. Actually in my membase cluster setup, due to my security settings one node on cluster was not able to communicate with other. I have opened ports for other nodes then it worked. – hridayesh Jun 01 '12 at 11:02

2 Answers2

0

I solved this by my own. Actually in my membase cluster setup, due to my security settings one node on cluster was not able to communicate with other. I have opened ports for other nodes then it worked.

hridayesh
  • 1,123
  • 1
  • 14
  • 36
0

I've had a similar problem on a one-node Couchbase.

I've run kill -TERM against the PID of the process serving the affected bucket. Couchbase restarted the killed process and things started working normally.

I guess full restart would fix it too.

Jakov Sosic
  • 340
  • 4
  • 9