Intermittent timeouts when downloading MySQL/J connector zip
dbeech opened this issue · 1 comments
dbeech commented
From testing today we observed that sometimes the download from https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.48.zip
worked and sometimes timed-out. When it does work, it actually redirects to a CDN (https://cdn.mysql.com/Downloads/Connector-J/mysql-connector-java-5.1.48.zip
)
I guess there could be some rate-limiting in place?
dbeech commented
Update: the redirect always works. The download from CDN is intermittently failing.