You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Slim Bouguerra (Jira)" <ji...@apache.org> on 2019/11/05 19:21:00 UTC

[jira] [Updated] (HIVE-22446) Make IO decoding quantiles counters less contended resource.

     [ https://issues.apache.org/jira/browse/HIVE-22446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Slim Bouguerra updated HIVE-22446:
----------------------------------
    Status: Patch Available  (was: In Progress)

> Make IO decoding quantiles counters less contended resource.
> ------------------------------------------------------------
>
>                 Key: HIVE-22446
>                 URL: https://issues.apache.org/jira/browse/HIVE-22446
>             Project: Hive
>          Issue Type: Improvement
>          Components: llap
>            Reporter: Slim Bouguerra
>            Assignee: Slim Bouguerra
>            Priority: Major
>             Fix For: 4.0.0
>
>
> Currently LLAP IO relies on Hadoop Lock-based quantiles data structure and updates the IO decoding sample on a per batch based using.
> {code} 
> org.apache.hadoop.hive.llap.metrics.LlapDaemonIOMetrics#addDecodeBatchTime
> {code}
> via 
> {code} 
> org.apache.hadoop.hive.llap.io.decode.EncodedDataConsumer#consumeData
> {code}
> This can be a source of thread contention.
> Goal of this ticket is to reduce the frequency of updates to avoid major bottleneck.
>  



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