You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2018/10/16 13:54:00 UTC

[jira] [Updated] (IGNITE-9872) [Test falied] IgniteSinkConnectorTest.testSinkPutsWithoutTransformation

     [ https://issues.apache.org/jira/browse/IGNITE-9872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Goncharuk updated IGNITE-9872:
-------------------------------------
    Ignite Flags:   (was: Docs Required)

> [Test falied] IgniteSinkConnectorTest.testSinkPutsWithoutTransformation
> -----------------------------------------------------------------------
>
>                 Key: IGNITE-9872
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9872
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.7
>            Reporter: Maxim Pudov
>            Assignee: Maxim Pudov
>            Priority: Major
>             Fix For: 2.8
>
>
> Test started failing after updating kafka https://issues.apache.org/jira/browse/IGNITE-9126
> There is an issue with classloading in kafka https://issues.apache.org/jira/browse/KAFKA-6914, which was fixed but wasn't included to any public releases yet.
> It can be fixed in our test by replacing system class loader in org.apache.ignite.stream.kafka.connect.IgniteSinkConnectorTest#beforeTest:
> Field scl = ClassLoader.class.getDeclaredField("scl"); // Get system class loader
> scl.setAccessible(true); // Set accessible
> scl.set(null, getClass().getClassLoader());
> However, it might be better to wait for kafka 1.1.2 and just update its version.



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