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
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
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
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.
>
&
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
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.
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.
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.