Mongodb Replication 구성 시 Reconfig attempted to install a config that would change the implicit default write concern.. 장애 해결 방법Database2022. 2. 15. 22:43
Table of Contents
mongoDB PSA 구성으로 arbiter 추가 시 다음과 같은 장애 발생
MongoServerError: Reconfig attempted to install a config that would change the implicit default write concern.
Use the setDefaultRWConcern command to set a cluster-wide write concern and try the reconfig again.
장애 처리 방법
다음 명령어 실행 후 arbiter 노드 추가 명령어 실행
db.adminCommand({
setDefaultRWConcern : 1,
defaultWriteConcern: { w: 1 },
})
arbiter 노드 추가 명령어
rs.addArb("172.16.154.157:27017")
반응형
'Database' 카테고리의 다른 글
MariaDB 사용자 접근 권한 설정 (0) | 2022.12.27 |
---|---|
MongoDB 커넥션 상태 정보 확인 (0) | 2022.02.18 |
Mac OSX 환경에서 Monstache와 MongoDB 연동하기 (0) | 2022.02.04 |
org.apache.hadoop.hbase.TableNotFoundException: SYSTEM.CATALOG exception with phoenix 4.5.2 장애 해결 방법 (0) | 2019.09.16 |
Apache HBase + Phoenix 접속 시 localhost:16000 접속되는 경우 해결 방법 (0) | 2019.07.05 |
@kogun82 :: Ctrl+C&V 로 하는 프로그래밍
Korean BioInformation Center(KOBIC) Korea Research Institute of Bioscience & Biotechnology Address: #52 Eoeun-dong, Yuseong-gu, Deajeon, 305-806, KOREA +82-10-9936-2261 e-mail: kogun82@kribb.re.kr Blog: kogun82.tistory.com Homepage: www.kobic.re.kr
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!