[
https://issues.apache.org/jira/browse/BEAM-6081?focusedWorklogId=207541&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-207541
]
ASF GitHub Bot logged work on BEAM-6081:
----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Mar/19 01:01
Start Date: 05/Mar/19 01:01
Worklog Time Spent: 10m
Work Description: alanmyrvold commented on pull request #7985:
[BEAM-6081]: Create "Dataflow Reaper" infrastructure to periodically clean up
stuck Dataflow jobs
URL: https://github.com/apache/beam/pull/7985
[BEAM-6081]: Create "Dataflow Reaper" infrastructure to periodically clean
up stuck Dataflow jobs
**Please** add a meaningful description for your change here
------------------------
Thank you for your contribution! Follow this checklist to help us
incorporate your contribution quickly and easily:
- [ ] [**Choose
reviewer(s)**](https://beam.apache.org/contribute/#make-your-change) and
mention them in a comment (`R: @username`).
- [ ] Format the pull request title like `[BEAM-XXX] Fixes bug in
ApproximateQuantiles`, where you replace `BEAM-XXX` with the appropriate JIRA
issue, if applicable. This will automatically link the pull request to the
issue.
- [ ] If this contribution is large, please file an Apache [Individual
Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
Post-Commit Tests Status (on master branch)
------------------------------------------------------------------------------------------------
Lang | SDK | Apex | Dataflow | Flink | Gearpump | Samza | Spark
--- | --- | --- | --- | --- | --- | --- | ---
Go | [](https://builds.apache.org/job/beam_PostCommit_Go/lastCompletedBuild/)
| --- | --- | --- | --- | --- | ---
Java | [](https://builds.apache.org/job/beam_PostCommit_Java/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Apex/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Dataflow/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Flink/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Batch/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Java_PVR_Flink_Streaming/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Gearpump/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Samza/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PostCommit_Java_ValidatesRunner_Spark/lastCompletedBuild/)
Python | [](https://builds.apache.org/job/beam_PostCommit_Python_Verify/lastCompletedBuild/)<br>[](https://builds.apache.org/job/beam_PostCommit_Python3_Verify/lastCompletedBuild/)
| --- | [](https://builds.apache.org/job/beam_PostCommit_Py_VR_Dataflow/lastCompletedBuild/)
<br> [](https://builds.apache.org/job/beam_PostCommit_Py_ValCont/lastCompletedBuild/)
| [](https://builds.apache.org/job/beam_PreCommit_Python_PVR_Flink_Cron/lastCompletedBuild/)
| --- | --- | ---
See
[.test-infra/jenkins/README](https://github.com/apache/beam/blob/master/.test-infra/jenkins/README.md)
for trigger phrase, status and link of all Jenkins jobs.
----------------------------------------------------------------
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: 207541)
Time Spent: 10m
Remaining Estimate: 0h
> Create "Dataflow Reaper" infrastructure to periodically clean up stuck
> Dataflow jobs
> ------------------------------------------------------------------------------------
>
> Key: BEAM-6081
> URL: https://issues.apache.org/jira/browse/BEAM-6081
> Project: Beam
> Issue Type: New Feature
> Components: build-system, testing
> Reporter: Scott Wegner
> Assignee: Alan Myrvold
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Our Jenkins infrastructure continuously runs many Dataflow jobs as part of
> pre- and post-commit tests. These are scheduled against our shared
> {{apache-beam-testing}} project, which has some amount of GCP quota for these
> jobs.
> Some bugs can cause Dataflow jobs to get stuck and hang indefinitely. This
> causes many test jobs to stack up, which eats up our GCP quota and then
> causes all subsequent jobs to fail for quota issues. For an example, see
> [[BEAM-6080]|https://issues.apache.org/jira/browse/BEAM-6080].
> We should harden the Dataflow runner and test framework to prevent Dataflow
> jobs getting stuck indefinitely, but in reality: bugs happen.
> We should add some "reaper" process to periodically query for long-running
> jobs on our Dataflow project and cancel them. This would be fairly
> straight-forward using the [Dataflow REST
> API|https://cloud.google.com/dataflow/docs/reference/rest/], and scheduled on
> Jenkins.
> If we build such a mechanism, we should also document the imposed policy
> (i.e. the threshold for "long running jobs"), and perhaps some mechanism for
> opting out. For example, performance benchmarking jobs might be long-running
> by design.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)