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 | 31 |
Tags
- setPriority(NotificationCompat.PRIORITY_HIGH)
- 알림 우선순위
- NotificationCompat.Builder
- 펜딩인텐트
- setDefaults(NotificationCompat.DEFAULT_ALL)
- notifications
- 안드로이드 알림 예제
- notification channel
- 버전별 관리
- setContentIntent
- notification manager
- android notification 예제
- 안드로이드 알림채널
- 안드로이드 알림
- Pending Intent
- 알림 인텐트
Archives
- Today
- Total
공부용 블로그
percona 테스트 진행 중 오류 본문
오류 메세지
cannot create poolableConnectionFactory(Could not connect to 192.168.0.62:3306 : unexpected end of stream. read 0 bytes from 4 (socket was closed by server))
해결 시도 방법
1. mysql > show global variables like 'skip_name_resolve';
2. 쓰레드와 시간 조절
- 믹스(select, update는 like)로 쓰레드 1000개 1분 요청시 오류발생
- 믹스로 쓰레드 100개 1분은 잘돌아감
- 셀렉트문만 쓰레드 1000개 1분도 잘돌아감
- 업데이트(쿼리 like에서 where vod_no으로 변경)만 쓰레드 1000개 1분시 같은 오류
- 업데이트(쿼리 like)만 쓰레드 1000개 1분시 같은 오류
- 업데이트(쿼리 like)만 쓰레드 100개 할때 잘돌아감.
=> 쿼리가 한개이건 믹스이건 쓰레드 천개이상일때 오류발생
=> mysql도 같은 문제가 발생하는지 확인필요, jdbc 드라이버 버전 확인해보기
오류메세지 해결방법 참고 woowabros.github.io/experience/2017/01/20/billing-event.html
'설계 > RDBMS' 카테고리의 다른 글
row-oriented/ column-oriented database (0) | 2018.12.11 |
---|---|
RDBMS 벤치마크 서버컴 환경세팅 (mysql 5.7) (0) | 2018.12.09 |
percona 설치 및 jmeter 세팅 / ubuntu 16.04 (0) | 2018.12.08 |
mysql 8.0 설치 / ubuntu 16.04 (0) | 2018.12.07 |
mysql 명령어 모음 (0) | 2018.12.02 |