Yang Xiufeng

Results 90 comments of Yang Xiufeng

make sure mannually that basename of link src and targe should be the same, otherwise beansdb can not start.

1. 027.data -> 028 may happen only when GC(optimize) the last data file. 2. this link check on start is mainly used for multi-disk, if it bothers you, for now,...

配置文件要明确指定每个bucket有哪几个后端(一般3个)

不好意思,我看错了,没注意是AutoScheduler

所有proxy的配置文件是一样的

proxy根据key做hash,决定写哪个bucket(0-f),每个bucket的三个后端都会被写,写成功W个就认为写成功。

0 - F means bucket id; ‘-’ means it is a buckup node(will be written if fail to write one of the primary ) e.g. 127.0.0.1:7900 0 1 2 -B...

the example.yaml is not complete. this is a better example: ``` buckets: 16 errorlog: /log/beansproxy/beansproxy_error.log listen: 0.0.0.0 n: 3 w: 2 r: 1 port: 7705 proxies: - 192.168.1.7:7905 - 192.168.1.8:7905...

the key point is each bucket should have at least n backends( the "servers" section).