[
https://issues.apache.org/jira/browse/IGNITE-4756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Taras Ledkov updated IGNITE-4756:
---------------------------------
Description:
Summarize discussions:
Add log message in case partitions distribution is not close to even
distribution:
# Add system property IGNITE_PART_DISTRIBUTION_WARN_THRESHOLD with default
value 0.1 to
{noformat}
<cache_name>: primary, [<node_ID_0>, <partitions_count>,
<percentage_of_parts_count>], ..., [<node_ID_N>, <partitions_count>,
<percentage_of_parts_count>]
<cache_name>: backup_0, [<node_ID_0>, <partitions_count>,
<percentage_of_parts_count>], ..., [<node_ID_N>, <partitions_count>,
<percentage_of_parts_count>]
...
<cache_name>: backup_N, [<node_ID_0>, <partitions_count>,
<percentage_of_parts_count>], ..., [<node_ID_N>, <partitions_count>,
<percentage_of_parts_count>]
{noformat}
was:
Summarize discussions:
Add log message in case partitions distribution is not close to even
distribution:
#
{noformat}
<cache_name>: primary, [<node_ID_0>, <partitions_count>,
<percentage_of_parts_count>], ..., [<node_ID_N>, <partitions_count>,
<percentage_of_parts_count>]
<cache_name>: backup_0, [<node_ID_0>, <partitions_count>,
<percentage_of_parts_count>], ..., [<node_ID_N>, <partitions_count>,
<percentage_of_parts_count>]
...
<cache_name>: backup_N, [<node_ID_0>, <partitions_count>,
<percentage_of_parts_count>], ..., [<node_ID_N>, <partitions_count>,
<percentage_of_parts_count>]
{noformat}
> Print info about partition distribution to log
> -----------------------------------------------
>
> Key: IGNITE-4756
> URL: https://issues.apache.org/jira/browse/IGNITE-4756
> Project: Ignite
> Issue Type: Improvement
> Components: general
> Reporter: Taras Ledkov
> Assignee: Vadim Opolski
> Priority: Minor
> Labels: newbie
> Fix For: 2.2
>
>
> Summarize discussions:
> Add log message in case partitions distribution is not close to even
> distribution:
> # Add system property IGNITE_PART_DISTRIBUTION_WARN_THRESHOLD with default
> value 0.1 to
> {noformat}
> <cache_name>: primary, [<node_ID_0>, <partitions_count>,
> <percentage_of_parts_count>], ..., [<node_ID_N>, <partitions_count>,
> <percentage_of_parts_count>]
> <cache_name>: backup_0, [<node_ID_0>, <partitions_count>,
> <percentage_of_parts_count>], ..., [<node_ID_N>, <partitions_count>,
> <percentage_of_parts_count>]
> ...
> <cache_name>: backup_N, [<node_ID_0>, <partitions_count>,
> <percentage_of_parts_count>], ..., [<node_ID_N>, <partitions_count>,
> <percentage_of_parts_count>]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)