chamikaramj commented on PR #35714: URL: https://github.com/apache/beam/pull/35714#issuecomment-3131035857
I'm running into SDK harnesses crashes with the following when trying a Dataflow job with the latest SNAPSHOT jars. Seems related. ``` DEFAULT 2025-07-29T07:11:04.414243329Z Caused by: java.lang.IllegalArgumentException: Multiple entries with same key: beam:transform:sdf_truncate_sized_restrictions:v1=org.apache.beam.fn.harness.SplittableTruncateSizedRestrictionsDoFnRunner$Factory@61f80d55 and beam:transform:sdf_truncate_sized_restrictions:v1=org.apache.beam.fn.harness.FnApiDoFnRunner$Factory@b965857 DEFAULT 2025-07-29T07:11:04.414285096Z at org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.ImmutableMap.conflictException(ImmutableMap.java:378) DEFAULT 2025-07-29T07:11:04.414346423Z at org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.ImmutableMap.checkNoConflict(ImmutableMap.java:372) DEFAULT 2025-07-29T07:11:04.414447186Z at org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.RegularImmutableMap.checkNoConflictInKeyBucket(RegularImmutableMap.java:246) DEFAULT 2025-07-29T07:11:04.414523569Z at org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.RegularImmutableMap.fromEntryArrayCheckingBucketOverflow(RegularImmutableMap.java:133) DEFAULT 2025-07-29T07:11:04.414592315Z at org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.RegularImmutableMap.fromEntryArray(RegularImmutableMap.java:95) DEFAULT 2025-07-29T07:11:04.414656869Z at org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:572) DEFAULT 2025-07-29T07:11:04.414703604Z at org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.ImmutableMap$Builder.buildOrThrow(ImmutableMap.java:600) DEFAULT 2025-07-29T07:11:04.414766644Z at org.apache.beam.vendor.guava.v32_1_2_jre.com.google.common.collect.ImmutableMap$Builder.build(ImmutableMap.java:587) DEFAULT 2025-07-29T07:11:04.414850360Z at org.apache.beam.fn.harness.control.ProcessBundleHandler.<clinit>(ProcessBundleHandler.java:147) DEFAULT 2025-07-29T07:11:04.414936490Z ... 4 more CRITICAL 2025-07-29T07:11:04.781474222Z Java exited: exit status 1 ``` -- 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: github-unsubscr...@beam.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org