damccorm commented on PR #30474:
URL: https://github.com/apache/beam/pull/30474#issuecomment-1977219285

   I think this broke streaming job creation - looking at 
https://github.com/apache/beam/actions/runs/8143558321 I see the following 
errors:
   
   ```
   java.lang.IllegalArgumentException: Property [globalConfigRefreshPeriod] is 
marked with contradictory annotations. Found 
[[Default.InstanceFactory(value=class 
org.apache.beam.runners.dataflow.options.DataflowStreamingPipelineOptions$GlobalConfigRefreshPeriodFactory)
 on 
org.apache.beam.runners.dataflow.options.DataflowStreamingPipelineOptions#getGlobalConfigRefreshPeriod()],
 [Default.InstanceFactory(value=class 
org.apache.beam.runners.dataflow.worker.options.StreamingDataflowWorkerOptions$GlobalConfigRefreshPeriodFactory)
 on 
org.apache.beam.runners.dataflow.worker.options.StreamingDataflowWorkerOptions#getGlobalConfigRefreshPeriod()]].
   
   at 
org.apache.beam.sdk.options.PipelineOptionsFactory.validateGettersHaveConsistentAnnotation
 ( org/apache.beam.sdk.options/PipelineOptionsFactory.java:1144 )
   at 
org.apache.beam.sdk.options.PipelineOptionsFactory.validateMethodAnnotations ( 
org/apache.beam.sdk.options/PipelineOptionsFactory.java:1090 )
   at org.apache.beam.sdk.options.PipelineOptionsFactory.validateClass ( 
org/apache.beam.sdk.options/PipelineOptionsFactory.java:1017 )
   at org.apache.beam.sdk.options.PipelineOptionsFactory.access$2500 ( 
org/apache.beam.sdk.options/PipelineOptionsFactory.java:145 )
   at 
org.apache.beam.sdk.options.PipelineOptionsFactory$Cache.validateWellFormed ( 
org/apache.beam.sdk.options/PipelineOptionsFactory.java:2164 )
   at org.apache.beam.sdk.options.ProxyInvocationHandler.as ( 
org/apache.beam.sdk.options/ProxyInvocationHandler.java:301 )
   at org.apache.beam.sdk.options.ProxyInvocationHandler.invoke ( 
org/apache.beam.sdk.options/ProxyInvocationHandler.java:206 )
   at com.sun.proxy.$Proxy63.as
   at 
org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.fromDataflowWorkerHarnessOptions
 ( org/apache.beam.runners.dataflow.worker/StreamingDataflowWorker.java:506 )
   at org.apache.beam.runners.dataflow.worker.StreamingDataflowWorker.main ( 
org/apache.beam.runners.dataflow.worker/StreamingDataflowWorker.java:483 )
   ```
   
   (Dataflow job link - 
https://pantheon.corp.google.com/dataflow/jobs/us-central1/2024-03-04_09_13_12-10098419578068247665)


-- 
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]

Reply via email to