[ https://issues.apache.org/jira/browse/HIVE-23069?focusedWorklogId=457139&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-457139 ]
ASF GitHub Bot logged work on HIVE-23069: ----------------------------------------- Author: ASF GitHub Bot Created on: 10/Jul/20 12:41 Start Date: 10/Jul/20 12:41 Worklog Time Spent: 10m Work Description: pkumarsinha commented on a change in pull request #1225: URL: https://github.com/apache/hive/pull/1225#discussion_r452816736 ########## File path: ql/src/java/org/apache/hadoop/hive/ql/exec/repl/ReplLoadTask.java ########## @@ -330,6 +333,20 @@ a database ( directory ) return 0; } + private void addLazyDataCopyTask(TaskTracker loadTaskTracker) { Review comment: This is only for external tables. This will be before metadata copy as we are doing currently for external tables. ########## File path: standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/ReplChangeManager.java ########## @@ -148,6 +148,13 @@ public static synchronized ReplChangeManager getInstance(Configuration conf) return instance; } + public static synchronized ReplChangeManager getInstance() { Review comment: Needed utility method of ReplChangeManager which earlier used to be static. ---------------------------------------------------------------- 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: 457139) Time Spent: 2h 40m (was: 2.5h) > Memory efficient iterator should be used during replication. > ------------------------------------------------------------ > > Key: HIVE-23069 > URL: https://issues.apache.org/jira/browse/HIVE-23069 > Project: Hive > Issue Type: Improvement > Reporter: Pravin Sinha > Assignee: Pravin Sinha > Priority: Major > Labels: pull-request-available > Attachments: HIVE-23069.01.patch > > Time Spent: 2h 40m > Remaining Estimate: 0h > > Currently the iterator used while copying table data is memory based. In case > of a database with very large number of table/partitions, such iterator may > cause HS2 process to go OOM. > Also introduces a config option to run data copy tasks during repl load > operation. -- This message was sent by Atlassian Jira (v8.3.4#803005)