Linux - offline(CentOS 7)/MySQL, MariaDB, Galera
mysql 'The table is full', error code : 1114
기억력이 점점 나빠진다
2020. 8. 18. 16:29
반응형
2020-08-17 14:01:03 2 [ERROR] InnoDB: preallocating 32505856 bytes for file [DB파일명(ibd파일)]
failed with error 28
2020-08-17 14:01:03 2 [ERROR] mysqld: The table '[테이블명]' is full
2020-08-17 14:01:03 2 [ERROR] Slave SQL: Could not execute Write_rows_v1 event on
table [테이블명];
The table '[테이블명]' is full, Error_code: 1114; handler error HA_ERR_RECORD_FILE_FULL;
the event's master log FIRST, end_log_pos 5126, Internal MariaDB error code: 1114
mysql DB파일(ibd파일)에 문제가 생긴 듯 하다
해당 테이블은 1분마다 측정된 데이터를 쌓는 작업을 수행하고 있었는데 아무래도 파일사이즈가 커져서 생긴
문제같다.
설정파일에서 변수를 조금 변경해주면 해결될 듯 하다.
반응형