Open
Description
If a coordinating node can determine that a response will exceed a configured size, this should trip a response size circuit breaker. This, in turn, should cancel the request so that it doesn't continue to run on other nodes.
The issue for cancelling a request as a result of its tripping a circuit breaker is here: #67473
This issue was originally raised as part of #62457 .