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

[jira] [Updated] (IGNITE-14300) Rebalance speed as part of test result data

     [ https://issues.apache.org/jira/browse/IGNITE-14300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dmitriy Sorokin updated IGNITE-14300:
-------------------------------------
    Description: 
Need to add properly calculated rebalance speed value to the test result data.

To do that, we need to get the values of cache group metrics {{RebalancingReceivedBytes}}, {{RebalancingStartTime}} and {{RebalancingEndTime}} for each test cache on each node where rebalancing routine has been started. We should sum all {{RebalancingReceivedBytes}} values, and divide that by sum all differences between {{RebalancingEndTime}} and {{RebalancingStartTime}} for getting the real rebalance speed.


  was:Need to add properly calculated rebalance speed value to the test result data. To do that, need to get the total rebalanced data size using jmx metrics or control.sh utility.


> Rebalance speed as part of test result data
> -------------------------------------------
>
>                 Key: IGNITE-14300
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14300
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Dmitriy Sorokin
>            Assignee: Dmitriy Sorokin
>            Priority: Major
>
> Need to add properly calculated rebalance speed value to the test result data.
> To do that, we need to get the values of cache group metrics {{RebalancingReceivedBytes}}, {{RebalancingStartTime}} and {{RebalancingEndTime}} for each test cache on each node where rebalancing routine has been started. We should sum all {{RebalancingReceivedBytes}} values, and divide that by sum all differences between {{RebalancingEndTime}} and {{RebalancingStartTime}} for getting the real rebalance speed.



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