You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Danut Radoaica (Jira)" <ji...@apache.org> on 2022/12/09 22:35:00 UTC

[jira] [Comment Edited] (IGNITE-18347) .NET: B+Tree is corrupted when string value has emoticons

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

Danut Radoaica edited comment on IGNITE-18347 at 12/9/22 10:34 PM:
-------------------------------------------------------------------

The "Caused by:" is missing from our prduction env (it is a .NET shell and we did not log the "nativeErrorInfo" from NLog). I will try to reproduce it locally


was (Author: dradoaica):
The "Caused by:" is missing from our prduction env. I will try to reproduce it locally

> .NET: B+Tree is corrupted when string value has emoticons
> ---------------------------------------------------------
>
>                 Key: IGNITE-18347
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18347
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.14
>         Environment: Apache Ignite: v2.14.0
> JDK: v1.11
> .NET Core: v6.0
> Azure Kubernetes Service (AKS)
> StorageClass: (provisioner: disk.csi.azure.com, skuname: Premium_ZRS)
>            Reporter: Danut Radoaica
>            Priority: Major
>
> exception: "JVM will be halted immediately due to the failure: [failureCtx=FailureContext [type=CRITICAL_ERROR, err=class o.a.i.i.processors.cache.persistence.tree.CorruptedTreeException: B+Tree is corrupted [groupId=-1229361758, pageIds=[1129924291198982], groupName=Druid.DataAccess.DbEntities.LiveChatConversation, msg=Runtime failure on search row: SearchRow [key=KeyCacheObjectImpl [part=937, val=6194b7bf-64a0-4b00-87eb-2660ecc3536a, hasValBytes=true], hash=1847364021, cacheId=-998779923]]]]"
> dto:        
>         [Table("LiveChatConversation")]
>         private class LiveChatConversation
>         {
>             [Column]
>             [Key]
>             public Guid Id \{ get; set; }
>             [Column]
>             [MaxLength(255)]
>             public string HelpdeskSubject \{ get; set; }
>         }
> HelpdeskSubject string value: "💋💋💋💋💋💋💋💋💋"



--
This message was sent by Atlassian Jira
(v8.20.10#820010)