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
- javascript case
- ksql
- 리팩토링 2판
- IntelliJ
- HandlerMethodArgumentResolver
- multipart테스트
- Spring Cloud Netflix
- intellij 핵심 단축키
- intellij favorites
- CompletableFuture
- 원격 브랜 삭제
- java
- intellij 즐겨찾기
- JPA
- #docker compose
- aws
- 백명석님
- ksqldb
- 친절한 SQL 튜닝
- 자바 ORM 표준 JPA 프로그래밍 정리
- findTopBy
- 마이크로 서비스
- vue.js
- @TransactionalEventListener
- Stream
- 리눅스
- Linux
- @Transactional Propagation
- 자바 ORM 표준 JPA 프로그래밍
- git
Archives
- Today
- Total
시그마 삽질==six 시그마
The MySQL server is running with the --read-only option so it cannot execute this statement 본문
프로그래밍/AWS
The MySQL server is running with the --read-only option so it cannot execute this statement
Ethan Matthew Hunt 2020. 3. 8. 22:54회사에서 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' 카테고리의 다른 글
Cloudfront Access-Control-Allow-Origin 오류 (0) | 2020.03.16 |
---|---|
CDN SSL Expired (0) | 2020.03.03 |
amazonaws.services.sns 오류들 (0) | 2020.03.01 |
AmazonSNSException: Throttling (0) | 2020.03.01 |
Comments