[ https://issues.apache.org/jira/browse/IGNITE-15342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Amelchev Nikita updated IGNITE-15342: ------------------------------------- Fix Version/s: 2.13 (was: 2.12) > Fix partition eviction process logging > -------------------------------------- > > Key: IGNITE-15342 > URL: https://issues.apache.org/jira/browse/IGNITE-15342 > Project: Ignite > Issue Type: Task > Reporter: Maxim Muzafarov > Priority: Major > Fix For: 2.13 > > > There is unnecessary logging during the eviction process. > {code} > [2021-08-19 18:07:08,483][INFO > ][exchange-worker-#63%snapshot.IgniteClusterSnapshotRestoreSelfTest0%][PartitionsEvictManager] > Eviction in progress [groups=1, remainingPartsToEvict=0] > [2021-08-19 18:07:08,483][INFO > ][exchange-worker-#131%snapshot.IgniteClusterSnapshotRestoreSelfTest1%][PartitionsEvictManager] > Eviction in progress [groups=1, remainingPartsToEvict=0] > [2021-08-19 18:07:08,484][INFO > ][exchange-worker-#131%snapshot.IgniteClusterSnapshotRestoreSelfTest1%][PartitionsEvictManager] > Group eviction in progress [grpName=default, grpId=1544803905, > remainingPartsToEvict=1, partsEvictInProgress=0, totalParts=4] > [2021-08-19 18:07:08,484][INFO > ][exchange-worker-#63%snapshot.IgniteClusterSnapshotRestoreSelfTest0%][PartitionsEvictManager] > Group eviction in progress [grpName=shared, grpId=-903566235, > remainingPartsToEvict=1, partsEvictInProgress=0, totalParts=4] > [2021-08-19 18:07:08,485][INFO > ][exchange-worker-#63%snapshot.IgniteClusterSnapshotRestoreSelfTest0%][PartitionsEvictManager] > Partitions have been scheduled for eviction: [grpId=-903566235, > grpName=shared, clearing=[0]] > [2021-08-19 18:07:08,485][INFO > ][exchange-worker-#131%snapshot.IgniteClusterSnapshotRestoreSelfTest1%][PartitionsEvictManager] > Partitions have been scheduled for eviction: [grpId=1544803905, > grpName=default, eviction=[2]] > {code} -- This message was sent by Atlassian Jira (v8.20.1#820001)