You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Maximilian Michels (JIRA)" <ji...@apache.org> on 2019/04/29 10:48:00 UTC

[jira] [Updated] (BEAM-7170) ExpansionServer throws exception when port is retrieved after close

     [ https://issues.apache.org/jira/browse/BEAM-7170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maximilian Michels updated BEAM-7170:
-------------------------------------
    Labels: portability  (was: )

> ExpansionServer throws exception when port is retrieved after close
> -------------------------------------------------------------------
>
>                 Key: BEAM-7170
>                 URL: https://issues.apache.org/jira/browse/BEAM-7170
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core
>            Reporter: Maximilian Michels
>            Assignee: Maximilian Michels
>            Priority: Minor
>              Labels: portability
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The ExpansionServer can throw the following exception after shutdown because the port getter retrieves the port dynamically from the underlying service:
> {noformat}
> [Test worker] ERROR org.apache.beam.runners.fnexecution.jobsubmission.JobServerDriver - Error while closing the Expansion Service.
> java.lang.IllegalStateException: Already terminated
> 	at org.apache.beam.vendor.grpc.v1p13p1.com.google.common.base.Preconditions.checkState(Preconditions.java:444)
> 	at org.apache.beam.vendor.grpc.v1p13p1.io.grpc.internal.ServerImpl.getPort(ServerImpl.java:174)
> 	at org.apache.beam.runners.core.construction.expansion.ExpansionServer.getPort(ExpansionServer.java:66)
> 	at org.apache.beam.runners.fnexecution.jobsubmission.JobServerDriver.stop(JobServerDriver.java:200)
> 	at sun.reflect.GeneratedMethodAccessor173.invoke(Unknown Source)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)