You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/06 22:18:41 UTC

[jira] [Commented] (SAMZA-1192) TestJoinOperator tests fail on JDK 1.8.0_05

    [ https://issues.apache.org/jira/browse/SAMZA-1192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959885#comment-15959885 ] 

ASF GitHub Bot commented on SAMZA-1192:
---------------------------------------

GitHub user prateekm opened a pull request:

    https://github.com/apache/samza/pull/115

    SAMZA-1192: Fixed TestJoinOperator test failure on JDK 1.8.0_05

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prateekm/samza join-test-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/samza/pull/115.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #115
    
----
commit 51bf2436a27dd1400dcd72f3e52153c794d283b4
Author: Prateek Maheshwari <pm...@linkedin.com>
Date:   2017-04-06T22:02:09Z

    SAMZA-1192: Fixed TestJoinOperator test failure on JDK 1.8.0_05

----


> TestJoinOperator tests fail on JDK 1.8.0_05
> -------------------------------------------
>
>                 Key: SAMZA-1192
>                 URL: https://issues.apache.org/jira/browse/SAMZA-1192
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Prateek Maheshwari
>            Assignee: Prateek Maheshwari
>
> TestJoinOperator tests fail on JDK 1.8.0_05 due to a JDK bug: https://bugs.openjdk.java.net/browse/JDK-8073755.
> Error:
> {code}
> Gradle test > org.apache.samza.operators.TestJoinOperator.join > no output captured
> join FAILED
>     java.lang.BootstrapMethodError: call site initialization exception
>         at java.lang.invoke.CallSite.makeSite(CallSite.java:328)
>         at java.lang.invoke.MethodHandleNatives.linkCallSite(MethodHandleNatives.java:296)
>         at org.apache.samza.operators.TestJoinOperator$TestStreamApplication.init(TestJoinOperator.java:246)
>         at org.apache.samza.task.StreamOperatorTask.init(StreamOperatorTask.java:86)
>         at org.apache.samza.operators.TestJoinOperator.createStreamOperatorTask(TestJoinOperator.java:239)
>         at org.apache.samza.operators.TestJoinOperator.join(TestJoinOperator.java:54)
>         Caused by:
>         java.lang.invoke.LambdaConversionException: Type mismatch in captured lambda parameter 0: expecting class org.apache.samza.operators.TestJoinOperator$TestStreamApplication, found class org.apache.samza.operators.TestJoinOperator
>             at java.lang.invoke.AbstractValidatingLambdaMetafactory.validateMetafactoryArgs(AbstractValidatingLambdaMetafactory.java:256)
>             at java.lang.invoke.LambdaMetafactory.metafactory(LambdaMetafactory.java:303)
>             at java.lang.invoke.CallSite.makeSite(CallSite.java:289)
>             ... 5 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)