mongodb 에서 rs.conf() 명령어에서 나오는 protocol version은 3.2부터 추가된 필드이다.
이전 버전은 아예 이 정보가 없다.
https://docs.mongodb.org/manual/reference/replica-configuration/
- protocolVersion
New in version 3.2.
Type: number
Default: 1 for new replica sets
Version of the replica set election protocol.
Set to 1 to enable the replication election enhancements introduced in MongoDB 3.2.
By default, new replica sets in MongoDB 3.2 use protocolVersion: 1. Previous versions of MongoDB use version 0 of the protocol and cannot run as members of a replica set configuration that specifies protocolVersion 1.
'mongodb' 카테고리의 다른 글
[mongodb] 버전 업그레이드 3.2.0 -> 3.2.10 (0) | 2016.10.24 |
---|---|
mongodb 3.2의 slave의 recovering 상태를 정상으로 복구시키기 (0) | 2016.10.21 |
mongodb 로그 분석 툴 설치 방법 (0) | 2016.01.26 |
[mongodb] collection의 스키마 보기 (0) | 2016.01.22 |
[mongodb] 3.0.6에서 3.2.0 업그레이드 (migration 3.0.6 to 3.2.0) (0) | 2015.12.30 |