Bootstrapping Gefmire cacheserver with Spring
Wondering if anyone has experience with bootstrapping Gemfire with Spring for a cacheserver? Configuration and startup seems pretty straight forward. But once its started via Spring, how do I shut it...
View ArticlePulse Exception in Locator Log...
java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:819) at java.util.ArrayList$Itr.next(ArrayList.java:791) at...
View ArticleGatewayEventListener write behind issue
Hi, I'm testing a new implementation of gemfire's region in my server system, and I found some issues in a specific scenario.The ideas is the next, my server system have a region called transaction...
View Article--- Article Removed ---
*** *** *** RSSing Note: Article removed by member request. *** ***
View ArticlePulse Region View is unusable when there are 100+regions
As you see attached image pulse view is unusable when there are high number of regions. If we switch to tabular view with 1 sec update that table redraw taken forever and nothing is usable.
View ArticleDynamic partitioned regions?
Is it possible to create a Dynamic Region that is Partitioned? In the 7.0 User Guide it says:If your application does not require partitioned regions, you can use the...
View ArticleClearing a partition region
Hi,We have some partition regions and some replicated regions. We want to clear these regions at the end of the business day. We are using region.clear() for replicated regions and it works. For...
View ArticleAsynchronous write down to DB with AsyncEventListener
I have a Gemfire application where I am performing DB updates to cached objects inside an AsyncEventListener. Basically whenever an object is put into Gemfire the AsyncEventListener will fire and the...
View ArticleAsyncEventListener behavior
I understand that if I set up a redundant AsyncEventListener to process region events the queue will fail over to the redundant queue during a node failure with a possibility that some events may be...
View ArticleFew more Gemfire Questions
Can anyone answer below given queries: UseCase-1. I have a web based application in which I have a Map with pre-populated data of domain objects (around 60 objects which are read from serialized file...
View Article