ATS does not delay a request if it can't write down the data. Instead it will simply proxy the request without writing it down if the write buffer becomes full because of a slow disk.
On Sun, Apr 28, 2019 at 1:35 PM Jason Yang <[email protected]> wrote: > Hi Community, > What’s the default behavior of ATS if the disk write speed is too > slow, will it slow down each request? Can ATS still serve requests without > storing to disk? > I am thinking about the following scenario, the disk we are using > occasionally is really slow and the miss ratio can be super high (meaning a > large number of objects need to be written to a slow disk). > Thank you! > > Jason >
