You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Belyakov (JIRA)" <ji...@apache.org> on 2019/04/11 12:32:00 UTC

[jira] [Created] (IGNITE-11727) Backup entries remains in cache after rebalance

Igor Belyakov created IGNITE-11727:
--------------------------------------

             Summary: Backup entries remains in cache after rebalance
                 Key: IGNITE-11727
                 URL: https://issues.apache.org/jira/browse/IGNITE-11727
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.4
            Reporter: Igor Belyakov
            Assignee: Igor Belyakov
         Attachments: backup-entries-after-rebalance.zip

Steps to reproduce:
 # start 1 Ignite node (cache backups = 0)
 # load data to cache
 # start 3 additional Ignite nodes and add them to baseline
 # wait till rebalance finish
 # check cache.size(CachePeekMode.BACKUP)

Expected: cache.size(CachePeekMode.BACKUP) returns 0

Actual: cache.size(CachePeekMode.BACKUP) returns value > 0

 

Reproducible in 2.4-master branch. Works correct in 2.4.13/2.4.15.

Reproducer attached.



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