소스 검색

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