[Question]: Tail latency problem in scheduler

From: Afshin Jamshidi
Date: Tue Oct 03 2017 - 11:14:53 EST


According to https://research.google.com/pubs/pub40801.html article,
tail delay is problematic in enterprise service providers.
According to https://dl.acm.org/citation.cfm?id=2670988 article, FIFO
scheduling works best and LIFO is worst for tail latency.
As we test Linux scheduler called CFS, behaves mostly LIFO. Small
changes to CFS makes it FIFO style and tail delay reduces to 50%.
I want to argue about CFS strategy. It seems no body cares about tail
latency at kernel level.
How enterprise service providers overcome tail latency problem?
Is it possible to at least have a flag that changes scheduler strategy
for I/O intensive multi threaded applications?