Github user galen-pivotal commented on a diff in the pull request:

    https://github.com/apache/geode/pull/630#discussion_r127756778
  
    --- Diff: geode-protobuf/src/main/proto/region_API.proto ---
    @@ -102,4 +102,14 @@ message GetRegionNamesRequest {
     
     message GetRegionNamesResponse {
         repeated string regions = 1;
    -}
    \ No newline at end of file
    +}
    +
    +/* does a region exist? */
    +message GetRegionRequest {
    +    string regionName = 1;
    +}
    +
    +/* success will be true if the region exists */
    --- End diff --
    
    Did there used to be a success variable here?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to