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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)