sandhyasun commented on a change in pull request #1840: [TRAFODION-3308]
Improve error reporting when a process cannot be started
URL: https://github.com/apache/trafodion/pull/1840#discussion_r284542024
##########
File path: core/sql/cli/ExSqlComp.cpp
##########
@@ -172,7 +172,8 @@ ExSqlComp::ReturnStatus ExSqlComp::createServer()
//
if (ret == ERROR)
{
- error(arkcmpErrorServer);
+ if ((!diagArea_->contains(-2013)) && (!diagArea_->contains(-2012))) //
avoid generating redundant error
+ error(arkcmpErrorServer);
Review comment:
Ok . Yes I see... misread the if condition.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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