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/04/01 14:54:03 UTC

[GitHub] [hudi] wxplovecc opened a new pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

wxplovecc opened a new pull request #5185:
URL: https://github.com/apache/hudi/pull/5185


   ## *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
   
   When using flink bucket index , I meet two problems
   
   - without use all streamWriter tasks when partition table with small Bucket number
   - crashed with the following step
   1. start job
   2. killed before first commit success ( left some log files)
   3. restart job run nomal after one successful commit
   4. kill job and restart  throws `Duplicate fileID 00000001-6f57-4c71-bf6f-ee7616ec7b14 from bucket 1 of partition  found during the BucketStreamWriteFunction index bootstrap`
   ![image](https://user-images.githubusercontent.com/3350718/161009251-a46a692d-60c9-465e-8bf8-6f33887905db.png)
   
   
   ## 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 #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7683",
       "triggerID" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629) 
   * bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7683) 
   
   <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 #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629) 
   
   <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 removed a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1084256722


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625) 
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 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 removed a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1085589022


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629) 
   * bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3 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] wxplovecc edited a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
wxplovecc edited a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1086014084


   > hi @wxplovecc , would you try the latest master? this bug should be fixed
   
   I will try this tomorrow 


-- 
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] wxplovecc commented on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
wxplovecc commented on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1086531629


   @garyli1019 Still failed after first successful compact action with latest master


-- 
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] wxplovecc commented on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
wxplovecc commented on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1085997803


   > hi @wxplovecc , would you try the latest master? this bug should be fixed
   
   


-- 
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] garyli1019 commented on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
garyli1019 commented on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1085893245


   hi @wxplovecc , would you try the latest master? this bug should be fixed


-- 
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 removed a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1084253565


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625) 
   
   <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 #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7683",
       "triggerID" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7683) 
   
   <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 removed a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1084577831


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629) 
   
   <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] wxplovecc closed pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
wxplovecc closed pull request #5185:
URL: https://github.com/apache/hudi/pull/5185


   


-- 
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] wxplovecc commented on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
wxplovecc commented on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1086014084


   > hi @wxplovecc , would you try the latest master? this bug should be fixed
   
   Yeah I was tested with the latest master branch. The second question I tryed to reuse the fileId from under fileSystem, or maybe we can delete those in rollback phase


-- 
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 #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625) 
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629) 
   
   <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 removed a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1084315372


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625) 
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629) 
   
   <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 #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629) 
   * bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3 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] wxplovecc removed a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
wxplovecc removed a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1085997803


   > hi @wxplovecc , would you try the latest master? this bug should be fixed
   
   


-- 
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 #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625) 
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 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 removed a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1084250442


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 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 #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 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 #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625) 
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 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 #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625) 
   
   <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 removed a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1084259836


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 32e158829a18bcdecff670691d5e22d880746304 Azure: [CANCELED](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625) 
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 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 removed a comment on pull request #5185: [HUDI-3758] Optimize flink partition table with BucketIndex

Posted by GitBox <gi...@apache.org>.
hudi-bot removed a comment on pull request #5185:
URL: https://github.com/apache/hudi/pull/5185#issuecomment-1085593313


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "32e158829a18bcdecff670691d5e22d880746304",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7625",
       "triggerID" : "32e158829a18bcdecff670691d5e22d880746304",
       "triggerType" : "PUSH"
     }, {
       "hash" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629",
       "triggerID" : "1a8cf4015bacad480d6615adeae9345bbe4404a9",
       "triggerType" : "PUSH"
     }, {
       "hash" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7683",
       "triggerID" : "bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 1a8cf4015bacad480d6615adeae9345bbe4404a9 Azure: [SUCCESS](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7629) 
   * bf117b1d1dca16bf62e1d8c8b9bfcf52aa894bb3 Azure: [PENDING](https://dev.azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/results?buildId=7683) 
   
   <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