Closed renkun-ken closed 6 years ago
It seems that the default timeout settings in mysqld
config are too strict for large tables like I queried. I modify /etc/my.cnf
with the following settings:
net_read_timeout=600
net_write_timeout=180
wait_timeout=86400
interactive_timeout=86400
max_allowed_packet=128M
Let me see if this problem occurs any more.
The config seems to work. I'll reopen this issue if this problem still occurs.
it worked for my case. 35L data was transferred from mysql to HANA. Thanks @renkun-ken
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
I'm running a crontab job to query data on three servers at the same time in the morning. Some random crash may occur as the following log shows:
While a while later, another crontab job would query this very table and some others on the three servers and no problem occurs. I'm not sure why this happens.
My session info: