Connecting to memcache bucket needs to be done with MemcachedClient in 2.8?
If so, there is no support for vBucket awareness? We can only use moxi?
This in response to this:
he KeyServer constructor java.lang.NullPointerException Msg:null
net.spy.memcached.MembaseClient.(MembaseClient.java:149)
net.spy.memcached.MembaseClient.(MembaseClient.java:118)
net.spy.memcached.MembaseClient.(MembaseClient.java:70)
line 149: super(cf, AddrUtil.getAddresses(cf.getVBucketConfig().getServers()));
I'm a little lazy to figure why this is happening right now since I dont really need Memcache and I can't build on Windows (because of the .sh file) and hate using vi and too lazy to upload/download every minute to debug atm. If you know why this is happening, would be nice to know.
Update: MembaseClient is reading the configuration for the memcache bucket and authenticating it properly (setting an incorrect password causes a ConfigurationException and a 401 code with the pool). I notice that that json for the memcache bucket doesn't include a vbucket table. Does memcache not have vbuckets?
Bump