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

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

                Author: ASF GitHub Bot
            Created on: 04/Jan/19 14:43
            Start Date: 04/Jan/19 14:43
    Worklog Time Spent: 10m 
      Work Description: lgajowy commented on issue #7226: [BEAM-6188] Unbouded 
synthetic source
URL: https://github.com/apache/beam/pull/7226#issuecomment-451454972
 
 
   I think I've found the source of the problem - I didn't look to "stacktrace" 
tab in logs before. I get the following error after rebasing this branch to 
master: 
   
   ```
   java.lang.NoSuchMethodError: 
org.apache.beam.model.pipeline.v1.RunnerApi$BeamConstants$Constants.getValueDescriptor()Lorg/apache/beam/vendor/grpc/v1p13p1/com/google/protobuf/Descriptors$EnumValueDescriptor;
   at 
org.apache.beam.sdk.transforms.windowing.BoundedWindow.extractTimestampFromProto
 (BoundedWindow.java:84)
   at org.apache.beam.sdk.transforms.windowing.BoundedWindow.<clinit> 
(BoundedWindow.java:49)
   at 
org.apache.beam.runners.dataflow.worker.WindmillTimeUtils.windmillToHarnessTimestamp
 (WindmillTimeUtils.java:49)
   at 
org.apache.beam.runners.dataflow.worker.WindmillTimeUtils.windmillToHarnessWatermark
 (WindmillTimeUtils.java:34)
   at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.dispatchLoop 
(StreamingDataflowWorker.java:902)
   at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.access$200 
(StreamingDataflowWorker.java:143)
   at org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker$1.run 
(StreamingDataflowWorker.java:588)
   at java.lang.Thread.run (Thread.java:745) 
   ```
   
   This started happening after https://github.com/apache/beam/pull/7324 was 
merged (I confired this by reverting locally and running the test. I suspect 
this is caused by incorrect relocation. I tried to fix/debug this further but 
no luck. @swegner could you take a look at this?
   
 
----------------------------------------------------------------
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: 181145)
    Time Spent: 5h 20m  (was: 5h 10m)

> Create unbounded synthetic source
> ---------------------------------
>
>                 Key: BEAM-6188
>                 URL: https://issues.apache.org/jira/browse/BEAM-6188
>             Project: Beam
>          Issue Type: Sub-task
>          Components: testing
>            Reporter: Lukasz Gajowy
>            Assignee: Lukasz Gajowy
>            Priority: Major
>          Time Spent: 5h 20m
>  Remaining Estimate: 0h
>
> It is needed for streaming scenarios. It should provide ways to reason about 
> time and recovering from checkpoints. 



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

Reply via email to