You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/08/10 17:08:21 UTC

[jira] [Commented] (BEAM-6576) Python SDK, DataflowRunner streaming job stops without error.

    [ https://issues.apache.org/jira/browse/BEAM-6576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174771#comment-17174771 ] 

Beam JIRA Bot commented on BEAM-6576:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> Python SDK, DataflowRunner streaming job stops without error.
> -------------------------------------------------------------
>
>                 Key: BEAM-6576
>                 URL: https://issues.apache.org/jira/browse/BEAM-6576
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow
>    Affects Versions: 2.9.0
>            Reporter: David Snowberger
>            Priority: P2
>              Labels: stale-P2
>
> Hello, hopefully I'm reporting this in the right location -
>  
> I have a simple dataflow job that reads from Pub/Sub, does a few transforms, and writes to Redis (in another PTransform at the moment, since no Python I/O connector). It runs perfectly well for several days, then the elements just stop being processed. If I update the job, or stop and start, it carries on again for a few more days. I believe I am not the only one to have run into this issue, as I found mention on [Stack Overflow|https://stackoverflow.com/questions/53610876/dataflow-stops-streaming-to-bigquery-without-errors]. The only indication of workers quitting I've discovered so far are these info logs:
>  
> {code:java}
> [0129/074659:INFO:update_manager-inl.h(52)] ChromeOSPolicy::UpdateCheckAllowed: START
> [0129/074659:WARNING:evaluation_context-inl.h(43)] Error reading Variable update_disabled: "No value set for update_disabled"
> [0129/074659:WARNING:evaluation_context-inl.h(43)] Error reading Variable release_channel_delegated: "No value set for release_channel_delegated"
> [0129/074659:INFO:chromeos_policy.cc(317)] Periodic check interval not satisfied, blocking until 1/29/2019 8:26:37 GMT
> [0129/074659:INFO:update_manager-inl.h(74)] ChromeOSPolicy::UpdateCheckAllowed: END
> {code}
> I have also filed a Dataflow bug, as I'm not sure where the problem lies. Any help resolving this would be very welcome, and If I can provide anything further, please let me know. Thank you!
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)