Open estvincere opened 6 years ago
i can help you
Then how to fix it? Can you paste it
@sudoconf 可以把解决方法贴出来吗
@telnetor 顺着代码进去debug 下就知道了
@sudoconf 自己debug,那就不需要这里提issues了
@telnetor 留个联系方式,我加你
@sudoconf 我也碰到了这个问题 请问怎么解决
@sudoconf I got the same issue, any suggestion?
Fuck it.. I GDB it. To be simple you must setup a redis cluster named mymaster...
@estvincere Call me if you still don't know how to fix it.
redis cluster name is set/specified in marketprice and alertcenter configs.
@sudoconf 加我Q372737966
Hi Follow these step https://seanmcgary.com/posts/how-to-build-a-fault-tolerant-redis-cluster-with-sentinel/ download all the config https://github.com/seanmcgary/redis-cluster-example start one by one once it is started redis-cli -p 16382 sentinel get-master-addr-by-name redis-cluster will get these out put
1) "127.0.0.1" 2) "6382"
change marketprice config add below line "redis": { "name": "redis-cluster", "addr": [ "127.0.0.1:16382" ] },
@karthik2883 after change this config and running all 6 nodes in redis, but it doesn't work
"redis": {
"name": "redis-cluster",
"addr": [
"127.0.0.1:16382"
]
},
Hello. Very good software! All services are is up. Only one have error when start: marketprice.exe: init message fail: -356: Operation now in progress
Could you help - what I do wrong ?