[ https://issues.apache.org/jira/browse/HIVE-25710?focusedWorklogId=685214&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-685214 ]
ASF GitHub Bot logged work on HIVE-25710: ----------------------------------------- Author: ASF GitHub Bot Created on: 23/Nov/21 12:26 Start Date: 23/Nov/21 12:26 Worklog Time Spent: 10m Work Description: pvary commented on a change in pull request #2796: URL: https://github.com/apache/hive/pull/2796#discussion_r755073760 ########## File path: common/src/java/org/apache/hadoop/hive/conf/HiveConf.java ########## @@ -3060,8 +3060,15 @@ private static void populateLlapDaemonVarsSet(Set<String> llapDaemonVarsSetLocal "Creates an _orc_acid_version file along with acid files, to store the version data"), HIVE_TXN_READONLY_ENABLED("hive.txn.readonly.enabled", false, - "Enables read-only transaction classification and related optimizations"), - + "Enables read-only transaction classification and related optimizations"), + + HIVE_ACID_LOCKLESS_READS_ENABLED("hive.acid.lockless.reads.enabled", false, Review comment: Where will we document the requirements when this lockless reads can work? Like `HIVE_ACID_TRUNCATE_USE_BASE` should be true -- 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. To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 685214) Time Spent: 20m (was: 10m) > Config used to enable non-blocking TRUNCATE is not properly propagated > ---------------------------------------------------------------------- > > Key: HIVE-25710 > URL: https://issues.apache.org/jira/browse/HIVE-25710 > Project: Hive > Issue Type: Sub-task > Reporter: Denys Kuzmenko > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > -- This message was sent by Atlassian Jira (v8.20.1#820001)