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_r179630500
 
 

 ##########
 File path: heron/tmaster/src/cpp/manager/tmaster.cpp
 ##########
 @@ -758,7 +758,7 @@ void TMaster::DoPhysicalPlan(EventLoop::Status) {
   // to use as many portions from it as possible
   proto::system::PhysicalPlan* pplan = MakePhysicalPlan();
   CHECK_NOTNULL(pplan);
-  DCHECK(pplan->IsInitialized());
+  DCHECK(pplan->IsInitialized()) << "Topology is not initialized";
 
 Review comment:
   Incorrect 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