Log in to follow, share, and participate in this community.
Thread EJB 3, Update Jboss Cache
EJB 3, Update Jboss Cachehi all, i'm newbie on jboss cache and sorry about my question. i tried to use jboss cache into my ejb application to avoid database round trips. i found example how to cache entities there : http://docs.jboss.org/e...
JBC3.x configuration file-WDYT?There are many changes related to JBossCache configuration file scheduled for 3.0, so we also redesigned it a bit. You can find our suggested layout here: http://wiki.jboss.org/wiki/JBC3Config Please take a look and c...
Thread state transfer optimizations - persisitng state with JDBCCac
state transfer optimizations - persisitng state with JDBCCacBackground: When integrating persistent state, individual insert operations are being triggered on JDBCCacheLoader. This might be optimized by batching these insert calls, though gaining significant performance. Now ...
new eviction region issuesAt the moment, when we create a new eviction region and there are nodes in the cache for the given region, these nodes won't ever be evicted as no eviction events will be placed in eviction queue. This does not seem a...
Design of JBCACHE-1316Re: http://jira.jboss.com/jira/browse/JBCACHE-1316 I've got this one ready to go into trunk. If everyone's happy with the approach below, I'll port it to 2.1.x and the 1.4.x branch. I've created a new test class cal...
Fqns containing just StringsWe've spoken about this at length in the past, and got to the point where we'd be happy with Fqns containing just Strings and Java primitives. After discussing things further at JBoss World, we really should just lim...
Thread What are .OLD files and how to delete those files
What are .OLD files and how to delete those filesHi, I tried to access one web application in URL it is showing .OLD file for jSession id as https://sitedetails?;jsessionid=.OLD After invocation of this if I try to search for the files with .OLD extenssion on my ma...
Jdbc Cahce Loader IssueHi, I am using Jboss cache in webapplication which is deployed in weblogic clustered environment. I have two management ports.I am using JDBC Cache Loader and cache is clustered across the weblogic portals. I star...
Refactorings for JBC2.2 (JBCACHE-1222)There are some code refactoring ideas being discussed, which would have impact on JBossCache core architecture. We've set up an wiki with our observations here: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheRefac...
JBCACHE-1170Discussion of ongoing problems with http://jira.jboss.org/jira/browse/JBCACHE-1170 . Possible cause, from org.jgroups.blocks.RequestCorrelator.handleRequest() through which all RPCs come:
try {
retval=request_ha...
Amazon S3 cache loaderI've been playing around with the Amazon S3 service. For those of you unfamiliar, it's a distributed, reliable storage solution that's a paid service from Amazon.com. I thought it'd be pretty neat to be able to use t...
New state transfer in JBoss CacheGuys, Based on some earlier discussions, I've started this design thread as well as a wiki page (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheNewStateTransfer) and a JIRA task (JBCACHE-1236) to contain ideas fo...
Requirement for _default_ eviction regionFollow-on to our discussion on http://jira.jboss.org/jira/browse/JBCACHE-1288 Looking at RegionManager for other reasons and noticed this bit in getRegion(Fqn, Region.Type, boolean):
// test if the default region...
Thread Eager state push on failure with Buddy Replication
Eager state push on failure with Buddy ReplicationAt the moment, when using buddy replication and a data owner fails, the backup resides on a buddy instance and is only gravitated into the primary tree of an instance when someone makes a request for that data. It ha...
Thread NPE in InvalidationInterceptor.getNodeVersion()
NPE in InvalidationInterceptor.getNodeVersion()From a Hibernate/JBC integration test case:
16:15:20,049 WARN InvalidationInterceptor:270 - Unable to broadcast evicts as a part of the prepare phase. Rolling back.
java.lang.NullPointerException
at org.jboss.cach...
Thread JBCACHE-1303 -- Invalidation not transactional
JBCACHE-1303 -- Invalidation not transactionalDiscussion thread for http://jira.jboss.com/jira/browse/JBCACHE-1303. I think the essence of the issue here is the cache has no mechanism for doing a rollback of an invalidation. So, if you send out a set of invalida...
Thread High resource utilization on loading CMS portlet with HTML p
High resource utilization on loading CMS portlet with HTML pwe are facing "High resource utilization on loading CMS portlet with HTML page in custom portal" for our application. In our portal, on accessing only a single page which has one CMS portlet is dropping the system en...
This is too verbose for DEBUG levelThe current jbossas 5 trunk logs fill up with these eviction msgs:
2008-02-03 10:34:12,166 DEBUG [org.jboss.cache.eviction.BaseEvictionAlgorithm] Recycle queue is empty
2008-02-03 10:34:16,916 DEBUG [org.jboss.cach...
Thread Data gravitation cleanup process and stale nodes
Data gravitation cleanup process and stale nodesThis is related to JBCACHE-1258. Currently there is an issue where stale structural nodes are not cleaned up after a gravitation event. There are 2 cases to consider, really - let's start with the first, and easier o...