Github user selvaganesang commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/898#discussion_r94579003
--- Diff: core/sql/executor/ExStats.cpp ---
@@ -3678,9 +3292,8 @@ void
ExPartitionAccessStats::getVariableStatsInfo(char * dataBuffer,
"AnsiName: %s PhysName: %s BuffersSize: %u BuffersSent: %u
BuffersRcvd: %u NumMessages: %Ld MsgBytes: %Ld StatsBytes: %Ld MsgBytesSent:
%Ld MsgBytesRcvd: %Ld ",
ansiName_, fileName_,
bufferStats()->sendBufferSize(),
bufferStats()->sentBuffers().entryCnt(),
bufferStats()->recdBuffers().entryCnt(),
- fsDp2MsgsStats()->getNumMessages(),
- fsDp2MsgsStats()->getMessageBytes(),
- fsDp2MsgsStats()->getStatsBytes(),
+ exeSEStats()->getNumIOCalls(),
+ exeSEStats()->getNumIOBytes(),
--- End diff --
Yes. It is supposed to denote how many stats bytes are transferred from SE
to the executor periodically. But with the new SE, this concept is no longer
applicable.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---