You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stepachev Maksim (Jira)" <ji...@apache.org> on 2020/07/31 11:09:00 UTC

[jira] [Updated] (IGNITE-13302) Java thin client connect/disconnect during topology update may lead to partition divergence in ignite-sys-cache

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

Stepachev Maksim updated IGNITE-13302:
--------------------------------------
    Description: 
And you can see partition inconsistency in ignite-sys-cache
{noformat}
[2020-04-23 15:26:31,816][WARN ][sys-#45%gridgain.Sdsb11784Ver20%][root] Partition states validation has failed for group: ignite-sys-cache, msg: Partitions cache sizes are inconsistent for Part 31: [127.0.0.1:47500=1 127.0.0.1:47501=2 ] Part 43: [127.0.0.1:47500=3 127.0.0.1:47501=4 ] Part 44: [127.0.0.1:47500=1 127.0.0.1:47501=2 ] Part 46: [127.0.0.1:47500=0 127.0.0.1:47501=1 ] Part 91: [127.0.0.1:47500=1 127.0.0.1:47501=2 ]
{noformat}
Research results: 

Entries with an internal key type doesn't check in differed delete queue, it leads to inconsistency. 

  was:
And you can see partition inconsistency in ignite-sys-cache
{noformat}
[2020-04-23 15:26:31,816][WARN ][sys-#45%gridgain.Sdsb11784Ver20%][root] Partition states validation has failed for group: ignite-sys-cache, msg: Partitions cache sizes are inconsistent for Part 31: [127.0.0.1:47500=1 127.0.0.1:47501=2 ] Part 43: [127.0.0.1:47500=3 127.0.0.1:47501=4 ] Part 44: [127.0.0.1:47500=1 127.0.0.1:47501=2 ] Part 46: [127.0.0.1:47500=0 127.0.0.1:47501=1 ] Part 91: [127.0.0.1:47500=1 127.0.0.1:47501=2 ]
{noformat}


> Java thin client connect/disconnect during topology update may lead to partition divergence in ignite-sys-cache
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-13302
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13302
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Stepachev Maksim
>            Assignee: Stepachev Maksim
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> And you can see partition inconsistency in ignite-sys-cache
> {noformat}
> [2020-04-23 15:26:31,816][WARN ][sys-#45%gridgain.Sdsb11784Ver20%][root] Partition states validation has failed for group: ignite-sys-cache, msg: Partitions cache sizes are inconsistent for Part 31: [127.0.0.1:47500=1 127.0.0.1:47501=2 ] Part 43: [127.0.0.1:47500=3 127.0.0.1:47501=4 ] Part 44: [127.0.0.1:47500=1 127.0.0.1:47501=2 ] Part 46: [127.0.0.1:47500=0 127.0.0.1:47501=1 ] Part 91: [127.0.0.1:47500=1 127.0.0.1:47501=2 ]
> {noformat}
> Research results: 
> Entries with an internal key type doesn't check in differed delete queue, it leads to inconsistency. 



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