Thanks for the reminder, Dave. I'll have a go at it.
On 9/10/20, 9:36 AM, "Dave Barnes" wrote:
Hello Apache Geode Community,
We need a volunteer to update the 3rd-party libraries used by Geode. This
consists of going through the libraries we depend on and updating each to
the l
The main geode repo has a dev-tools directory, that’s a good spot for scripts.
If it’s specific to native client I’d put it in geode-native but if not the
geode repo seems fine.
-Dan
> On Sep 11, 2020, at 1:41 PM, Blake Bender wrote:
>
> Hi all,
>
> I have a Python script I’ve used quite a b
Hi all,
I have a Python script I’ve used quite a bit for diagnosing/debugging issues in
geode-native that can decode a whole lot of protocol information from a
debug-level log file. I think it comes in pretty handy, and would like to
share. Just a quick question, though – where’s the right pl
Are you seeing no-buckets for persistent regions or non-persistent. The buckets
are created dynamically; when data is added to corresponding buckets...
When server is restarted, in case of in-memory regions as the data is not
there, the bucket region may not have been created (my suspicion).
Can
Hi geode-dev,
We have a system with two servers and a few regions. One region is persistent
and other are not but they are colocated with this persistent region.
After servers restart on some region we can see that they don't have any bucket.
gfsh>show metrics --member=server-1 --region=/region1