-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Internal Code
-
Service Arch
-
Fully Compatible
-
Service Arch 2023-03-20, Service Arch 2023-04-03, Service Arch 2023-04-17, Service Arch 2023-05-01, Service Arch 2023-05-15, Service Arch 2023-05-29
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
It provides a synchronous gRPC server that implements MongoDB gRPC Protocol and delegates threading to the gRPC core library. It wraps every incoming gRPC stream into an instance of IngressSession. The server provides the per-operation threading model, where threads allocated by the gRPC core library are used to receive, process, and respond to individual operations. A new configuration option settable at startup, will set an upper-bound on the number of threads allocated by the gRPC core library (similar to maxIncomingConnections for MongoRPC).
- is duplicated by
-
SERVER-76407 Separate lifetime management of gRPC streams from sessions
-
- Closed
-