[ 
https://issues.apache.org/jira/browse/HIVE-22821?focusedWorklogId=389565&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-389565
 ]

ASF GitHub Bot logged work on HIVE-22821:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Feb/20 19:18
            Start Date: 19/Feb/20 19:18
    Worklog Time Spent: 10m 
      Work Description: b-slim commented on pull request #909: HIVE-22821
URL: https://github.com/apache/hive/pull/909#discussion_r381441375
 
 

 ##########
 File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java
 ##########
 @@ -4215,6 +4215,12 @@ private static void 
populateLlapDaemonVarsSet(Set<String> llapDaemonVarsSetLocal
     LLAP_IO_CVB_BUFFERED_SIZE("hive.llap.io.cvb.memory.consumption.", 1L << 30,
         "The amount of bytes used to buffer CVB between IO and Processor 
Threads default to 1GB, "
             + "this will be used to compute a best effort queue size for VRBs 
produced by a LLAP IO thread."),
+    
LLAP_IO_PROACTIVE_EVICTION_ENABLED("hive.llap.io.proactive.eviction.enabled", 
true,
 
 Review comment:
   i do not think this is needed we have lot of configs, let it on by default, 
unless you see a reason to turn it off from operation perspective ?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 389565)
    Time Spent: 20m  (was: 10m)

> Add necessary endpoints for proactive cache eviction
> ----------------------------------------------------
>
>                 Key: HIVE-22821
>                 URL: https://issues.apache.org/jira/browse/HIVE-22821
>             Project: Hive
>          Issue Type: Sub-task
>          Components: llap
>            Reporter: Ádám Szita
>            Assignee: Ádám Szita
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: HIVE-22821.0.patch, HIVE-22821.1.patch, 
> HIVE-22821.2.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Implement the parts required for iHS2 -> LLAP daemons communication:
>  * protobuf message schema and endpoints
>  * Hive configuration
>  * for use cases:
>  ** dropping db
>  ** dropping table
>  ** dropping partition from a table



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

Reply via email to