[ https://issues.apache.org/jira/browse/HIVE-25393?focusedWorklogId=628349&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-628349 ]
ASF GitHub Bot logged work on HIVE-25393: ----------------------------------------- Author: ASF GitHub Bot Created on: 27/Jul/21 10:43 Start Date: 27/Jul/21 10:43 Worklog Time Spent: 10m Work Description: deniskuzZ commented on pull request #2503: URL: https://github.com/apache/hive/pull/2503#issuecomment-887407196 > Just checking – the goal of this change is to prevent concurrent compaction and DDL operations? > > As discussed offline, verifyTableOrPartitionIdHasNotChanged might not be needed because if the table (or partition) was dropped, then the compaction has been removed from the queue and can't be marked failed, right? Or is it needed after all? it's started as HIVE-24235 , but once we introduced read locks that's no longer needed. I'll remove it, however, that would require some tests changes that mocked that method. -- 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: 628349) Time Spent: 20m (was: 10m) > Prevent concurrent compaction and DDL operations > ------------------------------------------------ > > Key: HIVE-25393 > URL: https://issues.apache.org/jira/browse/HIVE-25393 > Project: Hive > Issue Type: Task > Reporter: Denys Kuzmenko > Assignee: Denys Kuzmenko > Priority: Major > Labels: pull-request-available > Time Spent: 20m > Remaining Estimate: 0h > > Introduce read locks in compaction (MR, Minor Query-based) that would prevent > concurrency issues with DDL operations (DROP/RENAME table). -- This message was sent by Atlassian Jira (v8.3.4#803005)