[jira] [Created] (IGNITE-11337) Ignite .NET - Remote Assembly Loading problem when using Data Streamers

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-11337) Ignite .NET - Remote Assembly Loading problem when using Data Streamers

Anton Vinogradov (Jira)
Ondrej Rysavy created IGNITE-11337:
--------------------------------------

             Summary: Ignite .NET - Remote Assembly Loading problem when using Data Streamers
                 Key: IGNITE-11337
                 URL: https://issues.apache.org/jira/browse/IGNITE-11337
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.7
         Environment: Apache Ignite 2.7.0 installed from NuGet, running on Windows 10.

Ignite server executed as:

{{...\.nuget\packages\apache.ignite\2.7.0\lib\net40>Apache.Ignite.exe}}

The test console program (.NET 4.6 target) attached.
            Reporter: Ondrej Rysavy
         Attachments: Program.cs

When using data streaming, the server raises "IgniteException: No matching type found for object [typeId=721826618, typeName=StreamingDemo.StringPairVisitor]".

StreamingDemo.StringPairVisitor implements IStreamReceiver interface (see the attached file).

{{}}Neither suggested solution works (remote assembly loading, -assembly argument, etc.)

The possible workaround is to execute some compute action prior to streaming. Then everything works as expected. 

In general, it seems that Streaming itself does not load the necessary assembly to locate the matching type implementing custom logic for stream processing.



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