That's a result of replacing geode-joptsimple with a dependency on the binary release of jopt-simple.
geode-joptsimple was a forked version that added this functionality. Unfortunately this was implemented in a rather dodgy way by adding fields to some internal exceptions which were then treated as a return type. We would have to figure out a more appropriate way to implement this in order to contribute an enhancement like this to jopt-simple. This work is quite low in the priorities right now. On Tue, Feb 28, 2017 at 9:17 PM Real Wes <thereal...@outlook.com> wrote: > This works in Geode 1.1.0 where GemFire 8 failed: > > gfsh> create region --name=Testxxx --type=PARTITION_REDUNDANT_HEAP_LRU > --badProperty=badValue > > > Is ignoring bad properties by design? Or a bug? > > Thanks, > Wes Williams > > >