Guoxiang Zu created GEODE-7899: ---------------------------------- Summary: stuck when create region with name that already exists before shutdown, with different locator name before and after shutdown Key: GEODE-7899 URL: https://issues.apache.org/jira/browse/GEODE-7899 Project: Geode Issue Type: Bug Reporter: Guoxiang Zu
First, I did the all the steps(until the shutdown step) in the quick start tutorial [https://geode.apache.org/docs/guide/11/getting_started/15_minute_quickstart_gfsh.html], then I did the following steps: " gfsh start locator --name=locator2 start server --name=server1 --server-port=40411 create region --name=regionA --type=REPLICATE_PERSISTENT " then the gfsh terminal is stuck forever, by checking the log of the server1, the following sentence is found: " [warn 2020/03/21 14:19:30.152 CET <ThreadsMonitor> tid=0x13] There is 1 stuck thread in this node " I have to open another terminal and do the following steps to get rid of the gfsh stuck. " gfsh connect --locator=localhost[10334] shutdown --include-locators=true " -- This message was sent by Atlassian Jira (v8.3.4#803005)