[
https://issues.apache.org/jira/browse/BEAM-4665?focusedWorklogId=719385&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-719385
]
ASF GitHub Bot logged work on BEAM-4665:
----------------------------------------
Author: ASF GitHub Bot
Created on: 02/Feb/22 14:02
Start Date: 02/Feb/22 14:02
Worklog Time Spent: 10m
Work Description: codecov[bot] edited a comment on pull request #16689:
URL: https://github.com/apache/beam/pull/16689#issuecomment-1027232114
#
[Codecov](https://codecov.io/gh/apache/beam/pull/16689?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
Report
> Merging
[#16689](https://codecov.io/gh/apache/beam/pull/16689?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
(2d71d46) into
[master](https://codecov.io/gh/apache/beam/commit/cc0b2c5f3529e1896778dddeb6c740d40c7fb977?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
(cc0b2c5) will **decrease** coverage by `0.04%`.
> The diff coverage is `0.00%`.
> :exclamation: Current head 2d71d46 differs from pull request most recent
head a0ebe95. Consider uploading reports for the commit a0ebe95 to get more
accurate results
[](https://codecov.io/gh/apache/beam/pull/16689?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
```diff
@@ Coverage Diff @@
## master #16689 +/- ##
==========================================
- Coverage 46.43% 46.38% -0.05%
==========================================
Files 202 202
Lines 19810 19828 +18
==========================================
Hits 9198 9198
- Misses 9625 9643 +18
Partials 987 987
```
| [Impacted
Files](https://codecov.io/gh/apache/beam/pull/16689?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
| Coverage Δ | |
|---|---|---|
|
[...o/pkg/beam/runners/dataflow/dataflowlib/execute.go](https://codecov.io/gh/apache/beam/pull/16689/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9nby9wa2cvYmVhbS9ydW5uZXJzL2RhdGFmbG93L2RhdGFmbG93bGliL2V4ZWN1dGUuZ28=)
| `0.00% <0.00%> (ø)` | |
|
[...ks/go/pkg/beam/runners/dataflow/dataflowlib/job.go](https://codecov.io/gh/apache/beam/pull/16689/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-c2Rrcy9nby9wa2cvYmVhbS9ydW5uZXJzL2RhdGFmbG93L2RhdGFmbG93bGliL2pvYi5nbw==)
| `14.76% <0.00%> (-1.22%)` | :arrow_down: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/beam/pull/16689?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/beam/pull/16689?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
Last update
[cc0b2c5...a0ebe95](https://codecov.io/gh/apache/beam/pull/16689?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
Read the [comment
docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation).
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 719385)
Time Spent: 2h 10m (was: 2h)
> beam.Run() should join a running dataflow pipeline on process restart.
> ----------------------------------------------------------------------
>
> Key: BEAM-4665
> URL: https://issues.apache.org/jira/browse/BEAM-4665
> Project: Beam
> Issue Type: Bug
> Components: sdk-go
> Affects Versions: 2.5.0
> Reporter: Eduardo Morales
> Assignee: Danny McCormick
> Priority: P3
> Labels: starter
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> as of 2.5.0-RC1, beam.Run() returns the following error:
> 2018/06/25 20:10:46 Failed to execute job: googleapi: Error 409:
> (acbae89877e14d87): The workflow could not be created. Causes:
> (590297f494c27357): There is already an active job named xxx-yyy_zzz. If you
> want to submit a second job, try again by setting a different name.,
> alreadyExists
>
> if running in async mode, I would expect beam.Run() to just return without
> any error.
>
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)
