Re: NullPointerException while create region during server restart

2021-07-08 Thread Kirk Lund
Hi Mario, I would guess that *getPdxRegistry()* is returning a null until after the registry has finished initializing. Just a guess though. Here's a spreadsheet a couple of us created and used

Re: Odg: NullPointerException while create region during server restart

2021-07-08 Thread Anthony Baker
One thing you might check is why the create region request from gfsh was allowed to proceed before initialization was complete. That is, cluster config and all associated configuration like the pdx registry should be created before any *new configuration* requests are processed. I’m not sure

Odg: NullPointerException while create region during server restart

2021-07-08 Thread Mario Kevo
Hi Anthony, It happened while the server is starting and creating a cache (while fills in the content of a cache based on the creation object's state). The NPE occurs when the "create region" command is executed before pdxRegistry is initialized. There is that part of the code where

Native client concourse pipeline is failing

2021-07-08 Thread Mario Salazar de Torres
Hi everyone, I am trying to run the CI for geode-native, but I am observing some issues: * https://concourse.apachegeode-ci.info/teams/main/pipelines/geode-native-develop-pr/jobs/build-rhel-7-debug/builds/307 *