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

Mirza Aliev updated IGNITE-18359:
---------------------------------
    Description: 
After merging https://issues.apache.org/jira/browse/IGNITE-18117 there was some 
problems because of recent changes in main branch. The conflict was because in 
IGNITE-18157 

{code:java}
distributionZoneManager = new DistributionZoneManager(zonesConfiguration, 
metaStorageMgr, cmgMgr);
{code}
was moved, so this code was initialised twice, because this code was moved in 
IGNITE-18117 also.

  was:
After merging https://issues.apache.org/jira/browse/IGNITE-18117 there was some 
problems because of recent changes in main branch. The conflict was because in 
IGNITE-18157 

{code:java}
distributionZoneManager = new DistributionZoneManager(zonesConfiguration, 
metaStorageMgr, cmgMgr);
{code}

was initialised twice, because this code was moved in both tickets. 


> Fix build after merging https://issues.apache.org/jira/browse/IGNITE-18117
> --------------------------------------------------------------------------
>
>                 Key: IGNITE-18359
>                 URL: https://issues.apache.org/jira/browse/IGNITE-18359
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Mirza Aliev
>            Assignee: Mirza Aliev
>            Priority: Major
>              Labels: ignite-3
>
> After merging https://issues.apache.org/jira/browse/IGNITE-18117 there was 
> some problems because of recent changes in main branch. The conflict was 
> because in IGNITE-18157 
> {code:java}
> distributionZoneManager = new DistributionZoneManager(zonesConfiguration, 
> metaStorageMgr, cmgMgr);
> {code}
> was moved, so this code was initialised twice, because this code was moved in 
> IGNITE-18117 also.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to