You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/07/22 12:33:15 UTC

[GitHub] [hudi] liujinhui1994 opened a new pull request, #6187: [HUDI-4451] Multiple writer using insert_overwrite loses some hive partitions

liujinhui1994 opened a new pull request, #6187:
URL: https://github.com/apache/hudi/pull/6187

   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   Previously, we obtained the lastCommitTime from the hive metadata, and then obtained the partition. But partitions can be lost across multiple writers.
   Now, get the latest time from HoodieTimeLine, minus hiveLastCommitTime
   
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1196813454

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "302c57480d527c3b485deb004319681658b6e5cc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259",
       "triggerID" : "302c57480d527c3b485deb004319681658b6e5cc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10306",
       "triggerID" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1196791050",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 13f8b891ee1e6e82f8e931dca21fa4e4da8a990b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10306) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] xushiyan closed pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
xushiyan closed pull request #6187: [HUDI-4451] Multiple writer using  loses some hive partitions
URL: https://github.com/apache/hudi/pull/6187


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1192828720

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c123f2f3762a4fd0508b91bef64c580fa5626bd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1193663521

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "302c57480d527c3b485deb004319681658b6e5cc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259",
       "triggerID" : "302c57480d527c3b485deb004319681658b6e5cc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 302c57480d527c3b485deb004319681658b6e5cc Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259) 
   * 13f8b891ee1e6e82f8e931dca21fa4e4da8a990b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1192545258

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32ddc6deed9736bac232f90aa487f27a41ce8db2 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1193135555

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "302c57480d527c3b485deb004319681658b6e5cc",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "302c57480d527c3b485deb004319681658b6e5cc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c123f2f3762a4fd0508b91bef64c580fa5626bd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211) 
   * 302c57480d527c3b485deb004319681658b6e5cc UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1192600335

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32ddc6deed9736bac232f90aa487f27a41ce8db2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1193667724

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "302c57480d527c3b485deb004319681658b6e5cc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259",
       "triggerID" : "302c57480d527c3b485deb004319681658b6e5cc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10306",
       "triggerID" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 302c57480d527c3b485deb004319681658b6e5cc Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259) 
   * 13f8b891ee1e6e82f8e931dca21fa4e4da8a990b Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10306) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1193153432

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "302c57480d527c3b485deb004319681658b6e5cc",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259",
       "triggerID" : "302c57480d527c3b485deb004319681658b6e5cc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 302c57480d527c3b485deb004319681658b6e5cc Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] liujinhui1994 commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
liujinhui1994 commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1196791050

   @hudi-bot run azure


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1192541342

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32ddc6deed9736bac232f90aa487f27a41ce8db2 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1192734781

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32ddc6deed9736bac232f90aa487f27a41ce8db2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204) 
   * 6c123f2f3762a4fd0508b91bef64c580fa5626bd Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1193108013

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 6c123f2f3762a4fd0508b91bef64c580fa5626bd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1196820129

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "302c57480d527c3b485deb004319681658b6e5cc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259",
       "triggerID" : "302c57480d527c3b485deb004319681658b6e5cc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10306",
       "triggerID" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10306",
       "triggerID" : "1196791050",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 13f8b891ee1e6e82f8e931dca21fa4e4da8a990b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10306) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] xushiyan commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
xushiyan commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1249368542

   @liujinhui1994 https://github.com/apache/hudi/pull/6662 should cover this patch. closing this. please review the PR too, see if it solves your problem. thanks.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1192730822

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32ddc6deed9736bac232f90aa487f27a41ce8db2 Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204) 
   * 6c123f2f3762a4fd0508b91bef64c580fa5626bd UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1193136198

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "302c57480d527c3b485deb004319681658b6e5cc",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259",
       "triggerID" : "302c57480d527c3b485deb004319681658b6e5cc",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 6c123f2f3762a4fd0508b91bef64c580fa5626bd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211) 
   * 302c57480d527c3b485deb004319681658b6e5cc Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] liujinhui1994 commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
liujinhui1994 commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1192531238

   After the CI is passed, I will take a closer look to see if the unit tests are covered. If not, I will supplement the unit tests.


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1193107415

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * 6c123f2f3762a4fd0508b91bef64c580fa5626bd Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] liujinhui1994 commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
liujinhui1994 commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1193103925

   @hudi-bot run azure


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] hudi-bot commented on pull request #6187: [HUDI-4451] Multiple writer using loses some hive partitions

Posted by GitBox <gi...@apache.org>.
hudi-bot commented on PR #6187:
URL: https://github.com/apache/hudi/pull/6187#issuecomment-1193858071

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10204",
       "triggerID" : "32ddc6deed9736bac232f90aa487f27a41ce8db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "triggerType" : "PUSH"
     }, {
       "hash" : "6c123f2f3762a4fd0508b91bef64c580fa5626bd",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10211",
       "triggerID" : "1193103925",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "302c57480d527c3b485deb004319681658b6e5cc",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10259",
       "triggerID" : "302c57480d527c3b485deb004319681658b6e5cc",
       "triggerType" : "PUSH"
     }, {
       "hash" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10306",
       "triggerID" : "13f8b891ee1e6e82f8e931dca21fa4e4da8a990b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 13f8b891ee1e6e82f8e931dca21fa4e4da8a990b Azure: [FAILURE](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=10306) 
   
   <details>
   <summary>Bot commands</summary>
     @hudi-bot supports the following commands:
   
    - `@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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org