Jboss get方法的行为不一致... [英] Inconsistent behaviour of Jboss get method ...

查看:84
本文介绍了Jboss get方法的行为不一致...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

与从Jboss缓存中获取数据有关的问题.我正在使用具有以下配置的Jboss缓存:


Problem related to getting data from Jboss cache. I am using Jboss cache with following configuration:


<?xml version="1.0" encoding="UTF-8"?>
<jbosscache xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:jboss:jbosscache-core:config:3.0">

    <locking
         isolationLevel="READ_COMMITTED"
         lockParentForChildInsertRemove="false"
         lockAcquisitionTimeout="600000"
         nodeLockingScheme="mvcc"
         writeSkewCheck="false"
         concurrencyLevel="500"/>

    <transaction transactionManagerLookupClass="org.jboss.cache.transaction.GenericTransactionManagerLookup"/>

      <startup />

    <shutdown />

</jbosscache>




使用相同的fqn从Jboss Cache获取数据时行为不一致,请说"/a/b/c".它运行了好几天,有一天它以相同的fqn"a/b/c"的空数据作为响应,后来又以fqn"a/b/c"的给定数据作为响应.我找不到这个不一致的问题.请帮忙.



问候

Qadir




Inconsistent behaviour while getting data from Jboss Cache using same fqn say "/a/b/c". It was running fine for days and one day it responded with empty data for same fqn "a/b/c" and later on its giving data for fqn "a/b/c". I am unable to find this inconsistency issue. Kinldy help.



Regards

Qadir

推荐答案

问题已解决,基于多个服务器上的时间差异,出现程序错误.


谢谢


问候

Qadir
Issue is resolved, there was programatic error based on difference in time on multiple servers.


Thanks


Regards

Qadir


这篇关于Jboss get方法的行为不一致...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆