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

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

                Author: ASF GitHub Bot
            Created on: 09/Sep/18 19:51
            Start Date: 09/Sep/18 19:51
    Worklog Time Spent: 10m 
      Work Description: ryan-williams commented on issue #6328: [BEAM-4176] 
enumerate primitive transforms in portable construction
URL: https://github.com/apache/beam/pull/6328#issuecomment-419740410
 
 
   Looking into [some remaining failures in 
ReferenceRunnerTest](https://storage.googleapis.com/runsascoded-tmp/beam/ReferenceRunnerTest-1536522471/classes/org.apache.beam.runners.direct.portable.ReferenceRunnerTest.html#pipelineExecution):
   
   **pipelineExecution** / **GBK**:
   ```
   java.lang.NullPointerException: No evaluator for PTransform 
"beam:transform:group_by_key:v1"
        at 
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:864)
        at 
org.apache.beam.runners.direct.portable.TransformEvaluatorRegistry.forApplication(TransformEvaluatorRegistry.java:96)
        at 
org.apache.beam.runners.direct.portable.DirectTransformExecutor.run(DirectTransformExecutor.java:93)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   ```
   
   **testSDF**:
   ```
   java.lang.IllegalArgumentException: PCollectionNodes 
[PCollectionNode{id=ParDo(PairStringWithIndexToLength)/ParMultiDo(PairStringWithIndexToLength).output,
 PCollection=unique_name: 
"ParDo(PairStringWithIndexToLength)/ParMultiDo(PairStringWithIndexToLength).output"
   coder_id: "KvCoder7"
   is_bounded: UNBOUNDED
   windowing_strategy_id: "WindowingStrategy(GlobalWindows)"
   }] were consumed but never produced
        at 
org.apache.beam.repackaged.beam_runners_core_construction_java.com.google.common.base.Preconditions.checkArgument(Preconditions.java:383)
        at 
org.apache.beam.runners.core.construction.graph.QueryablePipeline.buildNetwork(QueryablePipeline.java:183)
        at 
org.apache.beam.runners.core.construction.graph.QueryablePipeline.<init>(QueryablePipeline.java:106)
        at 
org.apache.beam.runners.core.construction.graph.QueryablePipeline.forPrimitivesIn(QueryablePipeline.java:69)
        at 
org.apache.beam.runners.core.construction.graph.GreedyPipelineFuser.<init>(GreedyPipelineFuser.java:67)
        at 
org.apache.beam.runners.core.construction.graph.GreedyPipelineFuser.fuse(GreedyPipelineFuser.java:89)
        at 
org.apache.beam.runners.direct.portable.ReferenceRunner.executable(ReferenceRunner.java:128)
        at 
org.apache.beam.runners.direct.portable.ReferenceRunner.<init>(ReferenceRunner.java:102)
        at 
org.apache.beam.runners.direct.portable.ReferenceRunner.forInProcessPipeline(ReferenceRunner.java:114)
        at 
org.apache.beam.runners.direct.portable.ReferenceRunnerTest.testSDF(ReferenceRunnerTest.java:207)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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: 142534)
    Time Spent: 19h  (was: 18h 50m)

> Java: Portable batch runner passes all ValidatesRunner tests that 
> non-portable runner passes
> --------------------------------------------------------------------------------------------
>
>                 Key: BEAM-4176
>                 URL: https://issues.apache.org/jira/browse/BEAM-4176
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-flink
>            Reporter: Ben Sidhom
>            Priority: Major
>         Attachments: Screen Shot 2018-08-14 at 4.18.31 PM.png, Screen Shot 
> 2018-09-03 at 11.07.38 AM.png
>
>          Time Spent: 19h
>  Remaining Estimate: 0h
>
> We need this as a sanity check that runner execution is correct.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to