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
With the multi-ledger patch applied (#1334), which results in more connections, the ledger api test tool throws errors after a while:
SEVERE: *~*~*~ Channel ManagedChannelImpl{logId=176, target=localhost:7603} was not shutdown properly!!! ~*~*~*
Make sure to call shutdown()/shutdownNow() and wait until awaitTermination() returns true.
java.lang.RuntimeException: ManagedChannel allocation site
at io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.<init>(ManagedChannelOrphanWrapper.java:103)
at io.grpc.internal.ManagedChannelOrphanWrapper.<init>(ManagedChannelOrphanWrapper.java:53)
at io.grpc.internal.ManagedChannelOrphanWrapper.<init>(ManagedChannelOrphanWrapper.java:44)
at io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:440)
at com.digitalasset.platform.apitesting.RemoteServerResource.setup(RemoteServerResource.scala:48)
With the multi-ledger patch applied (#1334), which results in more connections, the ledger api test tool throws errors after a while:
This appears to be an issue with GRPC and creating/tearing down many connections:
googleapis/google-cloud-java#3648
The text was updated successfully, but these errors were encountered: