[Bug 234838] ena drop-outs on 12.0-RELEASE

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 11 04:20:25 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234838

--- Comment #2 from Leif Pedersen <leif at ofWilsonCreek.com> ---
Of course! Thanks for looking!

It's our standby MySQL database, so there's a light but steady stream of
network IO for the DB replication. Its filesystems are ZFS. Once an hour, six
other machines (developer sandboxes) pull the latest ZFS snapshot of the DB (in
parallel) so our developers can clone any recent hourly snapshot for testing.
These messages happen about three times per day at the top of the hour when
this hourly pull would be running. They happen sometimes at other odd times:
once on Jan 4, and once on Dec 19, looking at logs going back to Dec 12. So it
probably isn't just the 6 concurrent `zfs send`s that cause it.

Also at the top of the hour, it runs a mysqldump cron which takes ~10 minutes.
That has nothing to do with the network; just full disclosure that it increases
CPU load significantly.

There are batch jobs that send a lot of transactions through the DB replication
stream, but they don't seem to correlate. I think those cause only minimal
network IO but high CPU & disk load.

The machine doesn't do anything else.

Hopefully that's a helpful idea of the work load. It's the only machine I've
upgraded to 12. Our other machines are running 11.1. This one is my canary; I
dare not upgrade the more important machines with this symptom.

Also, occasionally it will panic with the message "Fatal double fault" and no
backtrace. I can get you more on that if you want. Sometimes this panic happens
when the machine is booting, before it has even configured the network.
Related? I dunno. Just giving you anything that might be useful.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list