-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
ALL
If the GRPC Client is created as part of startup and then the server is immediately shutdown, then shutdown may try to access the channel pool and stub factory pointers, which may not have been created yet, because the start() method hasn't been called yet on the transport layer. Ensure that the GRPC client shutdown tasks checks that the pool &
color: Color value is invalid
_prunerService pointers are present before attempting to access them.