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_r252506420
 
 

 ##########
 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:
   I have move the wait out to the main loop, so there is no need to wait here.

----------------------------------------------------------------
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