Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Linux
- vue.js
- 리눅스
- JPA
- Stream
- 친절한 SQL 튜닝
- 원격 브랜 삭제
- 리팩토링 2판
- 마이크로 서비스
- javascript case
- @Transactional Propagation
- @TransactionalEventListener
- intellij 즐겨찾기
- ksqldb
- Spring Cloud Netflix
- IntelliJ
- java
- aws
- findTopBy
- 자바 ORM 표준 JPA 프로그래밍
- multipart테스트
- intellij favorites
- git
- 자바 ORM 표준 JPA 프로그래밍 정리
- CompletableFuture
- intellij 핵심 단축키
- ksql
- HandlerMethodArgumentResolver
- #docker compose
- 백명석님
Archives
- Today
- Total
목록The MySQL server is running with the --read only option so it cannot execute this statement (1)
시그마 삽질==six 시그마
The MySQL server is running with the --read-only option so it cannot execute this statement
회사에서 DB Failover 테스트를 했다. 전환이 되었는데도 update 쿼리때 read only option 에러가 발생했다. The MySQL server is running with the --read-only option so it cannot execute this statement 처음에는 RDS 클러스터와 인스턴스 DB 파라미터 그룹 중 read-only 부분이 문제인줄 알고 '0'으로 수정을 해도 마찬가지였다. 알고보니 JVM이 DNS Name Lookups 캐시하고 있어서 변경된 ip를 읽어오지 못했던 것이었다. 자세한 설명은 요기 그리고 해결책은 요기 & 요기를 참조하자
프로그래밍/AWS
2020. 3. 8. 22:54