You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sandbox logs the following message about dead letters when shutting down.
We should find out which part (rs-grpc-bridge in the log is probably a good hint) isn't being shutdown in time and make sure that it happens.
[INFO] [06/26/2019 11:42:18.335] [scala-execution-context-global-1661] [akka://sandbox/user/api-server-damlonx-rs-grpc-bridge-f93307ec-0109-4eef-9b4a-389477ec6c4d-0] Message [com.digitalasset.grpc.adapter.server.rs.ServerSubscriber$$Lambda$24530/2145535365] without sender to Actor[akka://sandbox/user/api-server-damlonx-rs-grpc-bridge-f93307ec-0109-4eef-9b4a-389477ec6c4d-0#-1289723685] was not delivered. [1] dead letters encountered. If this is not an expected behavior, then [Actor[akka://sandbox/user/api-server-damlonx-rs-grpc-bridge-f93307ec-0109-4eef-9b4a-389477ec6c4d-0#-1289723685]] may have terminated unexpectedly, This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
The text was updated successfully, but these errors were encountered:
It looks like that closing the LedgerApiServer before closing the
AkkaExecutionSequencerPool (AESP) leads to a non-deterministic bunch of dead
letter warnings when stopping sandbox.
Closing the AESP first avoids these warnings.
Fixes#1886
…#2471)
It looks like that closing the LedgerApiServer before closing the
AkkaExecutionSequencerPool (AESP) leads to a non-deterministic bunch of dead
letter warnings when stopping sandbox.
Closing the AESP first avoids these warnings.
Fixes#1886
Sandbox logs the following message about dead letters when shutting down.
We should find out which part (
rs-grpc-bridge
in the log is probably a good hint) isn't being shutdown in time and make sure that it happens.The text was updated successfully, but these errors were encountered: