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

Pavel Konstantinov edited comment on IGNITE-850 at 9/2/15 4:02 AM:
-------------------------------------------------------------------

1) "multicastGroup" (and "localAddress" too) must be removed from code 
generation if it empty (set any value then clear it).
{code}
<property name="multicastGroup" value=""/>
{code}

2) "Atomics configuration"
    "backups" should be generated only for partitioned mode
{code}
<property name="atomicConfiguration">
    <bean class="org.apache.ignite.configuration.AtomicConfiguration">
        <property name="backups" value="10"/>
        <property name="cacheMode" value="LOCAL"/>
        <property name="atomicSequenceReserveSize" value="345"/>
    </bean>
</property>

{code}


was (Author: pkonstantinov):
"multicastGroup" (and "localAddress" too) must be removed from code generation 
if it empty (set any value then clear it).
{code}
<property name="multicastGroup" value=""/>
{code}

> Implement clusters screen
> -------------------------
>
>                 Key: IGNITE-850
>                 URL: https://issues.apache.org/jira/browse/IGNITE-850
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>            Reporter: Alexey Goncharuk
>            Assignee: Alexey Kuznetsov
>             Fix For: ignite-1.4
>
>         Attachments: cluster page.png, clusters-page-2.png, 
> clusters-page-3.png, clusters.pdf, ig-850-zones.png
>
>
> See screenshot



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to