beanseye icon indicating copy to clipboard operation
beanseye copied to clipboard

Proxy and monitor for beansdb in Go

Results 9 beanseye issues
Sort by recently updated
recently updated
newest added

[root@localhost beanseye]# make go get github.com/douban/goyaml # github.com/douban/goyaml src/github.com/douban/goyaml/decode.go: 在函数‘_cgo_bec77eaae85a_Cfunc_event_alias’中: src/github.com/douban/goyaml/decode.go:36: 错误:expected specifier-qualifier-list before ‘

go version go version go1.4 darwin/amd64 panic: runtime error: index out of range goroutine 18 [running]: memcache.(*ManualScheduler).try_reward(0xc208084d00) /Users/kenneth/beanseye/src/memcache/schedule.go:244 +0x905 memcache.func·009() /Users/kenneth/beanseye/src/memcache/schedule.go:208 +0x34 created by memcache.NewManualScheduler /Users/kenneth/beanseye/src/memcache/schedule.go:211 +0x9b3 goroutine 1 [runnable]:...

代码里面好像默认直接写死了用16个bucket,bucket的分布是根据key的hash来确定,有办法手动指定bucket分布不? 如果现在有4台beansdb,N=2, W=3。然后其中一台机器挂掉了(这台机器数据全部丢失),如何能恢复这台机器?我知道应该是可以通过其他的机器恢复数据,不知道有没有现成的方法,还是直接把其他所有的数据都同步一份过来? 还有如果现在用了4台beansdb,想再加一台beansdb,现有在使用一致性hash基础上,该如何做? 在beansdb机器数目发生改变的时候,是通过什么方法来保证数据的备份数(即N是配置文件里面设置的数目)?

Hi, I'm sorry to ask you again. I have ask some questions about the yaml file . But there are also some questions about the yaml conf file . About...

1. error info : eyes@eyes-H55M-S2:~/beanseye$ sudo ./bin/proxy -conf conf/conf.yaml -basepath /home/eyes/beanseye panic: runtime error: index out of range goroutine 19 [running]: runtime.panic(0x6de3c0, 0xc74117) /usr/lib/go/src/pkg/runtime/panic.c:266 +0xb6 memcache.(*ManualScheduler).try_reward(0xc2100d5080) /home/eyes/beanseye/src/memcache/schedule.go:244 +0x6ab memcache.func·009() /home/eyes/beanseye/src/memcache/schedule.go:208...

Hi, I have know that the beanseye is using yaml config file after your reply , and thanks very much. We will use beanseye and beansdb in our project. So...

Hi, we are using beansdb and beanseye. I found that there are 2 file under conf dir. Which one should I use when stating the server? example.ini or example.yaml? What's...

配置:N=3,W=2,32个节点。 现有的算法似乎会导致数据都分布在前三个节点,而后面的节点一点数据都没有,因为在初始化buckets时,每个bucket的节点列表顺序都是一样的。我测试的结果如下图所示,另外,图中除了bucket 12列标题显示warning对应的颜色,其它的bucket都显示为invalid对应的颜色。 ![image](https://cloud.githubusercontent.com/assets/674410/5043565/cce25384-6c21-11e4-9fb4-31a4375e861b.png)