Yaliang commented on a change in pull request #2847: Replace CHECK() with 
CHECK_*() so that when a check is failing, more …
URL: https://github.com/apache/incubator-heron/pull/2847#discussion_r179627565
 
 

 ##########
 File path: heron/common/src/cpp/network/client.h
 ##########
 @@ -245,7 +245,7 @@ class Client : public BaseClient {
       __global_protobuf_pool_release__(m);
       return;
     }
-    CHECK(m->IsInitialized());
+    CHECK(m->IsInitialized()) << "Protobuf not initialized";
 
 Review comment:
   Isn't `m` represents a `Message` ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to