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

Ignite TC Bot commented on IGNITE-12773:
----------------------------------------

{panel:title=Branch: [pull/7514/head] Base: [master] : No blockers 
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
[TeamCity *--> Run :: All* 
Results|https://ci.ignite.apache.org/viewLog.html?buildId=5142048&buildTypeId=IgniteTests24Java8_RunAll]

> Reduce number of cluster deactivation methods in internal API.
> --------------------------------------------------------------
>
>                 Key: IGNITE-12773
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12773
>             Project: Ignite
>          Issue Type: Improvement
>    Affects Versions: 2.8
>            Reporter: Vladimir Steshin
>            Assignee: Vladimir Steshin
>            Priority: Minor
>             Fix For: 2.9
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> To reduce number of cluster deactivation methods in internal API we might:
> {code:java}
> 1.    Remove
> GridClientClusterState#active()
> 2.    Remove
> GridClientClusterState#active(boolean active)
> 3.    Remove
> IGridClusterStateProcessor#changeGlobalState(
>     boolean activate,
>     Collection<? extends BaselineNode> baselineNodes,
>     boolean forceChangeBaselineTopology
> )
> 4.    Remove
> GridClusterStateProcessor#changeGlobalState(
>     final boolean activate,
>     Collection<? extends BaselineNode> baselineNodes,
>     boolean forceChangeBaselineTopology,
>     boolean isAutoAdjust
> )
> 5.    Remove
> GridClusterStateProcessor#changeGlobalState(
>     final boolean activate,
>     Collection<? extends BaselineNode> baselineNodes,
>     boolean forceChangeBaselineTopology
> )
> 6.    Remove 
> GridClusterStateProcessor#changeGlobalState(
>     ClusterState state,
>     Collection<? extends BaselineNode> baselineNodes,
>     boolean forceChangeBaselineTopology
> )
> 7.    Add boolean isAutoAdjust to 
> IGridClusterStateProcessor#changeGlobalState(
>     ClusterState state,
>     Collection<? extends BaselineNode> baselineNodes,
>     boolean forceChangeBaselineTopology,
>     boolean isAutoAdjust
> )
> 8.    Add @Override to 
> IGridClusterStateProcessor#changeGlobalState(
>         ClusterState state,
>         Collection<? extends BaselineNode> baselineNodes,
>         boolean forceChangeBaselineTopology,
>         boolean isAutoAdjust
>     )
> 9.      Remove, combine with #8:
> IGridClusterStateProcessor#changeGlobalState0(
>         ClusterState state,
>         BaselineTopology blt,
>         boolean forceChangeBaselineTopology,
>         boolean isAutoAdjust
>     ) 
> {code}



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

Reply via email to