Tile write error - The table 'Tiles' is full
tigattack opened this issue ยท 1 comments
Issue Description: Yesterday I started a fullrender for 4 worlds after configuring MySQL storage.
- Dynmap Version: core=3.1-457, plugin=3.1-457
- Server Version: paper 1.16.5
- Pastebin of Configuration.txt: https://pastebin.com/SDEzDC6y
- Server Host (if applicable): Self.
- Pastebin of crashlogs or other relevant logs: https://pastebin.com/YAcdbz32
- Other Relevant Data/Screenshots:
MySQL [mc_dynmap]> show table status;
+-----------------+--------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+
| Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Collation | Checksum | Create_options | Comment |
+-----------------+--------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+
| Faces | InnoDB | 10 | Dynamic | 8 | 2048 | 16384 | 0 | 0 | 0 | NULL | 2021-04-08 14:19:01 | 2021-04-08 21:41:28 | NULL | latin1_swedish_ci | NULL | | |
| Maps | InnoDB | 10 | Dynamic | 10 | 1638 | 16384 | 0 | 0 | 0 | 11 | 2021-04-08 14:19:01 | 2021-04-08 18:19:44 | NULL | latin1_swedish_ci | NULL | | |
| MarkerFiles | InnoDB | 10 | Dynamic | 4 | 4096 | 16384 | 0 | 0 | 0 | NULL | 2021-04-08 14:19:01 | 2021-04-09 07:56:15 | NULL | latin1_swedish_ci | NULL | | |
| MarkerIcons | InnoDB | 10 | Dynamic | 85 | 1156 | 98304 | 0 | 0 | 0 | NULL | 2021-04-08 14:19:01 | 2021-04-09 07:56:10 | NULL | latin1_swedish_ci | NULL | | |
| SchemaVersion | InnoDB | 10 | Dynamic | 1 | 16384 | 16384 | 0 | 0 | 0 | NULL | 2021-04-08 14:19:01 | 2021-04-08 14:19:01 | NULL | latin1_swedish_ci | NULL | | |
| StandaloneFiles | InnoDB | 10 | Dynamic | 7 | 4681 | 32768 | 0 | 0 | 0 | NULL | 2021-04-08 14:19:01 | 2021-04-09 08:05:17 | NULL | latin1_swedish_ci | NULL | | |
| Tiles | InnoDB | 10 | Dynamic | 244825 | 29388 | 7195131904 | 0 | 0 | 3145728 | NULL | 2021-04-08 14:19:01 | 2021-04-09 07:57:40 | NULL | latin1_swedish_ci | NULL | | |
+-----------------+--------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+
- Steps to Replicate: Configure Dynmap with SQL backend, render multiple large worlds, see error.
[x] I have looked at all other issues and this is not a duplicate
[ ] I have been able to replicate this
I'm not sure why this has happened, and there are similar issues, but both are closed with no solution.