I was very excited about the Windows 10 Anniversary Update (AU), mainly because of the new Bash on Ubuntu on Windows stuff! My experience has been generally positive, but with any major upgrade comes risk. I ran into a couple of problems. One of them was with some missing DLL files, not related to Couchbase Server. But the other one is related to Couchbase Server. Short story: weāre aware, and weāre working on it.
Longer Story
Couchbase Server uses a tool called TCMalloc, which is part of gperftools (originally called Google Performance Tools).
Based on my limited understanding of low-level programming, somewhere in TCMalloc, there is some code being called thatās not technically part of the public interface.
Windows 10 Anniversary Update comes along, and suddenly that piece of code doesnāt work like itās supposed to anymore. This causes the memcached portion of Couchbase to crash over and over. Whoops. Couchbase engineers are hard at work on this issue, and I would expect this to be fixed soon.
If youāre interested in tracking this issue more, here are some places to go for more information:
Recommendations
In the meantime, if you are using Couchbase Server on Windows 10, here are some recommendations:
- Hold off on upgrading to AU
- Or use a VM or Windows Azure instance to develop
- Or use another machine on your local network (this is what Iām doing)
- Or it may be possible to back off of the AU update.
And keep an eye on MB-20519 to watch the progess.
Follow me on Twitter if youād like to keep in the loop on the latest with Couchbase, .NET, and Windows!