Michael Martell created GEODE-9127:
--------------------------------------
Summary: CacheImpl::createRegion should not trigger a metadata
request
Key: GEODE-9127
URL: https://issues.apache.org/jira/browse/GEODE-9127
Project: Geode
Issue Type: Bug
Components: native client
Reporter: Michael Martell
CacheImpl::createRegion enqueues a metadata request and sets a
isMetaDataRefreshed flag to true, but buckets have not yet been created on the
server. Subsequent putAll operations do not enqueue a metadata request because
of the above flag being true. This appears to cause multipHop to be used
instead of singleHop.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)