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

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

                Author: ASF GitHub Bot
            Created on: 26/Apr/21 02:32
            Start Date: 26/Apr/21 02:32
    Worklog Time Spent: 10m 
      Work Description: kennknowles commented on pull request #14641:
URL: https://github.com/apache/beam/pull/14641#issuecomment-826460319


   R: @chamikaramj and @ihji since you are 2.30.0 release manager and this 
helps to fix for 2.30.0.
   
   Please review even though there are some final things. I have run enough 
tests I don't want to rebase or change the commit history right now.
   
    - I will drop the logging commit.
    - I will keep the new test cases, which are good for getting quick feedback 
without running a job.
    - There is another commit that sickbays a test because the test has some 
hardcoded coder that has changed. All the `ViewTest` passed when I ran locally 
so I think side inputs work. The test that I disabled was complex enough that I 
did not know how to fix it or if it was truly necessary.


-- 
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: 588660)
    Time Spent: 40m  (was: 0.5h)

> Dataflow side input translation "Unknown producer for value"
> ------------------------------------------------------------
>
>                 Key: BEAM-12222
>                 URL: https://issues.apache.org/jira/browse/BEAM-12222
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow
>            Reporter: Kenneth Knowles
>            Assignee: Kenneth Knowles
>            Priority: P1
>             Fix For: 2.30.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> I have identified a seemingly nondeterministic issue in Dataflow translation, 
> where pipelines with side inputs sometimes are translated in the wrong order.
> {code}
> java.lang.NullPointerException: Unknown producer for value 
> SimplePCollectionView{tag=Tag<org.apache.beam.sdk.values.PCollectionViews$SimplePCollectionView.<init>:1221#4dca087078898728>}
>  while translating step 
> TfIdf.ComputeTfIdf/Combine.globally(Count)/ProduceDefault
>       at 
> org.apache.beam.vendor.guava.v26_0_jre.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:1227)
> {code}
> Seen on 
> https://ci-beam.apache.org/job/beam_PostCommit_Java_Examples_Dataflow_V2_PR/32/testReport/junit/org.apache.beam.examples.complete/TfIdfIT/testE2ETfIdf/
>  and also other changes. I think the change itself is just triggering the 
> nondeterministic problem.
> So there is a lurking problem with side inputs overall.



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

Reply via email to