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>
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
Issue is resolved, there was programatic error based on difference in time on multiple servers.
Thanks
Regards
Qadir