Dear Team, we have 15 server nodes which are in baseline topology. We have restarted the nodes, when one of the server nodes(11th node )is restarted it is showing 14 nodes left for auto activation as shown below ,even though other nodes are already restarted. After that we have stopped all the 15 nodes and restarted the 11th node first and rest all other nodes later , then it started recognizing all the other nodes. Please suggest what might be the cause , and this scenario is occurring randomly.
PFA configuration [17:01:05,539][INFO][disco-event-worker-#40%WORKER%][GridDiscoveryManager] ^-- Baseline [id=0, size=15, online=1, offline=14] [17:01:05,539][INFO][disco-event-worker-#40%MATCHERWORKER%][GridDiscoveryManager] ^-- 14 nodes left for auto-activation [17:01:05,619][INFO][tcp-disco-sock-reader-#5%WORKER%][TcpDiscoverySpi] Finished serving remote node connection [rmtAddr=/10.10.180.141:38055, rmtPort=38055 =====-----=====-----===== Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information. If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited. If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments. Thank you
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- Ignite configuration with all defaults and enabled p2p deployment and enabled events. --> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:util="http://www.springframework.org/schema/util" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> <bean parent="ignite.cfg"/> <bean abstract="true" id="ignite.cfg" class="org.apache.ignite.configuration.IgniteConfiguration"> <!-- Set to true to enable distributed class loading for examples, default is false. --> <!--property name="ConnectorConfiguration.jettyPath" value="config/ignite-rest.xml"/--> <property name="peerClassLoadingEnabled" value="false"/> <property name="gridName" value="WORKER"/> <property name="workDirectory" value="path/to/ignite_cache"/> <property name="consistentId" value="matcher_eleven"/> <property name="publicThreadPoolSize" value="4"/> <property name="userAttributes"> <map> <entry key="ROLE" value="WORKER"/> </map> </property> <property name="systemWorkerBlockedTimeout" value="#{60 * 60 * 1000}"/> <property name="failureHandler"> <bean class="org.apache.ignite.failure.RestartProcessFailureHandler"/> </property> <!-- Enable task execution events for examples. --> <property name="includeEventTypes"> <list> <util:constant static-field="org.apache.ignite.events.EventType.EVT_NODE_JOINED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_NODE_LEFT"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_NODE_FAILED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_JOB_STARTED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_JOB_FINISHED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_JOB_TIMEDOUT"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_JOB_REJECTED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_JOB_FAILED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_JOB_CANCELLED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_JOB_FAILED_OVER"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_JOB_RESULTED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_JOB_MAPPED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_CACHE_NODES_LEFT"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_TASK_STARTED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_TASK_FINISHED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_TASK_FAILED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_TASK_TIMEDOUT"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_TASK_SESSION_ATTR_SET"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_TASK_REDUCED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_CACHE_OBJECT_PUT"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_CACHE_OBJECT_READ"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_CACHE_OBJECT_REMOVED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_CACHE_OBJECT_EXPIRED"/> <util:constant static-field="org.apache.ignite.events.EventType.EVT_CACHE_ENTRY_EVICTED"/> </list> </property> <!-- Explicitly configure TCP discovery SPI to provide list of initial nodes. --> <property name="discoverySpi"> <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi"> <property name="localPort" value="47500"/> <property name="localPortRange" value="20"/> <property name="ipFinder"> <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> <property name="addresses"> <list> <value>xx.xx.xxx.IP1:47500..47520</value> <value>xx.xx.xxx.IP2:47500..47520</value> <value>xx.xx.xxx.IP3:47500..47520</value> <value>xx.xx.xxx.IP4:47500..47520</value> <value>xx.xx.xxx.IP5:47500..47520</value> <value>xx.xx.xxx.IP6:47500..47520</value> <value>xx.xx.xxx.IP7:47500..47520</value> <value>xx.xx.xxx.IP8:47500..47520</value> <value>xx.xx.xxx.IP9:47500..47520</value> <value>xx.xx.xxx.IP10:47500..47520</value> <value>xx.xx.xxx.IP11:47500..47520</value> <value>xx.xx.xxx.IP12:47500..47520</value> <value>xx.xx.xxx.IP13:47500..47520</value> <value>xx.xx.xxx.IP14:47500..47520</value> <value>xx.xx.xxx.IP15:47500..47520</value> </list> </property> </bean> </property> </bean> </property> <property name="communicationSpi"> <bean class="org.apache.ignite.spi.communication.tcp.TcpCommunicationSpi"> <property name="localPort" value="47100"/> </bean> </property> <property name="eventStorageSpi"> <bean class="org.apache.ignite.spi.eventstorage.memory.MemoryEventStorageSpi"> </bean> </property> <property name="cacheConfiguration"> <list> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_ONE"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_TWO"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_THREE"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_FOUR"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_FIVE"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_SIX"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_SEVEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_EIGHT"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_NINE"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_TEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_ELEVEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_TWELVE"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_THIRTEEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_FOURTEEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_FIFTEEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_SIXTEEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_SEVENTEEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_EIGHTEEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_NINETEEN"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="CACHE_DEFAULT"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache00"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache01"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache02"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache03"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache04"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache05"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache06"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache07"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache08"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache09"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache10"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache11"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache12"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache13"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache14"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache15"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache16"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache17"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache18"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> <bean class="org.apache.ignite.configuration.CacheConfiguration"> <property name="name" value="Cache19"/> <property name="cacheMode" value="PARTITIONED"/> <property name="partitionLossPolicy" value="READ_WRITE_SAFE"/> <property name="atomicityMode" value="TRANSACTIONAL"/> <property name="rebalanceMode" value="SYNC"/> <property name="backups" value="0"/> <property name="writeSynchronizationMode" value="FULL_SYNC"/> <property name="statisticsEnabled" value="true"/> </bean> </list> </property> <property name="dataStorageConfiguration"> <bean class="org.apache.ignite.configuration.DataStorageConfiguration"> <property name="metricsEnabled" value="true"/> <property name="storagePath" value="ignitedb/storage"/> <property name="walPath" value="wal"/> <property name="walArchivePath" value="wal/archive"/> <property name="walMode" value="FSYNC"/> <property name="maxWalArchiveSize" value="#{1L*1024*1024*1024}"/> <property name="writeThrottlingEnabled" value="true"/> <property name="defaultDataRegionConfiguration"> <bean class="org.apache.ignite.configuration.DataRegionConfiguration"> <property name="persistenceEnabled" value="true"/> <property name="metricsEnabled" value="true"/> </bean> </property> </bean> </property> </bean> </beans>