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

Danut Radoaica commented on IGNITE-13588:
-----------------------------------------

the error/warning was something like "Key-value pair is not inserted into any 
SQL table ... Make sure that same type(s) used when adding Object or 
BinaryObject to cache ... Otherwise, entries will be stored in cache, but not 
appear as SQL Table rows" wit extra info regarding the metadata, saying the 
cahe type was "System.Collections.Generic.List`1[[...Version=1.26.0, 
Culture=neutral, ...]]" and I try to insert of type 
"System.Collections.Generic.List`1[[...Version=1.27.0, Culture=neutral, ...]]" 
(same class); I switched to use non-generic types in production

> .NET: Returns the full name of the specified type without any assembly 
> version info. The reason why this method is needed is that a generic type's 
> FullName contains the full AssemblyQualifiedName of its item type. 
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-13588
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13588
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.9, 2.8.1
>         Environment: Apache Ignite: v2.8.1
> JDK: v1.8
> .NET Core: v3.1
>            Reporter: Danut Radoaica
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET, 2.9.1-rc
>             Fix For: 2.9.1
>
>         Attachments: Untitled.png
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Returns the full name of the specified type without any assembly version 
> info. The reason why this method is needed is that a generic type's FullName 
> contains the full AssemblyQualifiedName of its item type. 
> ([https://github.com/apache/ignite/pull/8337)|https://github.com/apache/ignite/pull/8337]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to