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/08 18:46:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Danut Radoaica updated IGNITE-18347:
------------------------------------
    Description: 
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: "💋💋💋💋💋💋💋💋💋"

  was:
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]]]]"

test string value: "💋💋💋💋💋💋💋💋💋"


> .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
>            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)