Redis 클 러 스 터 오류 보고 JedisClusterMaxRedirections 예외: 너무 많은 클 러 스 터 리 디 렉 션?

[더 많은 정보 및 자료 획득, 위 챗 공식 번호 주목: 얕 은 취 JAVA]
인터넷 에는 이런 문제 해결 방안 이 많 지만 내 가 테스트 할 때 이 문 제 를 해결 할 수 없다.
긴 고통 끝 에 문제 의 소 재 를 찾 아 기록 해 보 자.
오류 보고:
redis.clients.jedis.exceptions.JedisClusterMaxRedirectionsException:Too many Cluster redirections?  
원인:
redis. conf 파일 을 설정 할 때 bind 127.0.0.1 설명 을 하지 않 았 습 니 다.
해결 방법:
bind 127.0.0.1 주석 을 지우 고 다시 시작 하면 됩 니 다.
재 부팅 후에 도 사용 할 수 없다 면.노드 에 대응 하 는 파일 을 삭제 하고 노드 를 다시 시작 하 며 클 러 스 터 를 다시 조작 하 는 것 을 고려 할 수 있 습 니 다.
dump_port.rdb
nodes- port.conf
appendonly-port.aof (   AOF       ,    )

이 세 개의 서 류 는 어디 에 있 습 니까?
  • 클 러 스 터 를 조작 하 는 폴 더 를 옮 겨 다 니 면 해당 하 는 rdb 와 conf 파일 이 더 많은 것 을 발견 할 수 있 습 니 다.
  • [root@localhost redis_cluster]# /usr/redis2/redis-5.0.0/src/redis-cli --cluster create 192.168.153.136:7100 192.168.153.136:7200 192.168.153.136:7300 192.168.153.136:7400 192.168.153.136:7500 192.168.153.136:7600 --cluster-replicas 1

    [root@localhost redis_cluster]# /usr/redis2/redis-5.0.0/src/redis-cli --cluster create 192.168.153.136:7100 192.168.153.136:7200 192.168.153.136:7300 192.168.153.136:7400 192.168.153.136:7500 192.168.153.136:7600 --cluster-replicas 1
    위 와 같이, 나 는 rediscluster 폴 더 에서 진행 되 는 작업 이 므 로 rediscluster, 그들 을 찾 았 다.
    [root@localhost redis_cluster]# ll
    total 48
    drwxr-xr-x 2 root root  24 Jan 15 11:32 7100
    drwxr-xr-x 2 root root  24 Jan 15 11:33 7200
    drwxr-xr-x 2 root root  24 Jan 15 11:37 7300
    drwxr-xr-x 2 root root  24 Jan 15 11:38 7400
    drwxr-xr-x 2 root root  24 Jan 15 11:40 7500
    drwxr-xr-x 2 root root  24 Jan 15 11:41 7600
    -rw-r--r-- 1 root root 175 Jan 15 11:44 dump_7100.rdb
    -rw-r--r-- 1 root root 175 Jan 15 11:44 dump_7200.rdb
    -rw-r--r-- 1 root root 175 Jan 15 11:44 dump_7300.rdb
    -rw-r--r-- 1 root root 175 Jan 15 11:44 dump_7400.rdb
    -rw-r--r-- 1 root root 175 Jan 15 11:44 dump_7500.rdb
    -rw-r--r-- 1 root root 175 Jan 15 11:44 dump_7600.rdb
    -rw-r--r-- 1 root root 817 Jan 15 11:44 nodes-7100.conf
    -rw-r--r-- 1 root root 817 Jan 15 11:44 nodes-7200.conf
    -rw-r--r-- 1 root root 817 Jan 15 11:44 nodes-7300.conf
    -rw-r--r-- 1 root root 817 Jan 15 11:44 nodes-7400.conf
    -rw-r--r-- 1 root root 817 Jan 15 11:44 nodes-7500.conf
    -rw-r--r-- 1 root root 817 Jan 15 11:44 nodes-7600.conf

    [더 많은 정보 및 자료 획득, 위 챗 공식 번호 주목: 얕 은 취 JAVA]

    좋은 웹페이지 즐겨찾기