我正在使用 Couchbase server 2.0 beta 并尝试推送 JSON 文档并失败。检查客户端日志时,我发现我遇到了异常...
2012-11-06 12:02:29,812 [22] 错误 Couchbase.CouchbasePool [(null)] <(null)> - 无法初始化池。System.ArgumentException:桶数必须是 2 的幂!在 Enyim.Caching.Memcached.VBucketNodeLocator..ctor(String hashAlgorithm, VBucket[] buckets) 在 Couchbase.CouchbasePool.InitVBucket(ClusterConfig config, ISaslAuthenticationProvider auth) 在 Couchbase.CouchbasePool.ReconfigurePool(ClusterConfig config)
不知道怎么回事,有大神能指点一下吗?我尝试将存储桶大小更改为 2048,但没有成功。