sapling/eden/mononoke/scs_server
Mark Juggurnauth-Thomas 991e24fab6 scs_server: log when requests are cancelled
Summary:
When requests are cancelled, their futures are dropped without completion.
Currently this causes no logs or statistics to be logged, as normally this
would happen after the request implementation completes.

Add logging for cancelled requests.  Include the gathered statistics so far,
so that we know how much time was spent on the cancelled request.

Reviewed By: StanislavGlebik

Differential Revision: D27084866

fbshipit-source-id: d4c5c276d496478f0c7caa700627b92d8f9e80a2
2021-03-16 13:04:32 -07:00
..
src scs_server: log when requests are cancelled 2021-03-16 13:04:32 -07:00
metadata.cpp add thrift metadata support 2020-09-03 12:18:18 -07:00
metadata.h add thrift metadata support 2020-09-03 12:18:18 -07:00
metadata.rs Remove extern crate from bindgen src_includes 2020-12-14 12:53:36 -08:00