You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Kirill Tkalenko (Jira)" <ji...@apache.org> on 2019/12/26 09:16:00 UTC

[jira] [Created] (IGNITE-12497) PartitionsEvictManager should log all partitions which will be evicted

Kirill Tkalenko created IGNITE-12497:
----------------------------------------

             Summary: PartitionsEvictManager should log all partitions which will be evicted
                 Key: IGNITE-12497
                 URL: https://issues.apache.org/jira/browse/IGNITE-12497
             Project: Ignite
          Issue Type: Improvement
            Reporter: Kirill Tkalenko
            Assignee: Kirill Tkalenko
             Fix For: 2.9


Now we print information about eviction only if it longer then threshold (i.e. progress). And we can't detect in logs, that partition was evicted due to different reasons (rebalance, wrong configuration custom affinity). 
I think we could print information on info level about each evicted partition before start of eviction. Information about partitions could be aggregated, compacted and printed by timer, but *all evicted partitions must be printed to log anyway.*

I would have the following information about each partition:
* partitionId
* groupId
* groupName
* reason (eviction, clearing)



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