手机银行显示原子服务器异常,IgniteException:无法找到原子长

我正在运行具有1个服务器和2个客户端的Ignite v2.1。客户端在Tomcat服务器上运行并使用IgniteSpringBean。IgniteException:无法找到原子长

两个客户端都使用相同的IgniteAtomicLong。当一个客户端从电网中,当其他客户端尝试使用的AtomicLong它抛出以下异常删除:

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)

(我没有看到IgniteAtomicSequence这种行为)

这里是内异常所述一个以上列出:

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)

这里是服务器配置:

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">

下面是客户端的配置(略):

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 | |

| Ignite home | |

| Localhost | |

| Consistent ID | |

| 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 | |

| Quiet mode | on |

| Success filename | |

| Update notification enabled | on |

| Include properties | |

| 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 | |

| 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 | |

| Eviction Policy Max Size | |

| Eviction Filter | |

| Near Cache Enabled | off |

| Near Start Size | 0 |

| Near Eviction Policy | |

| Near Eviction Policy Max Size | |

| Default Lock Timeout | 0 |

| Metadata type count | 0 |

| Cache Interceptor | |

| Store Enabled | off |

| Store Class | |

| 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 | |

| Writer Factory Class Name | |

| 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 | |

| Query Indexed Types | |

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

Cache '[email protected]':

+==========================================================================================================+

| 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 | |

| Eviction Policy Max Size | |

| Eviction Filter | |

| Near Cache Enabled | off |

| Near Start Size | 0 |

| Near Eviction Policy | |

| Near Eviction Policy Max Size | |

| Default Lock Timeout | 0 |

| Metadata type count | 0 |

| Cache Interceptor | |

| Store Enabled | off |

| Store Class | |

| 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 | |

| Writer Factory Class Name | |

| 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 | |

| Query Indexed Types | |

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

visor>

+0

你可以分享你的客户端和服务器的配置? –

+0

您是否将客户的IgniteAtomicLong声明为spring bean? –

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值