zhenxingh commented on a change in pull request #1786: [TRAFODION-3260] SSMP
may wait 3 seconds before handling requests
URL: https://github.com/apache/trafodion/pull/1786#discussion_r252518193
##########
File path: core/sql/runtimestats/ssmpipc.cpp
##########
@@ -540,7 +540,7 @@ static Int64 SikGcInterval = -1;
void SsmpGlobals::work()
{
- getIpcEnv()->getAllConnections()->waitOnAll(getStatsMergeTimeout());
+ getIpcEnv()->getAllConnections()->waitOnAll(0);
Review comment:
Yes, that's right
----------------------------------------------------------------
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