Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ledger-api-test-tool sometimes throws GRPC errors #1338

Closed
ghost opened this issue May 23, 2019 · 1 comment
Closed

ledger-api-test-tool sometimes throws GRPC errors #1338

ghost opened this issue May 23, 2019 · 1 comment
Labels
component/dlik DAML Ledger Integration Kit

Comments

@ghost
Copy link

ghost commented May 23, 2019

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)

This appears to be an issue with GRPC and creating/tearing down many connections:
googleapis/google-cloud-java#3648

@ghost ghost assigned gleber-da May 23, 2019
@ghost ghost added the component/dlik DAML Ledger Integration Kit label May 23, 2019
@gerolf-da gerolf-da added this to the Runtime Backlog milestone Feb 14, 2020
@stefanobaghino-da
Copy link
Contributor

No longer a valid ticket, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/dlik DAML Ledger Integration Kit
Projects
None yet
Development

No branches or pull requests

3 participants