[
https://issues.apache.org/jira/browse/BEAM-10637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Knowles updated BEAM-10637:
-----------------------------------
Resolution: Fixed
Status: Resolved (was: Resolved)
Hello! Due to a bug in our Jira configuration, this issue had status:Resolved
but resolution:Unresolved.
I am bulk editing these issues to have resolution:Fixed
If a different resolution is appropriate, please change it. To do this, click
the "Resolve" button (you can do this even for closed issues) and set the
Resolution field to the right value.
> Fix start/stop hanging issue on test stream service controller
> --------------------------------------------------------------
>
> Key: BEAM-10637
> URL: https://issues.apache.org/jira/browse/BEAM-10637
> Project: Beam
> Issue Type: Improvement
> Components: runner-py-interactive
> Reporter: Ning Kang
> Assignee: Ning Kang
> Priority: P2
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The test stream controller sometimes hangs forever when the underlying grpc
> server start or stop in the wrong timing:
> E.g., try to stop a server never started, stop a server already stopped,
> start a server already started and etc.
> The change is to add start/stop states to handle all 6 combinations:
> # start server not started
> # start server started
> # start server stopped
> # stop server not started
> # stop server started
> # stop server stopped
> So that it never hangs.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)