[ https://issues.apache.org/jira/browse/BEAM-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17243340#comment-17243340 ]
Robert Burke edited comment on BEAM-11250 at 12/3/20, 4:50 PM: --------------------------------------------------------------- Ran into this for the release as well, and patched only the release for it since I couldn't replicate the failure on master. [https://github.com/apache/beam/pull/13467] BEAM-11385 As a result I'm bumping the fix version to 2.27.0 Alternatively we simply close this issue. was (Author: lostluck): Ran into this for the release as well, and patched only the release for it since I couldn't replicate the failure on master. [https://github.com/apache/beam/pull/13467] BEAM-11385 > Error :runners:samza:compileJava for checkJavaLinkage > ----------------------------------------------------- > > Key: BEAM-11250 > URL: https://issues.apache.org/jira/browse/BEAM-11250 > Project: Beam > Issue Type: Bug > Components: runner-samza > Affects Versions: Not applicable > Reporter: Esun Kim > Assignee: Kenneth Knowles > Priority: P1 > Fix For: 2.27.0 > > > Running checkJavaLinkage against most of all artifacts ends up with compile > error in :runners:samza:compileJava. (master branch) > How to reproduce this > {code} > $ docker -it --rm adoptopenjdk:8 /bin/bash > # git clone beam (commit 02a1cd24) & install golang & rsync > # java -version > openjdk version "1.8.0_272" > OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_272-b10) > OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.272-b10, mixed mode) > # ./gradlew -Ppublishing > -PjavaLinkageArtifactIds=beam-sdks-java-io-google-cloud-platform > :checkJavaLinkage > > Task :runners:samza:compileJava > /beam/runners/samza/src/main/java/org/apache/beam/runners/samza/runtime/KeyedTimerData.java:48: > error: [type.argument.type.incompatible] incompatible type argument for type > parameter K of KeyedTimerData. > public class KeyedTimerData<K> implements Comparable<KeyedTimerData<K>> { > ^ > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)