[
https://issues.apache.org/jira/browse/BEAM-12294?focusedWorklogId=594161&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-594161
]
ASF GitHub Bot logged work on BEAM-12294:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/May/21 18:17
Start Date: 10/May/21 18:17
Worklog Time Spent: 10m
Work Description: y1chi commented on pull request #14741:
URL: https://github.com/apache/beam/pull/14741#issuecomment-837084077
friendly ping
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 594161)
Remaining Estimate: 0h
Time Spent: 10m
> BeamFnStatusClient managed channel not properly shutdown.
> ---------------------------------------------------------
>
> Key: BEAM-12294
> URL: https://issues.apache.org/jira/browse/BEAM-12294
> Project: Beam
> Issue Type: Bug
> Components: sdk-java-harness
> Reporter: Yichi Zhang
> Assignee: Yichi Zhang
> Priority: P2
> Fix For: 2.30.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Example worker error:
>
> {code:java}
> *~*~*~ Channel ManagedChannelImpl{logId=7, target=localhost:12374} was not
> shutdown properly!!! ~*~*~* Make sure to call shutdown()/shutdownNow() and
> wait until awaitTermination() returns true.
> exception: "java.lang.RuntimeException: ManagedChannel allocation site
> at
> org.apache.beam.vendor.grpc.v1p26p0.io.grpc.internal.ManagedChannelOrphanWrapper$ManagedChannelReference.<init>(ManagedChannelOrphanWrapper.java:94)
> at
> org.apache.beam.vendor.grpc.v1p26p0.io.grpc.internal.ManagedChannelOrphanWrapper.<init>(ManagedChannelOrphanWrapper.java:52)
> at
> org.apache.beam.vendor.grpc.v1p26p0.io.grpc.internal.ManagedChannelOrphanWrapper.<init>(ManagedChannelOrphanWrapper.java:43)
> at
> org.apache.beam.vendor.grpc.v1p26p0.io.grpc.internal.AbstractManagedChannelImplBuilder.build(AbstractManagedChannelImplBuilder.java:524)
> at
> org.apache.beam.sdk.fn.channel.ManagedChannelFactory$InterceptedManagedChannelFactory.forDescriptor(ManagedChannelFactory.java:107)
> at
> org.apache.beam.fn.harness.status.BeamFnStatusClient.<init>(BeamFnStatusClient.java:57)
> at org.apache.beam.fn.harness.FnHarness.main(FnHarness.java:279)
> at org.apache.beam.fn.harness.FnHarness.main(FnHarness.java:183)
> at org.apache.beam.fn.harness.FnHarness.main(FnHarness.java:143)
> at org.apache.beam.fn.harness.FnHarness.main(FnHarness.java:107)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)