You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Riza Suminto (Jira)" <ji...@apache.org> on 2020/10/05 21:30:00 UTC

[jira] [Commented] (IMPALA-9954) RpcRecvrTime can be negative

    [ https://issues.apache.org/jira/browse/IMPALA-9954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17208337#comment-17208337 ] 

Riza Suminto commented on IMPALA-9954:
--------------------------------------

I saw this behavior as well when working on IMPALA-6692.

Just test it again and It looks like the negative value on RpcRecvrTime has been fixed in IMPALA-10053.

However, I still observe negative value in RpcNetworkTime Min time. Probably due to total_time computation in the following line is not protected by lock_:
https://github.com/apache/impala/blob/d453d52aadcbd158147b906813b22eb2944ac90b/be/src/runtime/krpc-data-stream-sender.cc#L493

> RpcRecvrTime can be negative
> ----------------------------
>
>                 Key: IMPALA-9954
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9954
>             Project: IMPALA
>          Issue Type: Sub-task
>          Components: Backend
>            Reporter: Sahil Takiar
>            Priority: Major
>         Attachments: profile_034e7209bd98c96c_9a448dfc00000000.txt
>
>
> Saw this on a recent version of master. Attached the full runtime profile.
> {code:java}
>         KrpcDataStreamSender (dst_id=2):(Total: 9.863ms, non-child: 3.185ms, % non-child: 32.30%)
>           ExecOption: Unpartitioned Sender Codegen Disabled: not needed
>            - BytesSent (500.000ms): 0, 0
>            - NetworkThroughput: (Avg: 4.34 MB/sec ; Min: 4.34 MB/sec ; Max: 4.34 MB/sec ; Number of samples: 1)
>            - RpcNetworkTime: (Avg: 3.562ms ; Min: 679.676us ; Max: 6.445ms ; Number of samples: 2)
>            - RpcRecvrTime: (Avg: -151281.000ns ; Min: -231485.000ns ; Max: -71077.000ns ; Number of samples: 2)
>            - EosSent: 1 (1)
>            - PeakMemoryUsage: 416.00 B (416)
>            - RowsSent: 100 (100)
>            - RpcFailure: 0 (0)
>            - RpcRetry: 0 (0)
>            - SerializeBatchTime: 2.880ms
>            - TotalBytesSent: 28.67 KB (29355)
>            - UncompressedRowBatchSize: 69.29 KB (70950) {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org