Re: How to preinitialize cache before use

2017-03-01 Thread Amit Pandey
Hey Guys, Thanks for the reply. I think I have to use PartitionRegionHelper.assignBucketsToPartitions() as I use Spring Data Geode to start the servers. Regards On Wed, Mar 1, 2017 at 4:20 AM, Galen M O'Sullivan wrote: > Hi Amit, > > Take a look at `gfsh start server --assign-buckets` if you'r

Re: How to preinitialize cache before use

2017-02-28 Thread Galen M O'Sullivan
Hi Amit, Take a look at `gfsh start server --assign-buckets` if you're starting with GFSH (run this on the last server), or PartitionRegionHelper.assignBucketsToPartitions(). This needs to be invoked after all of the servers are up and running. Best, Galen On Sun, Feb 26, 2017 at 10:42 AM, Amit

Re: How to preinitialize cache before use

2017-02-26 Thread Hitesh Khamesra
g other than a    * {@linkplain DataPolicy#PARTITION partitioned Region}    * @since GemFire 6.0    */   public static void assignBucketsToPartitions(Region region) From: Amit Pandey To: user@geode.apache.org Sent: Sunday, February 26, 2017 10:42 AM Subject: How to preinitialize cache before

How to preinitialize cache before use

2017-02-26 Thread Amit Pandey
Hi, We have a region which we try to. The first time we do that there is some logs like :- [info 2017/02/27 00:09:55.089 IST tid=0x1] Initialization of region _B__lots_60 completed [info 2017/02/27 00:09:55.090 IST tid=0x1] Initializing region _B__lots_7 [info 2017/02/27 00:09:55.090 IST tid