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

    https://github.com/apache/geode/pull/661#discussion_r130779627
  
    --- Diff: 
geode-protobuf/src/main/java/org/apache/geode/protocol/protobuf/operations/PutRequestOperationHandler.java
 ---
    @@ -50,10 +50,7 @@
             return Success.of(RegionAPI.PutResponse.newBuilder().build());
           } catch (ClassCastException ex) {
             return Failure.of(BasicTypes.ErrorResponse.newBuilder()
    -            .setMessage("invalid key or value type for region " + 
regionName + ",passed key: "
    --- End diff --
    
    I'm curious why you chose to shrink the message here; what am I missing?


---
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