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

[jira] [Comment Edited] (IGNITE-12080) Add extended logging for rebalance

    [ https://issues.apache.org/jira/browse/IGNITE-12080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16911065#comment-16911065 ] 

Kirill Tkalenko edited comment on IGNITE-12080 at 8/20/19 7:53 AM:
-------------------------------------------------------------------

[~v.pyatkov] Please code review.


was (Author: ktkalenko@gridgain.com):
[~antonovsergey93] Please code review.

> Add extended logging for rebalance
> ----------------------------------
>
>                 Key: IGNITE-12080
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12080
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Kirill Tkalenko
>            Assignee: Kirill Tkalenko
>            Priority: Major
>
> We should log all information about finished rebalance on demander node.
> I'd have in log:
> h3. Total information:
> # Rebalance duration, rebalance start time/rebalance finish time
> # How many partitions were processed in each topic (number of paritions, number of entries, number of bytes)
> # How many nodes were suppliers in rebalance (nodeId, number of supplied paritions, number of supplied entries, number of bytes, duraton of getting and processing partitions from supplier)
> h3. Information per cache group:
> # Rebalance duration, rebalance start time/rebalance finish time
> # How many partitions were processed in each topic (number of paritions, number of entries, number of bytes)
> # How many nodes were suppliers in rebalance (nodeId, number of supplied paritions, list of partition ids with PRIMARY/BACKUP flag, number of supplied entries, number of bytes, duraton of getting and processing partitions from supplier)
> # Information about each partition distribution (list of nodeIds with primary/backup flag and marked supplier nodeId)
> h3. Information per supplier node:
> # How many paritions were requested: 
> #* Total number
> #* Primary/backup distribution (number of primary partitions, number of backup partitions)
> #* Total number of entries
> #* Total size partitions in bytes
> # How many paritions were requested per cache group:
> #* Number of requested partitions
> #* Number of entries in partitions
> #* Total size of partitions in bytes
> #* List of requested partitions with size in bytes, count entries, primary or backup partition flag



--
This message was sent by Atlassian Jira
(v8.3.2#803003)