UPDATE: objects not being written to bucket [CLOSED]
Running membase cluster with 2 servers: win server 2008 r2 64-bit
We have mixed buckets: 1 membase, 4 memcached. I had written code with the Enyim client to write to the memcached buckets on my local env (win 7 64-bit, membase cluster with 1 server, same bucket configuration). I then deployed the code to the env that talked to the membase cluster with 2 servers. In this env, no objects get written to the memcached buckets. The membase configuration is the same, there are just 2 servers in this cluster. Not sure how to troubleshoot the issue with membase since I see no activity in the web ui.
Additional note, the membase bucket gets written to correctly in both envs (1 server cluster and 2 server cluster). I checked all of the ports in both envs and they are all open (I am able to telnet to them).
Any help will be greatly appreciated.
Update 7/28/2011: This turned out to be an environmental issue on our side. Membase was setup properly and everything is working now.