[
https://issues.apache.org/jira/browse/HUDI-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17373231#comment-17373231
]
ASF GitHub Bot commented on HUDI-2116:
--------------------------------------
hudi-bot edited a comment on pull request #3209:
URL: https://github.com/apache/hudi/pull/3209#issuecomment-872173561
<!--
Meta data
{
"version" : 1,
"metaDataEntries" : [ {
"hash" : "f4c7b374a7a338f0202c356baf08f24a9043e37a",
"status" : "DELETED",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=613",
"triggerID" : "f4c7b374a7a338f0202c356baf08f24a9043e37a",
"triggerType" : "PUSH"
}, {
"hash" : "fbcd406b45e370446193c32e7d09db09d57a0996",
"status" : "SUCCESS",
"url" :
"https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=636",
"triggerID" : "fbcd406b45e370446193c32e7d09db09d57a0996",
"triggerType" : "PUSH"
} ]
}-->
## CI report:
* fbcd406b45e370446193c32e7d09db09d57a0996 Azure:
[SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=636)
<details>
<summary>Bot commands</summary>
@hudi-bot supports the following commands:
- `@hudi-bot run travis` re-run the last Travis build
- `@hudi-bot run azure` re-run the last Azure build
</details>
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
> sync 10w partitions to hive by using HiveSyncTool lead to the oom of hive
> MetaStore
> ------------------------------------------------------------------------------------
>
> Key: HUDI-2116
> URL: https://issues.apache.org/jira/browse/HUDI-2116
> Project: Apache Hudi
> Issue Type: Bug
> Components: Hive Integration
> Affects Versions: 0.8.0
> Environment: hive3.1.1
> hadoop 3.1.1
> Reporter: tao meng
> Assignee: tao meng
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
> when we try to sync 10w partitions to hive by using HiveSyncTool lead to the
> oom of hive MetaStore。
>
> here is a stress test for HiveSyncTool
> env:
> hive metastore -Xms16G -Xmx16G
> hive.metastore.client.socket.timeout=10800
>
> ||partitionNum||time consume||
> |100|37s|
> |1000|168s|
> |5000|1830s|
> |10000|timeout|
> |100000|hive metastore oom|
> HiveSyncTools sync all partitions to hive metastore at once。 when the
> partitions num is large ,it puts a lot of pressure on hive metastore。 for
> large partition num we should support batch sync 。
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)