Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ODS counter for fschannel task queue
Summary: I am unbounding the fschannelthread task queue due to a deadlock (see stack) This adds a counter for the number of tasks queued up for the fschannelthreads. We will monitor this when we unbound to see how much memory we are using and ensuring that things are staying reasonable. This will also help inform how many pending requests we should allow max. Note that because we don't have ODS on some platforms we will rely on the logging in D56739177 more heavily for making the max decision. Reviewed By: MichaelCuevas Differential Revision: D56739143 fbshipit-source-id: 9c5a17a2a41ce9d9791a04d5154702bf292d1e6e
- Loading branch information