[ 
https://issues.apache.org/jira/browse/BEAM-10860?focusedWorklogId=480178&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-480178
 ]

ASF GitHub Bot logged work on BEAM-10860:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 08/Sep/20 14:44
            Start Date: 08/Sep/20 14:44
    Worklog Time Spent: 10m 
      Work Description: codecov[bot] commented on pull request #12783:
URL: https://github.com/apache/beam/pull/12783#issuecomment-688926004


   # [Codecov](https://codecov.io/gh/apache/beam/pull/12783?src=pr&el=h1) Report
   > Merging 
[#12783](https://codecov.io/gh/apache/beam/pull/12783?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/beam/commit/d4e3729460dc710f954e22c92c36e8f00a24bd4c?el=desc)
 will **increase** coverage by `0.00%`.
   > The diff coverage is `0.00%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/beam/pull/12783/graphs/tree.svg?width=650&height=150&src=pr&token=qcbbAh8Fj1)](https://codecov.io/gh/apache/beam/pull/12783?src=pr&el=tree)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #12783   +/-   ##
   =======================================
     Coverage   40.26%   40.27%           
   =======================================
     Files         455      455           
     Lines       53822    53821    -1     
   =======================================
     Hits        21674    21674           
   + Misses      32148    32147    -1     
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/beam/pull/12783?src=pr&el=tree) | Coverage 
Δ | |
   |---|---|---|
   | 
[...ks/python/apache\_beam/runners/worker/sdk\_worker.py](https://codecov.io/gh/apache/beam/pull/12783/diff?src=pr&el=tree#diff-c2Rrcy9weXRob24vYXBhY2hlX2JlYW0vcnVubmVycy93b3JrZXIvc2RrX3dvcmtlci5weQ==)
 | `28.06% <0.00%> (+0.04%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/beam/pull/12783?src=pr&el=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/beam/pull/12783?src=pr&el=footer). Last 
update 
[d4e3729...b011a22](https://codecov.io/gh/apache/beam/pull/12783?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   


----------------------------------------------------------------
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: 480178)
    Time Spent: 20m  (was: 10m)

> RuntimeError is potentially raised when BundleProcessorCache.shutdown called
> ----------------------------------------------------------------------------
>
>                 Key: BEAM-10860
>                 URL: https://issues.apache.org/jira/browse/BEAM-10860
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: yoshiki obata
>            Assignee: yoshiki obata
>            Priority: P2
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Following codes in BundleProcessorCache.shutdown should raise RuntimeError: 
> dictionary changed size during iteration is raised.
> {code:python}
> for instruction_id in self.active_bundle_processors:
>   self.active_bundle_processors[instruction_id][1].shutdown()
>   del self.active_bundle_processors[instruction_id]{code}
> If active_bundle_processors is empty, these codes works fine.
>  I found this in following GitHub Actions;
>  [https://github.com/apache/beam/actions/runs/234476619]



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

Reply via email to