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

ASF GitHub Bot commented on IGNITE-9149:
----------------------------------------

GitHub user ivandasch opened a pull request:

    https://github.com/apache/ignite/pull/4483

    IGNITE-9149 Add proper handling of UUID column in DDL statements.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-9149

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4483.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4483
    
----
commit 06ab44c311a0084f75c44aacb1fc11142f67a922
Author: Ivan Daschinskiy <ivandasch@...>
Date:   2018-08-03T13:30:51Z

    IGNITE-9149 Add proper handling of UUID column in DDL statements.

----


> Get rid of logging remaining supplier nodes rebalance time
> ----------------------------------------------------------
>
>                 Key: IGNITE-9149
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9149
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Maxim Muzafarov
>            Priority: Minor
>              Labels: rebalance
>
> Logging rebalance execution time in section of each supplier node have no 
> sence and provides no helpfull info for analyzing logs. It also 
> overcomplicates {{GridDhtPartitionDemander}}.
> I'm suggesting remove it by simplifying {{Map<UUID, T2<Long, 
> IgniteDhtDemandedPartitionsMap>>}} to {{Map<UUID, 
> IgniteDhtDemandedPartitionsMap>}}.
> {code:java}
> /** Remaining. T2: startTime, partitions */
> private final Map<UUID, T2<Long, IgniteDhtDemandedPartitionsMap>> remaining = 
> new HashMap<>();
> {code}



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

Reply via email to