Log in Agent
I'm trying to limit the disk size space that are using the agent's logs. I put the log-disk-space-limit command in the agent.properties whit a value of 1 (1MB) but this is not working because i find...
View ArticleCopy to clipboard in DataBrowser
There doesn't appear to be a way to copy field or row data to the clipboard in the DataBrowser. Is this planned for future a release?
View ArticleStatistics inaccurate in Pulse application
In particular the displayed region counts seem to be off when I attached to my datagrid with the Pulse application. All regions show the same number of entries (297779) in Pulse whereas if I query the...
View ArticleDataBrowser on Mac OSX 10.8.2
Hello, This post is in regard to difficulty configuring GF's DataBrowser on Mac OSX 10.8.2. The grid is comprised of two cache servers that have been started using gfsh. The problem described occurs...
View ArticleHow can gemfire locator be configurated to return full DNS name to Client?
we have a locator running front of 2 cache servers, Locator.DomainA==>Server1.DomainA, Server2.DomainA. the problem is when the client(Client.DomainB) try to access gemfire via locator, it...
View ArticleFunctionStatistics - functionExecutionsCompletedProcessingTime
We are evaluating the time it takes for some of the requests to complete and wanted to understand what "FunctionStatistics - functionExecutionsCompletedProcessingTime" stat reports. For this stat, I...
View ArticleImpact of Gateway Hub on cache server cluster performance
Hi We are observing a performance issue when we implement Gateway Hub for async-write-behind purpose on cache server cluster.The test which takes around 7 - 8 seconds with Gateway Hub implemented,...
View ArticleJTA and Hibernate integration
Hi I am checking if it is possible to integrate Hibernate's JTA TransactionFactory to lookup/follow GemFire's transaction manager as JTA provider. I am trying to execute a set of operations as...
View ArticleAccessControlException when running gemfire upgrade-disk-store
Hi,We saw this warning in GF logs when trying to upgrade the disk store from 6.6.x to GF7.0.0.2:java.security.AccessControlException: access denied (javax.management.MBeanTrustPermission register)...
View ArticleClientCacheFactory.set("name", clientName) in .net native client
Hi, I ported my Java client over to .net, but could not figure out how to set the name. This is how I do it in Java: new ClientCacheFactory().set("name", clientName)On the GemFire server side, I can...
View ArticleHandle database updates
Hi all I am using Oracle 11g as the backend daatabse. I wanted to cache an entire table in gemfire .There is a read only application which will in turn read from the cache and will be completely...
View ArticleDoubt with the PoolFactory interface
Hi, I have a question about the operation of PoolFactory Interface. I'm using this interface to create a ConnectionPool in a dynamic way. The code is this: public void createConnectionPool() throws...
View ArticleOptimal JVM flags for a large Gemfire cache (Xms/Xmx=24g)
Hi All We have a large 24g Gemfire cache (v.6.5.1) thats running on JDK (64 bit 1.6.0_37). The cache itself contains only 1 region with disk persistence enabled. The entry is String=List<Object>...
View ArticleError querying region objects in DataBrowser
I'm querying region objects that have fields of type List<String>. I can successsfully perform the following query: select * from /myRegion m where m.Name='objectName' However, when I execute...
View Article.net native client crashes
I did some benchmarking of a GemFire based prototype and encounters 2 distinct crashes that happen once or twice in 100 tests, each test executing GemFire functions 100k and putting and removing...
View ArticleGemfire unresponsive in test environment
Our company is running two separate networks internally for company operations; one network is for testing and the other is for production. The production network has access to the the public internet...
View ArticleImpact of stats on client
I wanted to know what is the impact on performance if we turn on Gemfire statistics on the client side?We do have sufficient processing and memory power but would it slow down Gemfire request?
View ArticlePartitionned region with enum in the key
Hi, I'm trying to use a key object that has an enum type in a partitionned region. We use DataSerializable, in 6.6.3.5.I try to bulk load 20'000 items, but only the first few dozen items get loaded,...
View Articleif there is a way for the C# client to detect the disconnection status with...
Hi, We are using C# application to access Java Gemfire Cache server, no data cached at client side, now we want the client application get notified when the server shut down. can you...
View ArticleCan I see my updates inside my transaction using gemfire query?
I recently ran into an issue where:* I make some updates on a gemfie region inside a transaction* Within the same transaction, I run a query (using gemfire oql) against the above region expecting to...
View Article