[ https://issues.apache.org/jira/browse/HIVE-24753?focusedWorklogId=557766&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-557766 ]
ASF GitHub Bot logged work on HIVE-24753: ----------------------------------------- Author: ASF GitHub Bot Created on: 25/Feb/21 07:33 Start Date: 25/Feb/21 07:33 Worklog Time Spent: 10m Work Description: pvargacl commented on a change in pull request #2017: URL: https://github.com/apache/hive/pull/2017#discussion_r582602457 ########## File path: standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java ########## @@ -687,6 +687,8 @@ public static ConfVars getMetaConf(String name) { "hive-metastore/_h...@example.com", "The service principal for the metastore Thrift server. \n" + "The special string _HOST will be replaced automatically with the correct host name."), + LOCKLESS_READS_ENABLED("metastore.lockless.reads.enabled", "metastore.lockless.reads.enabled", Review comment: I think there should be a separate config just for the drop partition ---------------------------------------------------------------- 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: 557766) Time Spent: 0.5h (was: 20m) > Non blocking DROP PARTITION implementation > ------------------------------------------ > > Key: HIVE-24753 > URL: https://issues.apache.org/jira/browse/HIVE-24753 > Project: Hive > Issue Type: New Feature > Reporter: Zoltan Chovan > Assignee: Zoltan Chovan > Priority: Major > Labels: pull-request-available > Time Spent: 0.5h > Remaining Estimate: 0h > > Implement a way to execute drop partition operations in a way that doesn't > have to wait for currently running read operations to be finished. -- This message was sent by Atlassian Jira (v8.3.4#803005)