Redis CLUSTER SET-CONFIG-EPOCH

Redis Cluster 教育
Redis Cluster Course
Redis 定期点検/技術支援
Redis Technical Support
Redis エンタープライズサーバ
Redis Enterprise Server

Redis CLUSTER SET-CONFIG-EPOCH

CLUSTER SET-CONFIG-EPOCH은 current epoch을 지정한 값으로 setting하는 명령이다.

이 문서는 버전 3.2.0을 기준으로 만들었습니다.

설명

This command sets a specific config epoch in a fresh node. It only works when:
수행 조건

  1. The nodes table of the node is empty.
    cluster nodes 명령으로 조회했을때 myself만 나와야 한다.
  2. The node current config epoch is zero.
    cluster info 명령으로 조회했을때 cluster_current_epcoh이 0 이어야 한다.

These prerequisites are needed since usually, manually altering the configuration epoch of a node is unsafe, we want to be sure that the node with the higher configuration epoch value (that is the last that failed over) wins over other nodes in claiming the hash slots ownership.

However there is an exception to this rule, and it is when a new cluster is created from scratch.   Redis Cluster config epoch collision resolution algorithm can deal with new nodes all configured with the same configuration at startup, but this process is slow and should be the exception, only to make sure that whatever happens, two more nodes eventually always move away from the state of having the same configuration epoch.

So, using CONFIG SET-CONFIG-EPOCH, when a new cluster is created, we can assign a different progressive configuration epoch to each node before joining the cluster together.

소스 코드

cluster.c


명령문

CLUSTER SET-CONFIG-EPOCH integer

  • 이 명령은 version 3.0.0 부터 사용할 수 있다.
  • 논리적 처리 소요시간은 O(1)이다.

Clients for Java Jedis, Lettuce
Clients for C Hiredis

<< CLUSTER SAVECONFIG CLUSTER SET-CONFIG-EPOCH CLUSTER READONLY >>

조회수 :

Email 返事がかかってなれば、メールでお知らせします。

혹시 처음이세요?
레디스게이트에는 레디스에 대한 많은 정보가 있습니다.
레디스 소개, 명령어, SQL, 클라이언트, 서버, 센티널, 클러스터 등이 있습니다.
혹시 필요한 정보를 찾기 어려우시면 redisgate@gmail.com로 메일 주세요.
제가 찾아서 알려드리겠습니다.
 
close
IP를 기반으로 보여집니다.