Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
When using Grails Gemfire Plugin with GORM integration in client/server mode, adding new cache entries overwrites existing entries due to non-unique key.
Setup is as follows:
Multiple cacheservers with data-policy REPLICATE
Multiple TC Servers running grails application
Restart cacheservers to clear cache
Start TC Servers
Alternate between the server instances, you will see entries get overwritten.
My team is also experiencing this issue. We are dead in the water until this is fixed or we move away from GemFire. As a corporate vFabric user with a VMWare ELA in place, I am hard pressed to move to something else like Redis and would hate to move away from a NoSQL solution. I plan to put resources on fixing this issue. I would appreciate some help/thoughts/directions from the community, especially the committers.