فهرست منبع

HPCC-19510 Roxie ibytiPacketsReceived metric is incorrect

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 7 سال پیش
والد
کامیت
04703d0349
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      roxie/ccd/ccdqueue.cpp

+ 1 - 1
roxie/ccd/ccdqueue.cpp

@@ -2165,7 +2165,6 @@ public:
     void doIbyti(RoxiePacketHeader &header, RoxieQueue &queue)
     {
         assertex(!localSlave);
-        ibytiPacketsReceived++;
         bool preActivity = false;
 
         if (traceLevel > 10)
@@ -2191,6 +2190,7 @@ public:
         }
         else
         {
+            ibytiPacketsReceived++;
             unsigned subChannel = header.getRespondingSubChannel();
             if (subChannel == subChannels[header.channel] - 1)
             {