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_r179631523
##########
File path: heron/stmgr/src/cpp/manager/stmgr.cpp
##########
@@ -348,7 +348,7 @@ void StMgr::CreateCheckpointMgrClient() {
}
void StMgr::CreateTMasterClient(proto::tmaster::TMasterLocation*
tmasterLocation) {
- CHECK(!tmaster_client_);
+ CHECK(!tmaster_client_) << "TMaster client has already existed";
Review comment:
`TMaster Client`? and also change next line `Tmaster Client` to `TMaster
Client`?
----------------------------------------------------------------
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