As Query Settings are represented as documents, they're subjected to the 16MB size limit imposed by BSON documents. We need to ensure that setQuerySettings fails gracefully when faced with a size greater than 16MB.
- related to
-
SERVER-87047 Investigate query_settings_size_limits.js test failure in sharding suites with random migrations
- Closed