A MongoDB user on Windows noticed the "LSM: application work units currently queued" statistic was changing in a configuration that involved no LSM code. This was caused by a bug in code that tracks time spent in spinlocks incrementing the wrong statistic.
This bug was introduced by WT-2955 and also meant that every WiredTiger spinlock on Windows was being timed, which may have negatively impacted Windows performance.