Table of Contents |
---|
bsr은 복제 데이타 생성을 식별하기 위해 생성 식별자bsr uses Generation Identifiers (GI, Generation Identifiers)를 사용합니다. 이것은 bsr 내부 메카니즘에서 아래와 같은 용도로 사용됩니다.
두 노드가 실제 클러스터의 멤버인지 결정할 때 (같은 클러스터 내의 노드가 아닌 우연한 연결에 대한 식별)
노드 간 백그라운드 재동기화의 방향을 결정할 때
전체 재동기화가 필요한지 혹은 부분 재동기화로 충분한지 결정할 때
스플릿 브레인(이하 SB)을 식별할 때
...
) to identify the generation of replication data. It is used in bsr internal mechanism for the following purposes.
When deciding whether two nodes are members of a same cluster (identification of accidental connections, not nodes in the same cluster)
When determining the direction of background resynchronization between nodes
When deciding whether full resynchronization is necessary or partial resynchronization
When identifying the split brain
Generation Identifiers
bsr은 다음의 경우에서 새로운 데이터 생성(Data Generation)이 시작되었음을 표시합니다.
...