Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/jpa/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ignite | |使失效|关闭| |关联函数| o.a.i.cache.Affinity.rendezvous.RendezvousAffinityFunction| |关联备份| 2147483647| |亲和分区| 100| |关联排除邻居|错误| |关联映射器|_Ignite - Fatal编程技术网

Ignite | |使失效|关闭| |关联函数| o.a.i.cache.Affinity.rendezvous.RendezvousAffinityFunction| |关联备份| 2147483647| |亲和分区| 100| |关联排除邻居|错误| |关联映射器|

Ignite | |使失效|关闭| |关联函数| o.a.i.cache.Affinity.rendezvous.RendezvousAffinityFunction| |关联备份| 2147483647| |亲和分区| 100| |关联排除邻居|错误| |关联映射器|,ignite,Ignite,| |使失效|关闭| |关联函数| o.a.i.cache.Affinity.rendezvous.RendezvousAffinityFunction| |关联备份| 2147483647| |亲和分区| 100| |关联排除邻居|错误| |关联映射器| o.a.i.i.processors.cache.GridCacheDefaultAffinityKeyMapper| |再平衡模式|同步| |重新平衡批量| 524288| |重新平衡超时| 10000| |再平衡延迟| 0| |重新平衡消

| |使失效|关闭| |关联函数| o.a.i.cache.Affinity.rendezvous.RendezvousAffinityFunction| |关联备份| 2147483647| |亲和分区| 100| |关联排除邻居|错误| |关联映射器| o.a.i.i.processors.cache.GridCacheDefaultAffinityKeyMapper| |再平衡模式|同步| |重新平衡批量| 524288| |重新平衡超时| 10000| |再平衡延迟| 0| |重新平衡消息之间的时间| 0| |已启用逐出策略|关闭| |驱逐政策|| |驱逐政策最大规模|| |逐出过滤器|| |近缓存已启用|关闭| |接近起始尺寸| 0| |接近驱逐政策|| |接近驱逐政策最大规模|| |默认锁定超时| 0| |元数据类型计数| 0| |高速缓存拦截器| |存储已启用|关闭| |商店等级|| |商店工厂级|| |存储保持二进制| false| |商店通读|关闭| |商店注销| |已启用写后功能|关闭| |写在齐平尺寸后| 10240| |写在频率后面| 5000| |写后刷新线程计数| 1| |写在批量大小后面| 512| |并发异步操作数| 500| |装载机工厂类别名称|| |编写器工厂类名|| |过期策略工厂类名| javax.cache.configuration.FactoryBuilder$SingletonFactory| |查询执行时间阈值| 3000| |查询模式名称|| |查询转义名称|关闭| |查询SQL函数|| |查询索引类型|| +--------------------------------------------------------------------------------------------------------+ 缓存“点燃系统原子”-cache@default-ds组': +==========================================================================================================+ |名称|值| +==========================================================================================================+ |组|默认ds组| |动态部署ID | a2e3f511f51-3dcaee4b-3f06-437d-99ae-2bd541f06ec8| |模式|分区| |原子性模式|事务性| |统计启用|关闭| |管理启用|关闭| |生活的时刻渴望旗帜|真实| |写入同步模式|完全同步| |使失效|关闭| |关联函数| o.a.i.cache.Affinity.r
class org.apache.ignite.IgniteException: Failed to find atomic long: MY_ATOMIC_LONG
at org.apache.ignite.internal.processors.datastructures.GridCacheAtomicLongImpl.getAndIncrement(GridCacheAtomicLongImpl.java:153)
java.lang.IllegalStateException: Atomic long was removed from cache: MY_ATOMIC_LONG
at org.apache.ignite.internal.processors.datastructures.GridCacheAtomicLongImpl.removedError(GridCacheAtomicLongImpl.java:328)
at org.apache.ignite.internal.processors.datastructures.GridCacheAtomicLongImpl.checkRemoved(GridCacheAtomicLongImpl.java:304)
at org.apache.ignite.internal.processors.datastructures.GridCacheAtomicLongImpl.getAndIncrement(GridCacheAtomicLongImpl.java:143)
<beans xmlns="http://www.springframework.org/schema/beans"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="
   http://www.springframework.org/schema/beans
   http://www.springframework.org/schema/beans/spring-beans.xsd">
    <!--
        Alter configuration below as needed.
    -->
    <bean id="grid.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
        <property name="peerClassLoadingEnabled" value="true"/>

        <property name="atomicConfiguration">
          <bean class="org.apache.ignite.configuration.AtomicConfiguration">
            <property name="backups" value="1"/>
          </bean>
        </property>

    </bean>     
visor> config
Select node from:
+===================================================================================+
| # |     Node ID8(@), IP      | Node Type | Up Time  | CPUs | CPU Load | Free Heap |
+===================================================================================+
| 0 | D67C1CCE(@n0), 10.0.2.15 | Server    | 01:52:48 | 1    | 1.00 %   | 94.00 %   |
| 1 | E9CCF354(@n1), 10.0.2.15 | Client    | 00:27:59 | 1    | 0.67 %   | 71.00 %   |
+-----------------------------------------------------------------------------------+

Choose node number ('c' to cancel) [0]: 1
Common Parameters:
+---------------------------------------------------------------------------+
| Grid name                        | <default>                              |
| Ignite home                      | <n/a>                                  |
| Localhost                        | <n/a>                                  |
| Consistent ID                    | <n/a>                                  |
| Marshaller                       | o.a.i.i.binary.BinaryMarshaller        |
| Deployment mode                  | SHARED                                 |
| ClientMode                       | on                                     |
| Daemon                           | off                                    |
| Remote JMX enabled               | on                                     |
| Node restart enabled             | off                                    |
| Network timeout                  | 5000ms                                 |
| Grid logger                      | o.a.i.i.GridLoggerProxy                |
| Discovery startup delay          | 60000ms                                |
| MBean server                     | com.sun.jmx.mbeanserver.JmxMBeanServer |
| ASCII logo disabled              | off                                    |
| Discovery order not required     | off                                    |
| Shutdown hook disabled           | off                                    |
| Program name                     | <n/a>                                  |
| Quiet mode                       | on                                     |
| Success filename                 | <n/a>                                  |
| Update notification enabled      | on                                     |
| Include properties               | <n/a>                                  |
| Atomic Cache Mode                | PARTITIONED                            |
| Atomic Sequence Reservation Size | 1000                                   |
| Atomic Number Of Backup Nodes    | 0                                      |
| Transaction Concurrency          | OPTIMISTIC                             |
| Transaction Isolation            | SERIALIZABLE                           |
| Transaction Timeout              | 0ms                                    |
| Transaction Log Cleanup Delay    | 10000ms                                |
| Transaction Log Size             | 0                                      |
| Transaction Manager Factory      |                                        |
| Transaction Use JTA              | off                                    |
+---------------------------------------------------------------------------+

Peer-to-Peer:
+------------------------------------+
| Peer class loading enabled   | on  |
| Missed resources cache size  | 100 |
| Peer-to-Peer loaded packages | []  |
+------------------------------------+

+---------------+

Executor services:
+------------------------------------+
| Public thread pool size        | 8 |
| System thread pool size        | 8 |
| Management thread pool size    | 4 |
| IGFS thread pool size          | 1 |
| Peer-to-Peer thread pool size  | 2 |
| Rebalance Thread Pool size     | 1 |
| REST thread pool size          | 8 |
| SQL processor thread pool size | 8 |
+------------------------------------+

Segmentation:
+----------------------------------------+
| Segmentation policy            | STOP  |
| Segmentation resolvers         | <n/a> |
| Segmentation check frequency   | 10000 |
| Wait for segmentation on start | on    |
| All resolvers pass required    | on    |
+----------------------------------------+

Cache 'ignite-sys-cache':
+========================================================================================================+
|                   Name                    |                           Value                            |
+========================================================================================================+
| Group                                     |                                                            |
| Dynamic Deployment ID                     | e8b0e511f51-d33f45a3-5f16-4ff9-98e7-66b9d5086cbc           |
| Mode                                      | REPLICATED                                                 |
| Atomicity Mode                            | TRANSACTIONAL                                              |
| Statistic Enabled                         | off                                                        |
| Management Enabled                        | off                                                        |
| Time To Live Eager Flag                   | true                                                       |
| Write Synchronization Mode                | FULL_SYNC                                                  |
| Invalidate                                | off                                                        |
| Affinity Function                         | o.a.i.cache.affinity.rendezvous.RendezvousAffinityFunction |
| Affinity Backups                          | 2147483647                                                 |
| Affinity Partitions                       | 100                                                        |
| Affinity Exclude Neighbors                | false                                                      |
| Affinity Mapper                           | o.a.i.i.processors.cache.GridCacheDefaultAffinityKeyMapper |
| Rebalance Mode                            | SYNC                                                       |
| Rebalance Batch Size                      | 524288                                                     |
| Rebalance Timeout                         | 10000                                                      |
| Rebalance Delay                           | 0                                                          |
| Time Between Rebalance Messages           | 0                                                          |
| Eviction Policy Enabled                   | off                                                        |
| Eviction Policy                           | <n/a>                                                      |
| Eviction Policy Max Size                  | <n/a>                                                      |
| Eviction Filter                           | <n/a>                                                      |
| Near Cache Enabled                        | off                                                        |
| Near Start Size                           | 0                                                          |
| Near Eviction Policy                      | <n/a>                                                      |
| Near Eviction Policy Max Size             | <n/a>                                                      |
| Default Lock Timeout                      | 0                                                          |
| Metadata type count                       | 0                                                          |
| Cache Interceptor                         | <n/a>                                                      |
| Store Enabled                             | off                                                        |
| Store Class                               | <n/a>                                                      |
| Store Factory Class                       |                                                            |
| Store Keep Binary                         | false                                                      |
| Store Read Through                        | off                                                        |
| Store Write Through                       | off                                                        |
| Write-Behind Enabled                      | off                                                        |
| Write-Behind Flush Size                   | 10240                                                      |
| Write-Behind Frequency                    | 5000                                                       |
| Write-Behind Flush Threads Count          | 1                                                          |
| Write-Behind Batch Size                   | 512                                                        |
| Concurrent Asynchronous Operations Number | 500                                                        |
| Loader Factory Class Name                 | <n/a>                                                      |
| Writer Factory Class Name                 | <n/a>                                                      |
| Expiry Policy Factory Class Name          | javax.cache.configuration.FactoryBuilder$SingletonFactory  |
| Query Execution Time Threshold            | 3000                                                       |
| Query Schema Name                         |                                                            |
| Query Escaped Names                       | off                                                        |
| Query SQL functions                       | <n/a>                                                      |
| Query Indexed Types                       | <n/a>                                                      |
+--------------------------------------------------------------------------------------------------------+


Cache 'ignite-sys-atomic-cache@default-ds-group':
+==========================================================================================================+
|                   Name                    |                            Value                             |
+==========================================================================================================+
| Group                                     | default-ds-group                                             |
| Dynamic Deployment ID                     | a2e3f511f51-3dcaee4b-3f06-437d-99ae-2bd541f06ec8             |
| Mode                                      | PARTITIONED                                                  |
| Atomicity Mode                            | TRANSACTIONAL                                                |
| Statistic Enabled                         | off                                                          |
| Management Enabled                        | off                                                          |
| Time To Live Eager Flag                   | true                                                         |
| Write Synchronization Mode                | FULL_SYNC                                                    |
| Invalidate                                | off                                                          |
| Affinity Function                         | o.a.i.cache.affinity.rendezvous.RendezvousAffinityFunction   |
| Affinity Backups                          | 0                                                            |
| Affinity Partitions                       | 1024                                                         |
| Affinity Exclude Neighbors                | false                                                        |
| Affinity Mapper                           | o.a.i.i.processors.cache.CacheDefaultBinaryAffinityKeyMapper |
| Rebalance Mode                            | SYNC                                                         |
| Rebalance Batch Size                      | 524288                                                       |
| Rebalance Timeout                         | 10000                                                        |
| Rebalance Delay                           | 0                                                            |
| Time Between Rebalance Messages           | 0                                                            |
| Eviction Policy Enabled                   | off                                                          |
| Eviction Policy                           | <n/a>                                                        |
| Eviction Policy Max Size                  | <n/a>                                                        |
| Eviction Filter                           | <n/a>                                                        |
| Near Cache Enabled                        | off                                                          |
| Near Start Size                           | 0                                                            |
| Near Eviction Policy                      | <n/a>                                                        |
| Near Eviction Policy Max Size             | <n/a>                                                        |
| Default Lock Timeout                      | 0                                                            |
| Metadata type count                       | 0                                                            |
| Cache Interceptor                         | <n/a>                                                        |
| Store Enabled                             | off                                                          |
| Store Class                               | <n/a>                                                        |
| Store Factory Class                       |                                                              |
| Store Keep Binary                         | false                                                        |
| Store Read Through                        | off                                                          |
| Store Write Through                       | off                                                          |
| Write-Behind Enabled                      | off                                                          |
| Write-Behind Flush Size                   | 10240                                                        |
| Write-Behind Frequency                    | 5000                                                         |
| Write-Behind Flush Threads Count          | 1                                                            |
| Write-Behind Batch Size                   | 512                                                          |
| Concurrent Asynchronous Operations Number | 500                                                          |
| Loader Factory Class Name                 | <n/a>                                                        |
| Writer Factory Class Name                 | <n/a>                                                        |
| Expiry Policy Factory Class Name          | javax.cache.configuration.FactoryBuilder$SingletonFactory    |
| Query Execution Time Threshold            | 3000                                                         |
| Query Schema Name                         |                                                              |
| Query Escaped Names                       | off                                                          |
| Query SQL functions                       | <n/a>                                                        |
| Query Indexed Types                       | <n/a>                                                        |
+----------------------------------------------------------------------------------------------------------+

visor>