You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2021/08/19 15:15:00 UTC

[jira] [Created] (IGNITE-15342) Fix partition eviction process logging

Maxim Muzafarov created IGNITE-15342:
----------------------------------------

             Summary: 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


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.3.4#803005)