[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2018-06-26 Thread Dmitriy Pavlov (JIRA)


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

Dmitriy Pavlov updated IGNITE-4756:
---
Fix Version/s: (was: 2.6)
   2.7

> 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: Vyacheslav Daradur
>Priority: Minor
>  Labels: newbie
> Fix For: 2.7
>
>
> 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 print warn message only when nodes count differs more then 
> threshold;
>  # The statistic is calculated and printed only for the local node;
>  # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
> calculated for new {{idealAssignment}}.
>  # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expectedPrimary=, 
> exectedBackups=, 
> primary=, backups=].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
> backups=3(75%)].
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2018-04-11 Thread Anton Vinogradov (JIRA)

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

Anton Vinogradov updated IGNITE-4756:
-
Fix Version/s: (was: 2.5)
   2.6

> 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: Vyacheslav Daradur
>Priority: Minor
>  Labels: newbie
> Fix For: 2.6
>
>
> 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 print warn message only when nodes count differs more then 
> threshold;
>  # The statistic is calculated and printed only for the local node;
>  # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
> calculated for new {{idealAssignment}}.
>  # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expectedPrimary=, 
> exectedBackups=, 
> primary=, backups=].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
> backups=3(75%)].
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2018-03-27 Thread Vyacheslav Daradur (JIRA)

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

Vyacheslav Daradur updated IGNITE-4756:
---
Fix Version/s: 2.5

> 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: Vyacheslav Daradur
>Priority: Minor
>  Labels: newbie
> Fix For: 2.5
>
>
> 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 print warn message only when nodes count differs more then 
> threshold;
>  # The statistic is calculated and printed only for the local node;
>  # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
> calculated for new {{idealAssignment}}.
>  # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expectedPrimary=, 
> exectedBackups=, 
> primary=, backups=].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
> backups=3(75%)].
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2018-03-22 Thread Vyacheslav Daradur (JIRA)

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

Vyacheslav Daradur 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 print warn message only when nodes count differs more then 
threshold;
 # The statistic is calculated and printed only for the local node;
 # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
calculated for new {{idealAssignment}}.
 # Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expectedPrimary=, 
exectedBackups=, primary=, 
backups=].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
backups=3(75%)].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
calculated for new {{idealAssignment}}.
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expectedPrimary=, 
exectedBackups=, primary=, 
backups=].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
backups=3(75%)].
{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
>
> 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 print warn message only when nodes count differs more then 
> threshold;
>  # The statistic is calculated and printed only for the local node;
>  # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
> calculated for new {{idealAssignment}}.
>  # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expectedPrimary=, 
> exectedBackups=, 
> primary=, backups=].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
> backups=3(75%)].
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-09-25 Thread Taras Ledkov (JIRA)

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

Taras Ledkov updated IGNITE-4756:
-
Fix Version/s: (was: 2.3)

> 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
>
> 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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
> calculated for new {{idealAssignment}}.
> # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expectedPrimary=, 
> exectedBackups=, 
> primary=, backups=].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
> backups=3(75%)].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-12 Thread Anton Vinogradov (JIRA)

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

Anton Vinogradov 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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
calculated for new {{idealAssignment}}.
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expectedPrimary=, 
exectedBackups=, primary=, 
backups=].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
backups=3(75%)].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
calculated for new {{idealAssignment}}.
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expectedPrimary=, 
exectedBackups=, primary=, 
backups=].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
backups=4(100%)].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
> calculated for new {{idealAssignment}}.
> # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expectedPrimary=, 
> exectedBackups=, 
> primary=, backups=].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
> backups=3(75%)].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
calculated for new {{idealAssignment}}.
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expectedPrimary=, 
exectedBackups=, primary=, 
backups=].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
backups=4(100%)].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
calculated for new {{idealAssignment}}.
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expectedPrimary=, 
exectedBackups=, primary=, 
backups=].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
backups= 4(100%)].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
> calculated for new {{idealAssignment}}.
> # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expectedPrimary=, 
> exectedBackups=, 
> primary=, backups=].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
> backups=4(100%)].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
calculated for new {{idealAssignment}}.
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expectedPrimary=, 
exectedBackups=, primary=, 
backups=].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
backups= 4(100%)].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
calculated for new {{idealAssignment}}.
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expectedPrimary=, 
exectedBackups=, primary=, 
backups=].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
backups= 4(100 %)].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
> calculated for new {{idealAssignment}}.
> # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expectedPrimary=, 
> exectedBackups=, 
> primary=, backups=].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
> backups= 4(100%)].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
calculated for new {{idealAssignment}}.
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expectedPrimary=, 
exectedBackups=, primary=, 
backups=].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
backups= 4(100 %)].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expected=, found=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expected=1.33 (33.3%), found=[1 (25%), 2 (50%), 3(75%)]].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Statistic is placed at the {{GridAffinityAssignmentCache#calculate}} and 
> calculated for new {{idealAssignment}}.
> # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expectedPrimary=, 
> exectedBackups=, 
> primary=, backups=].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expectedPrimary=1.33 (33.3%), exectedBackups=2.66 (66.66%), primary=1 (25%), 
> backups= 4(100 %)].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expected=, found=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expected=1.33 (33.3%), found=[1 (25%), 2 (50%), 3(75%)]].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expected=, found=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expected=100 (10%), found=[100 (10%), 150 (15%), 500 (50%)]].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expected=, found=[, 
>  ..., ]].
> {noformat}
> e.g. for cache with name "test", 2 backups, 4 partition, 3 nodes:
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expected=1.33 (33.3%), found=[1 (25%), 2 (50%), 3(75%)]].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Local node affinity assignment distribution is not ideal [cache=, 
expected=, found=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Local node affinity assignment distribution is not ideal [cache=test, 
expected=100 (10%), found=[100 (10%), 150 (15%), 500 (50%)]].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution is uneven [cache=, 
ideal=, distribution=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Affinity assignment distribution is uneven [cache=test, ideal=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Message format is
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=, 
> expected=, found=[, 
>  ..., ]].
> {noformat}
> e.g. for cache with name "test", 2 backups and (partitions count / nodes 
> count) == 100 :
> {noformat}
> Local node affinity assignment distribution is not ideal [cache=test, 
> expected=100 (10%), found=[100 (10%), 150 (15%), 500 (50%)]].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution is uneven [cache=, 
ideal=, distribution=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Affinity assignment distribution is uneven [cache=test, ideal=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution is not even [cache=, 
ideal=, distribution=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Affinity assignment distribution is not even [cache=test, ideal=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Message format is
> {noformat}
> Affinity assignment distribution is uneven [cache=, 
> ideal=, distribution=[, 
>  ..., ]].
> {noformat}
> e.g. for cache with name "test", 2 backups and (partitions count / nodes 
> count) == 100 :
> {noformat}
> Affinity assignment distribution is uneven [cache=test, ideal=100 (10%), 
> distribution=[100 (10%), 150 (15%), 500 (50%)]].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution is not even [cache=, 
ideal=, distribution=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Affinity assignment distribution is not even [cache=test, ideal=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution is not even [cache=, 
even=, distribution=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Affinity assignment distribution is not even [cache=test, even=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Message format is
> {noformat}
> Affinity assignment distribution is not even [cache=, 
> ideal=, distribution=[, 
>  ..., ]].
> {noformat}
> e.g. for cache with name "test", 2 backups and (partitions count / nodes 
> count) == 100 :
> {noformat}
> Affinity assignment distribution is not even [cache=test, ideal=100 (10%), 
> distribution=[100 (10%), 150 (15%), 500 (50%)]].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution is not even [cache=, 
even=, distribution=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Affinity assignment distribution is not even [cache=test, even=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution not even [cache=, 
even=, distribution=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Affinity assignment distribution not even [cache=test, even=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Message format is
> {noformat}
> Affinity assignment distribution is not even [cache=, 
> even=, distribution=[, 
>  ..., ]].
> {noformat}
> e.g. for cache with name "test", 2 backups and (partitions count / nodes 
> count) == 100 :
> {noformat}
> Affinity assignment distribution is not even [cache=test, even=100 (10%), 
> distribution=[100 (10%), 150 (15%), 500 (50%)]].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution not even [cache=, 
even=, distribution=[, 
 ..., ]].
{noformat}
e.g. for cache with name "test", 2 backups and (partitions count / nodes count) 
== 100 :
{noformat}
Affinity assignment distribution not even [cache=test, even=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution not even [cache=, 
even=, distribution=[, 
 ..., ]].
e.g.:
Affinity assignment distribution not even [cache=test, even=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Message format is
> {noformat}
> Affinity assignment distribution not even [cache=, 
> even=, distribution=[, 
>  ..., ]].
> {noformat}
> e.g. for cache with name "test", 2 backups and (partitions count / nodes 
> count) == 100 :
> {noformat}
> Affinity assignment distribution not even [cache=test, even=100 (10%), 
> distribution=[100 (10%), 150 (15%), 500 (50%)]].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution not even [cache=, 
even=, distribution=[, 
 ..., ]].
e.g.:
Affinity assignment distribution not even [cache=test, even=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].
{noformat}

  was:
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution not even [cache=, 
even=, distribution=[, 
 ..., ]].
e.g.:
Affinity assignment distribution not even [cache=test, even=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].


> 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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Message format is
> {noformat}
> Affinity assignment distribution not even [cache=, 
> even=, distribution=[, 
>  ..., ]].
> e.g.:
> Affinity assignment distribution not even [cache=test, even=100 (10%), 
> distribution=[100 (10%), 150 (15%), 500 (50%)]].
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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 print warn message only when nodes count differs more then 
threshold;
# The statistic is calculated and printed only for the local node;
# Message format is
{noformat}
Affinity assignment distribution not even [cache=, 
even=, distribution=[, 
 ..., ]].
e.g.:
Affinity assignment distribution not even [cache=test, even=100 (10%), 
distribution=[100 (10%), 150 (15%), 500 (50%)]].

  was:
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}
: primary, [, , 
], ...,  [, , 
]
: backup_0, [, , 
], ...,  [, , 
]
...
: backup_N, [, , 
], ...,  [, , 
]
{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 print warn message only when nodes count differs more then 
> threshold;
> # The statistic is calculated and printed only for the local node;
> # Message format is
> {noformat}
> Affinity assignment distribution not even [cache=, 
> even=, distribution=[, 
>  ..., ]].
> e.g.:
> Affinity assignment distribution not even [cache=test, even=100 (10%), 
> distribution=[100 (10%), 150 (15%), 500 (50%)]].



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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}
: primary, [, , 
], ...,  [, , 
]
: backup_0, [, , 
], ...,  [, , 
]
...
: backup_N, [, , 
], ...,  [, , 
]
{noformat}

  was:
Summarize discussions:
Add log message in case partitions distribution is not close to even 
distribution:

#


{noformat}
: primary, [, , 
], ...,  [, , 
]
: backup_0, [, , 
], ...,  [, , 
]
...
: backup_N, [, , 
], ...,  [, , 
]
{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}
> : primary, [, , 
> ], ...,  [, , 
> ]
> : backup_0, [, , 
> ], ...,  [, , 
> ]
> ...
> : backup_N, [, , 
> ], ...,  [, , 
> ]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-07 Thread Taras Ledkov (JIRA)

 [ 
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:

#


{noformat}
: primary, [, , 
], ...,  [, , 
]
: backup_0, [, , 
], ...,  [, , 
]
...
: backup_N, [, , 
], ...,  [, , 
]
{noformat}

  was:
Print information about affinity assignment to log.
e.g.: 

{noformat}
: primary, [, , 
], ...,  [, , 
]
: backup_0, [, , 
], ...,  [, , 
]
...
: backup_N, [, , 
], ...,  [, , 
]
{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:
> #
> {noformat}
> : primary, [, , 
> ], ...,  [, , 
> ]
> : backup_0, [, , 
> ], ...,  [, , 
> ]
> ...
> : backup_N, [, , 
> ], ...,  [, , 
> ]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-07-05 Thread Taras Ledkov (JIRA)

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

Taras Ledkov updated IGNITE-4756:
-
Fix Version/s: (was: 2.1)
   2.2

> 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
>
>
> Print information about affinity assignment to log.
> e.g.: 
> {noformat}
> : primary, [, , 
> ], ...,  [, , 
> ]
> : backup_0, [, , 
> ], ...,  [, , 
> ]
> ...
> : backup_N, [, , 
> ], ...,  [, , 
> ]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-04-10 Thread Vladimir Ozerov (JIRA)

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

Vladimir Ozerov updated IGNITE-4756:

Fix Version/s: (was: 2.0)
   2.1

> 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
>Priority: Minor
>  Labels: newbie
> Fix For: 2.1
>
>
> Print information about affinity assignment to log.
> e.g.: 
> {noformat}
> : primary, [, , 
> ], ...,  [, , 
> ]
> : backup_0, [, , 
> ], ...,  [, , 
> ]
> ...
> : backup_N, [, , 
> ], ...,  [, , 
> ]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-02-27 Thread Yakov Zhdanov (JIRA)

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

Yakov Zhdanov updated IGNITE-4756:
--
Labels: newbie  (was: )

> 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
>Priority: Minor
>  Labels: newbie
> Fix For: 2.0
>
>
> Print information about affinity assignment to log.
> e.g.: 
> {noformat}
> : primary, [, , 
> ], ...,  [, , 
> ]
> : backup_0, [, , 
> ], ...,  [, , 
> ]
> ...
> : backup_N, [, , 
> ], ...,  [, , 
> ]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (IGNITE-4756) Print info about partition distribution to log

2017-02-27 Thread Taras Ledkov (JIRA)

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

Taras Ledkov updated IGNITE-4756:
-
Description: 
Print information about affinity assignment to log.
e.g.: 

{noformat}
: primary, [, , 
], ...,  [, , 
]
: backup_0, [, , 
], ...,  [, , 
]
...
: backup_N, [, , 
], ...,  [, , 
]
{noformat}

  was:
Print information about affinity assignment to log.
e.g.: 

{noformat}
: [, , ], 
...,  [, , ]
{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
>Priority: Minor
> Fix For: 2.0
>
>
> Print information about affinity assignment to log.
> e.g.: 
> {noformat}
> : primary, [, , 
> ], ...,  [, , 
> ]
> : backup_0, [, , 
> ], ...,  [, , 
> ]
> ...
> : backup_N, [, , 
> ], ...,  [, , 
> ]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)