Re: API (Recommanded way) to get heap and disk usage for cluster nodes

2020-07-08 Thread steve mathew
etty > easy in most cases to refactor it and we would welcome a JIRA or even > better a PR. > > -Jake > > > On Jul 7, 2020, at 9:58 PM, steve mathew steve.mathe...@gmail.com>> wrote: > > Hello Geode Dev and users > > We have a requirement to constantly monitor

API (Recommanded way) to get heap and disk usage for cluster nodes

2020-07-07 Thread steve mathew
Hello Geode Dev and users We have a requirement to constantly monitor the resource utilization (Disk and Heap usage) for the cluster nodes from external processes. Seeking help to understand the recommended way (or APIs available ) to get this in a separate process...We need to trigger some action

Re: Data ingestion with predefined buckets

2020-04-15 Thread steve mathew
ate the buckets upfront, you can try calling the method: > PartitionRegionHelper.assignBucketsToPartitions(). > > -Anil > > > On Wed, Apr 15, 2020 at 8:37 AM steve mathew > wrote: > > > Thanks Den, Anil and Udo for your inputs. Extremely sorry for late rely &g

Re: Data ingestion with predefined buckets

2020-04-15 Thread steve mathew
ng step you'd avoid is the bucket allocation calculation, which tbh, is > lightweight > > `bucketNumber = (hashcode % totalNumberBuckets) + 1` > > --Udo > > On 4/10/20, 3:52 PM, "steve mathew" wrote: > > Thanks Dan for your quick response. > &

Re: Data ingestion with predefined buckets

2020-04-10 Thread steve mathew
it's just better to return your partition key (eg > "Customer X") and let geode hash that to some bucket number. > > -Dan > > On Fri, Apr 10, 2020 at 11:04 AM steve mathew > wrote: > > > Hello Geode devs and users, > > > > I have a set of files p

Data ingestion with predefined buckets

2020-04-10 Thread steve mathew
Hello Geode devs and users, I have a set of files populated with data, fairly distributed, I want to put each file's data in a specific bucket, like PutAll File-0 data into Geode bucket B0 PutAll File-1 data into Geode bucket B1 and so on... How can i achieve this using geode client.

Data ingestion with predefined buckets

2020-04-10 Thread steve mathew
Hello Geode devs and users, I have a set of files populated with data, fairly distributed, I want to put each file's data in a specific bucket, like PutAll File-0 data into Geode bucket B0 PutAll File-1 data into Geode bucket B1 and so on... How can i achieve this using geode client.

Data ingestion with predefined buckets

2020-04-10 Thread steve mathew
Hello Geode devs and users, I have a set of files populated with data, fairly distributed, I want to put each file's data in a specific bucket, like PutAll File-0 data into Geode bucket B0 PutAll File-1 data into Geode bucket B1 and so on... How can i achieve this using geode client.