openimsdk / open-im-server

IM Chat
https://openim.io
Apache License 2.0
14.09k stars 2.48k forks source link

[Deployment] Redis cluster startup error #2847

Open aningco opened 4 days ago

aningco commented 4 days ago

OpenIM Server Version

3.8.1

Operating System and CPU Architecture

Linux (ARM)

Deployment Method

Docker Deployment

Issue Description and Steps to Reproduce

  1. I have already set up a Redis cluster under docker environment in the servers 10.180.55.53, 10.180.55.54, 10.180.55.55 ,all these servers are in internal network. The Redis cluster mode is three master and three slave.

  2. Related config file, config/redis.yml as below

截图

3.The following errors occurred during the startup process

截图4

if anything wrong ,please give some advices,thanks!

Screenshots Link

No response

icey-yu commented 3 days ago

It is recommended to deploy the cluster using source code, not Docker.