[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2020-07-31 Thread Rafael David Tinoco
" Fixed as of the upcoming 5.7.27, 8.0.17 release, and here's the changelog entry " So, judging by: mysql-server | 5.7.31-0ubuntu0.18.04.1 | bionic-updates | all and mysql-server | 8.0.20-0ubuntu0.19.10.1 | eoan-updates | all and mysql-server | 8.0.21-0ubuntu0.20.04.3 |

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2020-07-21 Thread mm-mbs
** Also affects: mariadb-10.3 (Debian) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title: Mysql server take 10 minutes to stop without message

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2019-03-21 Thread Paride Legovini
** Also affects: mysql-server via http://bugs.mysql.com/bug.php?id=93708 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title: Mysql server

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2019-03-20 Thread Arkadiusz Miśkiewicz
https://bugs.mysql.com/bug.php?id=93708 ** Bug watch added: MySQL Bug System #93708 http://bugs.mysql.com/bug.php?id=93708 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title: Mysql

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2018-10-16 Thread EOLE team
Yes, it will delay the start of MySQL server but the consequence of going backward in time after MySQL is started are important enough to me. Regards. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2018-10-16 Thread Robie Basak
I'm just going by https://github.com/systemd/systemd/issues/5097#issuecomment-276787961 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title: Mysql server take 10 minutes to stop without

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2018-10-15 Thread EOLE team
I just made the test to be sure: using Wants= does not prevent MySQL to start event if the system never reaches “time-sync.target”. I added an ntpdate.service: # /etc/systemd/system/ntpdate.service [Unit] Description=Force synchronisation of time ConditionPathExists=/etc/default/ntpdate

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2018-10-15 Thread Robie Basak
> * fixing mysql.service to use After=time-sync.target and Wants=time- sync.target As far as I understand this is unsuitable to be done by default since not all systems will necessarily ever reach "time synced", for example if they're intentionally being used offline. But this does seem like a

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2018-10-15 Thread EOLE team
I think the problem can be solved with: * recent systemd fixes https://github.com/systemd/systemd/issues/5097 (with a workaround for older versions) * fixing mysql.service to use After=time-sync.target and Wants=time-sync.target Regards. ** Bug watch added: github.com/systemd/systemd/issues

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2018-05-30 Thread JakubPisarczyk
Hi, Same happening on ubuntu server 18.04. Fresh install , just apache and mysql without ntp. Machine is a VM in esxi 6.5. During restart “A stop job is running to for Mysql Community Server” and 10 min of waiting. I was trying tzdata reconfigure and ntp service, but it's not permanent. Any

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-10-19 Thread Kaijia Feng
Got the same issue, found a possible explanation: my cloud provider store time in local timezone (earlier than UTC); at startup MySQL boot first, then NTP, which updates the time to UTC; therefore, MySQL literally "started in the future" (sounds interesting). I can hotfix this by setting the

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-08-21 Thread darek334
Confirmed, MySQL stops sometimes 10 minutes, there is no setting to change this ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title: Mysql server take 10 minutes to stop without message

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-05-10 Thread Robie Basak
I don't think there will be a fix to this problem in Ubuntu until it is fixed upstream. I suggest you ask there. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title: Mysql server take 10

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-05-10 Thread LE Huu Dien Khue
Any fix to this problem yet? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title: Mysql server take 10 minutes to stop without message after time drift To manage notifications about this

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-02-24 Thread Clemens Fuchslocher
I solved my above time jump problem by installing the VirtualBox guest additions as described here: https://www.virtualbox.org/manual/ch04.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-02-10 Thread Clemens Fuchslocher
** Attachment added: "error-20170210.log" https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1600164/+attachment/4816680/+files/error-20170210.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-02-10 Thread Clemens Fuchslocher
I also have this problem with Ubuntu 16.04.2 LTS: | $ lsb_release --all | No LSB modules are available. | Distributor ID: Ubuntu | Description:Ubuntu 16.04.2 LTS | Release:16.04 | Codename: xenial | | $ dmidecode -s system-product-name | VirtualBox After a reboot the activation

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-01-06 Thread Robie Basak
** Changed in: mysql-5.7 (Ubuntu) Assignee: (unassigned) => Norvald H. Ryeng (nryeng) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title: Mysql server take 10 minutes to stop without

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-01-01 Thread mateddy
I go this problem, however, adding After=ntp.service wouldn't fix it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title: Mysql server take 10 minutes to stop without message after time

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2016-08-16 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: mysql-5.7 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600164 Title:

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2016-08-12 Thread Robie Basak
I'm not sure it's reasonable to adjust service startups. Following that logic, every package would have to start after ntp.service, and there should be a more general solution to that problem. Can MySQL be adjusted to be a little more robust to the time changing when it is idle? I understand that

[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2016-08-12 Thread Lars Tangvald
I _think_ adding After=ntp.service would be safe (does not imply Requires), but need to learn more about the ordering and dependency system in systemd first. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.