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_r179631017
##########
File path: heron/tmaster/src/cpp/manager/stateful-controller.cpp
##########
@@ -211,7 +211,7 @@ StatefulController::AddNewConsistentCheckpoint(const
std::string& _new_checkpoin
}
bool StatefulController::GotRestoreResponse(const std::string& _stmgr) const {
- CHECK(restorer_->IsInProgress());
+ CHECK(restorer_->IsInProgress()) << "State restore is not in progress";
Review comment:
restorer?
----------------------------------------------------------------
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