Nabarun Nag created GEODE-8748: ---------------------------------- Summary: Altering expiry time on proxy region causes NPE Key: GEODE-8748 URL: https://issues.apache.org/jira/browse/GEODE-8748 Project: Geode Issue Type: Task Components: expiration Reporter: Nabarun Nag
When we execute "create region --name=region --type=PARTITION_PROXY --group=proxy" "alter region --name=region --entry-time-to-live-expiration=1000 --entry-time-to-live-expiration-action=destroy --group=proxy" This results in an NPE. Also if there is a mixture of proxy and non-proxy versions of the same region and we could alter some of the non-proxy but the proxy region failed on alter commands, then restarts will start encountering problems. -- This message was sent by Atlassian Jira (v8.3.4#803005)